COLOR #ABAECC

HEX: #ABAECC RGB: (171,174,204)

Color info

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

RGB color model

#ABAECC color RGB value is (171,174,204).

RGB: (171,174,204) (67%, 68%, 80%)

RGB channels and saturation

R 171 of 255 = 67%
G 174 of 255 = 68%
B 204 of 255 = 80%

171
174
204

R + G + B ~ 72%. #ABAECC is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 174 + 204 = 549 (100%)
R 171 of 549 ~ 31.15%
G 174 of 549 ~ 31.69%
B 204 of 549 ~ 37.16'%

%31.15
%31.69
%37.16

CMYK color model

#ABAECC color CMYK value is (16,15,0,20).

  • cyan value is 16.18%
  • magenta value is 14.71%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (16,15,0,20) C16M15Y0K20 (16%,15%,0%,20%) (0.16/0.15/0.00/0.20) 

CMYK percentages

%16.18
%14.71
%0
%20

Codes

Color #ABAECC in popluar color models

AB AE CC
RGB 171 174 204
HSL 235° 24.44% 73.53%
HSB/HSV 235° 16.18% 80.00%
CMYK 16.18% 14.71% 0.00%
20.00%

Color #ABAECC in popluar number systems.

HEX AB AE CC
Decimal 171 174 204
Binary 10101011 10101110 11001100
Octal 253 256 314

Shades and tints

Shades of #ABAECC

#ABAECC
(171,174,204)
#9C9FBA
(156,159,186)
#8D90A8
(141,144,168)
#7E8196
(126,129,150)
#6F7284
(111,114,132)
#606372
(96,99,114)
#515460
(81,84,96)
#42454E
(66,69,78)
#33363C
(51,54,60)
#24272A
(36,39,42)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #ABAECC

#ABAECC
(171,174,204)
#B2B5D0
(178,181,208)
#B9BCD4
(185,188,212)
#C0C3D8
(192,195,216)
#C7CADC
(199,202,220)
#CED1E0
(206,209,224)
#D5D8E4
(213,216,228)
#DCDFE8
(220,223,232)
#E3E6EC
(227,230,236)
#EAEDF0
(234,237,240)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAECC; }

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

This text font color is #ABAECC.

Background Color

.myBgColor { background-color: #ABAECC; }

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

This div background color is #ABAECC.

Border color

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

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

This div border color is #ABAECC.

Opacity

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

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

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

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

This text has shadow with #ABAECC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABAECC.

Preview

Color preview on black background

This text has color #ABAECC on black background.


Color preview on white background

This text has color #ABAECC on white background.


Black color preview on #ABAECC background

This text has black color on #ABAECC background.


White color preview on #ABAECC background

This text has white color on #ABAECC background.


Related colors

Complementary color

Complementary color for #hex is #545133.


I love getcolorcode.com

Triadic colors

1 #CCABAE and #AECCAB with #ABAECC are triadic colors.

2 #CCAEAB and #AEABCC with #ABAECC are triadic colors.