COLOR #AAB4CE

HEX: #AAB4CE RGB: (170,180,206)

Color info

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

RGB color model

#AAB4CE color RGB value is (170,180,206).

RGB: (170,180,206) (67%, 71%, 81%)

RGB channels and saturation

R 170 of 255 = 67%
G 180 of 255 = 71%
B 206 of 255 = 81%

170
180
206

R + G + B ~ 73%. #AAB4CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 180 + 206 = 556 (100%)
R 170 of 556 ~ 30.58%
G 180 of 556 ~ 32.37%
B 206 of 556 ~ 37.05'%

%30.58
%32.37
%37.05

CMYK color model

#AAB4CE color CMYK value is (17,13,0,19).

  • cyan value is 17.48%
  • magenta value is 12.62%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (17,13,0,19)
C17M13Y0K19 (17%, 13%, 0%, 19%)
(0.17 / 0.13 / 0.00 / 0.19)

CMYK percentages

%17.48
%12.62
%0
%19.22

Codes

Color #AAB4CE in popluar color models

AA B4 CE
RGB 170 180 206
HSL 223° 26.87% 73.73%
HSB/HSV 223° 17.48% 80.78%
CMYK 17.48% 12.62% 0.00%
19.22%

Color #AAB4CE in popluar number systems.

HEX AA B4 CE
Decimal 170 180 206
Binary 10101010 10110100 11001110
Octal 252 264 316

Shades and tints

Shades of #AAB4CE

#AAB4CE
(170,180,206)
#9BA4BC
(155,164,188)
#8C94AA
(140,148,170)
#7D8498
(125,132,152)
#6E7486
(110,116,134)
#5F6474
(95,100,116)
#505462
(80,84,98)
#414450
(65,68,80)
#32343E
(50,52,62)
#23242C
(35,36,44)
#14141A
(20,20,26)
#000000
(0,0,0)

Tints of #AAB4CE

#AAB4CE
(170,180,206)
#B1BAD2
(177,186,210)
#B8C0D6
(184,192,214)
#BFC6DA
(191,198,218)
#C6CCDE
(198,204,222)
#CDD2E2
(205,210,226)
#D4D8E6
(212,216,230)
#DBDEEA
(219,222,234)
#E2E4EE
(226,228,238)
#E9EAF2
(233,234,242)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB4CE color. Also use rgb(170,180,206) instead hex code.

Text Font Color

.myTextColor { color: #AAB4CE; }

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

This text font color is #AAB4CE.

Background Color

.myBgColor { background-color: #AAB4CE; }

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

This div background color is #AAB4CE.

Border color

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

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

This div border color is #AAB4CE.

Opacity

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

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

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

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

This text has shadow with #AAB4CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB4CE.

Preview

Color preview on black background

This text has color #AAB4CE on black background.


Color preview on white background

This text has color #AAB4CE on white background.


Black color preview on #AAB4CE background

This text has black color on #AAB4CE background.


White color preview on #AAB4CE background

This text has white color on #AAB4CE background.


Related colors

Complementary color

Complementary color for #hex is #554B31.


I love getcolorcode.com

Triadic colors

1 #CEAAB4 and #B4CEAA with #AAB4CE are triadic colors.

2 #CEB4AA and #B4AACE with #AAB4CE are triadic colors.