COLOR #AAC5BD

HEX: #AAC5BD
RGB: (170,197,189)

Color info

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

RGB color model

#AAC5BD color RGB value is (170,197,189).

  • red value is 170;
  • green value is 197;
  • blue value is 189.
RGB:
(170,197,189)
(67%,77%,74%)

RGB channels and saturation

R 170 of 255 = 67%
G 197 of 255 = 77%
B 189 of 255 = 74%

170
197
189

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

Portions of RGB colors in percentages

R + G + B =
170 + 197 + 189 = 556 (100%)
R 170 of 556 ~ 30.58%
G 197 of 556 ~ 35.43%
B 189 of 556 ~ 33.99%

%30.58
%35.43
%33.99

CMYK color model

#AAC5BD color CMYK value is (14,0,4,23).

  • cyan value is 13.71%
  • magenta value is 0.00%
  • yellow value is 4.06%
  • key color value is 22.75%
CMYK:
(14,0,4,23)
C14M0Y4K23 
(14%,0%,4%,23%)
(0.14/0.00/0.04/0.23)	

CMYK percentages

%13.71
%0
%4.06
%22.75

Codes

Color #AAC5BD in popluar color models

AAC5BD
RGB170197189
HSL162°18.88%71.96%
HSB/HSV162°13.71%77.25%
CMYK13.71%0.00%4.06%
22.75%

Color #AAC5BD in popluar number systems.

HEXAAC5BD
Decimal170197189
Binary101010101100010110111101
Octal252305275

Shades and tints

Shades of #AAC5BD

#AAC5BD
(170,197,189)
#9BB4AC
(155,180,172)
#8CA39B
(140,163,155)
#7D928A
(125,146,138)
#6E8179
(110,129,121)
#5F7068
(95,112,104)
#505F57
(80,95,87)
#414E46
(65,78,70)
#323D35
(50,61,53)
#232C24
(35,44,36)
#141B13
(20,27,19)
#000000
(0,0,0)

Tints of #AAC5BD

#AAC5BD
(170,197,189)
#B1CAC3
(177,202,195)
#B8CFC9
(184,207,201)
#BFD4CF
(191,212,207)
#C6D9D5
(198,217,213)
#CDDEDB
(205,222,219)
#D4E3E1
(212,227,225)
#DBE8E7
(219,232,231)
#E2EDED
(226,237,237)
#E9F2F3
(233,242,243)
#F0F7F9
(240,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC5BD color. Also use rgb(170,197,189) instead hex code.

Text Font Color

.myTextColor { color: #AAC5BD; }

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

This text font color is #AAC5BD.


Background Color

.myBgColor { background-color: #AAC5BD; }

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

This div background color is #AAC5BD.


Border color

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

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

This div border color is #AAC5BD.


Opacity

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

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

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

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

This text has shadow with #AAC5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC5BD on black background.


Color preview on white background

This text has color #AAC5BD on white background.



Black color preview on #AAC5BD background

This text has black color on #AAC5BD background.


White color preview on #AAC5BD background

This text has white color on #AAC5BD background.