COLOR #AAB8CD

HEX: #AAB8CD RGB: (170,184,205)

Color info

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

RGB color model

#AAB8CD color RGB value is (170,184,205).

RGB: (170,184,205) (67%, 72%, 80%)

RGB channels and saturation

R 170 of 255 = 67%
G 184 of 255 = 72%
B 205 of 255 = 80%

170
184
205

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

Portions of RGB colors in percentages

R + G + B = 170 + 184 + 205 = 559 (100%)
R 170 of 559 ~ 30.41%
G 184 of 559 ~ 32.92%
B 205 of 559 ~ 36.67'%

%30.41
%32.92
%36.67

CMYK color model

#AAB8CD color CMYK value is (17,10,0,20).

  • cyan value is 17.07%
  • magenta value is 10.24%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (17,10,0,20)
C17M10Y0K20 (17%, 10%, 0%, 20%)
(0.17 / 0.10 / 0.00 / 0.20)

CMYK percentages

%17.07
%10.24
%0
%19.61

Codes

Color #AAB8CD in popluar color models

AA B8 CD
RGB 170 184 205
HSL 216° 25.93% 73.53%
HSB/HSV 216° 17.07% 80.39%
CMYK 17.07% 10.24% 0.00%
19.61%

Color #AAB8CD in popluar number systems.

HEX AA B8 CD
Decimal 170 184 205
Binary 10101010 10111000 11001101
Octal 252 270 315

Shades and tints

Shades of #AAB8CD

#AAB8CD
(170,184,205)
#9BA8BB
(155,168,187)
#8C98A9
(140,152,169)
#7D8897
(125,136,151)
#6E7885
(110,120,133)
#5F6873
(95,104,115)
#505861
(80,88,97)
#41484F
(65,72,79)
#32383D
(50,56,61)
#23282B
(35,40,43)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #AAB8CD

#AAB8CD
(170,184,205)
#B1BED1
(177,190,209)
#B8C4D5
(184,196,213)
#BFCAD9
(191,202,217)
#C6D0DD
(198,208,221)
#CDD6E1
(205,214,225)
#D4DCE5
(212,220,229)
#DBE2E9
(219,226,233)
#E2E8ED
(226,232,237)
#E9EEF1
(233,238,241)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB8CD; }

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

This text font color is #AAB8CD.

Background Color

.myBgColor { background-color: #AAB8CD; }

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

This div background color is #AAB8CD.

Border color

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

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

This div border color is #AAB8CD.

Opacity

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

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

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

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

This text has shadow with #AAB8CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB8CD.

Preview

Color preview on black background

This text has color #AAB8CD on black background.


Color preview on white background

This text has color #AAB8CD on white background.


Black color preview on #AAB8CD background

This text has black color on #AAB8CD background.


White color preview on #AAB8CD background

This text has white color on #AAB8CD background.


Related colors

Complementary color

Complementary color for #hex is #554732.


I love getcolorcode.com

Triadic colors

1 #CDAAB8 and #B8CDAA with #AAB8CD are triadic colors.

2 #CDB8AA and #B8AACD with #AAB8CD are triadic colors.