COLOR #AAB8CE

HEX: #AAB8CE
RGB: (170,184,206)

Color info

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

RGB color model

#AAB8CE color RGB value is (170,184,206).

  • red value is 170;
  • green value is 184;
  • blue value is 206.
RGB:
(170,184,206)
(67%,72%,81%)

RGB channels and saturation

R 170 of 255 = 67%
G 184 of 255 = 72%
B 206 of 255 = 81%

170
184
206

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

Portions of RGB colors in percentages

R + G + B =
170 + 184 + 206 = 560 (100%)
R 170 of 560 ~ 30.36%
G 184 of 560 ~ 32.86%
B 206 of 560 ~ 36.79%

%30.36
%32.86
%36.79

CMYK color model

#AAB8CE color CMYK value is (17,11,0,19).

  • cyan value is 17.48%
  • magenta value is 10.68%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(17,11,0,19)
C17M11Y0K19 
(17%,11%,0%,19%)
(0.17/0.11/0.00/0.19)	

CMYK percentages

%17.48
%10.68
%0
%19.22

Codes

Color #AAB8CE in popluar color models

AAB8CE
RGB170184206
HSL217°26.87%73.73%
HSB/HSV217°17.48%80.78%
CMYK17.48%10.68%0.00%
19.22%

Color #AAB8CE in popluar number systems.

HEXAAB8CE
Decimal170184206
Binary101010101011100011001110
Octal252270316

Shades and tints

Shades of #AAB8CE

#AAB8CE
(170,184,206)
#9BA8BC
(155,168,188)
#8C98AA
(140,152,170)
#7D8898
(125,136,152)
#6E7886
(110,120,134)
#5F6874
(95,104,116)
#505862
(80,88,98)
#414850
(65,72,80)
#32383E
(50,56,62)
#23282C
(35,40,44)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #AAB8CE

#AAB8CE
(170,184,206)
#B1BED2
(177,190,210)
#B8C4D6
(184,196,214)
#BFCADA
(191,202,218)
#C6D0DE
(198,208,222)
#CDD6E2
(205,214,226)
#D4DCE6
(212,220,230)
#DBE2EA
(219,226,234)
#E2E8EE
(226,232,238)
#E9EEF2
(233,238,242)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB8CE; }

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

This text font color is #AAB8CE.


Background Color

.myBgColor { background-color: #AAB8CE; }

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

This div background color is #AAB8CE.


Border color

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

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

This div border color is #AAB8CE.


Opacity

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

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

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

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

This text has shadow with #AAB8CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB8CE on black background.


Color preview on white background

This text has color #AAB8CE on white background.



Black color preview on #AAB8CE background

This text has black color on #AAB8CE background.


White color preview on #AAB8CE background

This text has white color on #AAB8CE background.