COLOR #ABAEE0

HEX: #ABAEE0 RGB: (171,174,224)

Color info

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

RGB color model

#ABAEE0 color RGB value is (171,174,224).

RGB: (171,174,224) (67%, 68%, 88%)

RGB channels and saturation

R 171 of 255 = 67%
G 174 of 255 = 68%
B 224 of 255 = 88%

171
174
224

R + G + B ~ 74%. #ABAEE0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 174 + 224 = 569 (100%)
R 171 of 569 ~ 30.05%
G 174 of 569 ~ 30.58%
B 224 of 569 ~ 39.37'%

%30.05
%30.58
%39.37

CMYK color model

#ABAEE0 color CMYK value is (24,22,0,12).

  • cyan value is 23.66%
  • magenta value is 22.32%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK: (24,22,0,12) C24M22Y0K12 (24%,22%,0%,12%) (0.24/0.22/0.00/0.12) 

CMYK percentages

%23.66
%22.32
%0
%12.16

Codes

Color #ABAEE0 in popluar color models

AB AE E0
RGB 171 174 224
HSL 237° 46.09% 77.45%
HSB/HSV 237° 23.66% 87.84%
CMYK 23.66% 22.32% 0.00%
12.16%

Color #ABAEE0 in popluar number systems.

HEX AB AE E0
Decimal 171 174 224
Binary 10101011 10101110 11100000
Octal 253 256 340

Shades and tints

Shades of #ABAEE0

#ABAEE0
(171,174,224)
#9C9FCC
(156,159,204)
#8D90B8
(141,144,184)
#7E81A4
(126,129,164)
#6F7290
(111,114,144)
#60637C
(96,99,124)
#515468
(81,84,104)
#424554
(66,69,84)
#333640
(51,54,64)
#24272C
(36,39,44)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #ABAEE0

#ABAEE0
(171,174,224)
#B2B5E2
(178,181,226)
#B9BCE4
(185,188,228)
#C0C3E6
(192,195,230)
#C7CAE8
(199,202,232)
#CED1EA
(206,209,234)
#D5D8EC
(213,216,236)
#DCDFEE
(220,223,238)
#E3E6F0
(227,230,240)
#EAEDF2
(234,237,242)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAEE0; }

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

This text font color is #ABAEE0.

Background Color

.myBgColor { background-color: #ABAEE0; }

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

This div background color is #ABAEE0.

Border color

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

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

This div border color is #ABAEE0.

Opacity

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

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

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

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

This text has shadow with #ABAEE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABAEE0.

Preview

Color preview on black background

This text has color #ABAEE0 on black background.


Color preview on white background

This text has color #ABAEE0 on white background.


Black color preview on #ABAEE0 background

This text has black color on #ABAEE0 background.


White color preview on #ABAEE0 background

This text has white color on #ABAEE0 background.


Related colors

Complementary color

Complementary color for #hex is #54511F.


I love getcolorcode.com

Triadic colors

1 #E0ABAE and #AEE0AB with #ABAEE0 are triadic colors.

2 #E0AEAB and #AEABE0 with #ABAEE0 are triadic colors.