COLOR #ABBDEB

HEX: #ABBDEB RGB: (171,189,235)

Color info

#ABBDEB contains mainly green and blue colors. Web safe color of #ABBDEB is #99CCFF (or #9CF).

RGB color model

#ABBDEB color RGB value is (171,189,235).

RGB: (171,189,235) (67%, 74%, 92%)

RGB channels and saturation

R 171 of 255 = 67%
G 189 of 255 = 74%
B 235 of 255 = 92%

171
189
235

R + G + B ~ 78%. #ABBDEB is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 189 + 235 = 595 (100%)
R 171 of 595 ~ 28.74%
G 189 of 595 ~ 31.76%
B 235 of 595 ~ 39.5'%

%28.74
%31.76
%39.5

CMYK color model

#ABBDEB color CMYK value is (27,20,0,8).

  • cyan value is 27.23%
  • magenta value is 19.57%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (27,20,0,8)
C27M20Y0K8 (27%, 20%, 0%, 8%)
(0.27 / 0.20 / 0.00 / 0.08)

CMYK percentages

%27.23
%19.57
%0
%7.84

Codes

Color #ABBDEB in popluar color models

AB BD EB
RGB 171 189 235
HSL 223° 61.54% 79.61%
HSB/HSV 223° 27.23% 92.16%
CMYK 27.23% 19.57% 0.00%
7.84%

Color #ABBDEB in popluar number systems.

HEX AB BD EB
Decimal 171 189 235
Binary 10101011 10111101 11101011
Octal 253 275 353

Shades and tints

Shades of #ABBDEB

#ABBDEB
(171,189,235)
#9CACD6
(156,172,214)
#8D9BC1
(141,155,193)
#7E8AAC
(126,138,172)
#6F7997
(111,121,151)
#606882
(96,104,130)
#51576D
(81,87,109)
#424658
(66,70,88)
#333543
(51,53,67)
#24242E
(36,36,46)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #ABBDEB

#ABBDEB
(171,189,235)
#B2C3EC
(178,195,236)
#B9C9ED
(185,201,237)
#C0CFEE
(192,207,238)
#C7D5EF
(199,213,239)
#CEDBF0
(206,219,240)
#D5E1F1
(213,225,241)
#DCE7F2
(220,231,242)
#E3EDF3
(227,237,243)
#EAF3F4
(234,243,244)
#F1F9F5
(241,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABBDEB color. Also use rgb(171,189,235) instead hex code.

Text Font Color

.myTextColor { color: #ABBDEB; }

<p style="color:#ABBDEB">This sample text font color is #ABBDEB.</p>

This text font color is #ABBDEB.

Background Color

.myBgColor { background-color: #ABBDEB; }

<div style="background-color:#ABBDEB">Inner text</div>

This div background color is #ABBDEB.

Border color

.myBorderColor { border: 1px solid #ABBDEB; }

<div style="border:3px solid #ABBDEB">Div</div>

This div border color is #ABBDEB.

Opacity

.myOpacity80 { color: #ABBDEB; opacity: 0.8; }

<p style="color:#ABBDEB;opacity:0.8;">80%</p>

Text with #ABBDEB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #ABBDEB;}

<p style="text-shadow: 3px 3px 1px #ABBDEB">Text here.</p>

This text has shadow with #ABBDEB color.


.textShadow {text-shadow: 3px 3px 1px #ABBDEB', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #ABBDEB, 5px 5px 20px red">Text here.</p>

This text has shadow with #ABBDEB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABBDEB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#ABBDEB, Direction=45, Strength=4)">Text</p>

This text has shadow with #ABBDEB and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABBDEB;
-webkit-box-shadow: 1px 1px 3px 2px #ABBDEB;
box-shadow: 1px 1px 3px 2px #ABBDEB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABBDEB; -webkit-box-shadow: 1px 1px 3px 2px #ABBDEB; box-shadow:1px 1px 3px 2px #ABBDEB;">
Div content here
</div>

This div box has shadow with color #ABBDEB.

Preview

Color preview on black background

This text has color #ABBDEB on black background.


Color preview on white background

This text has color #ABBDEB on white background.


Black color preview on #ABBDEB background

This text has black color on #ABBDEB background.


White color preview on #ABBDEB background

This text has white color on #ABBDEB background.


Related colors

Complementary color

Complementary color for #hex is #544214.


I love getcolorcode.com

Triadic colors

1 #EBABBD and #BDEBAB with #ABBDEB are triadic colors.

2 #EBBDAB and #BDABEB with #ABBDEB are triadic colors.