COLOR #ABBAE0

HEX: #ABBAE0 RGB: (171,186,224)

Color info

#ABBAE0 contains red, green and blue colors in about the same proportion. Web safe color of #ABBAE0 is #99CCCC (or #9CC).

RGB color model

#ABBAE0 color RGB value is (171,186,224).

RGB: (171,186,224) (67%, 73%, 88%)

RGB channels and saturation

R 171 of 255 = 67%
G 186 of 255 = 73%
B 224 of 255 = 88%

171
186
224

R + G + B ~ 76%. #ABBAE0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 186 + 224 = 581 (100%)
R 171 of 581 ~ 29.43%
G 186 of 581 ~ 32.01%
B 224 of 581 ~ 38.55'%

%29.43
%32.01
%38.55

CMYK color model

#ABBAE0 color CMYK value is (24,17,0,12).

  • cyan value is 23.66%
  • magenta value is 16.96%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (24,17,0,12)
C24M17Y0K12 (24%, 17%, 0%, 12%)
(0.24 / 0.17 / 0.00 / 0.12)

CMYK percentages

%23.66
%16.96
%0
%12.16

Codes

Color #ABBAE0 in popluar color models

AB BA E0
RGB 171 186 224
HSL 223° 46.09% 77.45%
HSB/HSV 223° 23.66% 87.84%
CMYK 23.66% 16.96% 0.00%
12.16%

Color #ABBAE0 in popluar number systems.

HEX AB BA E0
Decimal 171 186 224
Binary 10101011 10111010 11100000
Octal 253 272 340

Shades and tints

Shades of #ABBAE0

#ABBAE0
(171,186,224)
#9CAACC
(156,170,204)
#8D9AB8
(141,154,184)
#7E8AA4
(126,138,164)
#6F7A90
(111,122,144)
#606A7C
(96,106,124)
#515A68
(81,90,104)
#424A54
(66,74,84)
#333A40
(51,58,64)
#242A2C
(36,42,44)
#151A18
(21,26,24)
#000000
(0,0,0)

Tints of #ABBAE0

#ABBAE0
(171,186,224)
#B2C0E2
(178,192,226)
#B9C6E4
(185,198,228)
#C0CCE6
(192,204,230)
#C7D2E8
(199,210,232)
#CED8EA
(206,216,234)
#D5DEEC
(213,222,236)
#DCE4EE
(220,228,238)
#E3EAF0
(227,234,240)
#EAF0F2
(234,240,242)
#F1F6F4
(241,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABBAE0 color. Also use rgb(171,186,224) instead hex code.

Text Font Color

.myTextColor { color: #ABBAE0; }

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

This text font color is #ABBAE0.

Background Color

.myBgColor { background-color: #ABBAE0; }

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

This div background color is #ABBAE0.

Border color

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

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

This div border color is #ABBAE0.

Opacity

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

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

Text with #ABBAE0 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 #ABBAE0;}

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

This text has shadow with #ABBAE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBAE0.

Preview

Color preview on black background

This text has color #ABBAE0 on black background.


Color preview on white background

This text has color #ABBAE0 on white background.


Black color preview on #ABBAE0 background

This text has black color on #ABBAE0 background.


White color preview on #ABBAE0 background

This text has white color on #ABBAE0 background.


Related colors

Complementary color

Complementary color for #hex is #54451F.


I love getcolorcode.com

Triadic colors

1 #E0ABBA and #BAE0AB with #ABBAE0 are triadic colors.

2 #E0BAAB and #BAABE0 with #ABBAE0 are triadic colors.