COLOR #AACBB5

HEX: #AACBB5
RGB: (170,203,181)

Color info

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

RGB color model

#AACBB5 color RGB value is (170,203,181).

  • red value is 170;
  • green value is 203;
  • blue value is 181.
RGB:
(170,203,181)
(67%,80%,71%)

RGB channels and saturation

R 170 of 255 = 67%
G 203 of 255 = 80%
B 181 of 255 = 71%

170
203
181

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

Portions of RGB colors in percentages

R + G + B =
170 + 203 + 181 = 554 (100%)
R 170 of 554 ~ 30.69%
G 203 of 554 ~ 36.64%
B 181 of 554 ~ 32.67%

%30.69
%36.64
%32.67

CMYK color model

#AACBB5 color CMYK value is (16,0,11,20).

  • cyan value is 16.26%
  • magenta value is 0.00%
  • yellow value is 10.84%
  • key color value is 20.39%
CMYK:
(16,0,11,20)
C16M0Y11K20 
(16%,0%,11%,20%)
(0.16/0.00/0.11/0.20)	

CMYK percentages

%16.26
%0
%10.84
%20.39

Codes

Color #AACBB5 in popluar color models

AACBB5
RGB170203181
HSL140°24.09%73.14%
HSB/HSV140°16.26%79.61%
CMYK16.26%0.00%10.84%
20.39%

Color #AACBB5 in popluar number systems.

HEXAACBB5
Decimal170203181
Binary101010101100101110110101
Octal252313265

Shades and tints

Shades of #AACBB5

#AACBB5
(170,203,181)
#9BB9A5
(155,185,165)
#8CA795
(140,167,149)
#7D9585
(125,149,133)
#6E8375
(110,131,117)
#5F7165
(95,113,101)
#505F55
(80,95,85)
#414D45
(65,77,69)
#323B35
(50,59,53)
#232925
(35,41,37)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #AACBB5

#AACBB5
(170,203,181)
#B1CFBB
(177,207,187)
#B8D3C1
(184,211,193)
#BFD7C7
(191,215,199)
#C6DBCD
(198,219,205)
#CDDFD3
(205,223,211)
#D4E3D9
(212,227,217)
#DBE7DF
(219,231,223)
#E2EBE5
(226,235,229)
#E9EFEB
(233,239,235)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AACBB5 color. Also use rgb(170,203,181) instead hex code.

Text Font Color

.myTextColor { color: #AACBB5; }

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

This text font color is #AACBB5.


Background Color

.myBgColor { background-color: #AACBB5; }

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

This div background color is #AACBB5.


Border color

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

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

This div border color is #AACBB5.


Opacity

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

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

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

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

This text has shadow with #AACBB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AACBB5 on black background.


Color preview on white background

This text has color #AACBB5 on white background.



Black color preview on #AACBB5 background

This text has black color on #AACBB5 background.


White color preview on #AACBB5 background

This text has white color on #AACBB5 background.