COLOR #AACBBB

HEX: #AACBBB RGB: (170,203,187)

Color info

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

RGB color model

#AACBBB color RGB value is (170,203,187).

RGB: (170,203,187) (67%, 80%, 73%)

RGB channels and saturation

R 170 of 255 = 67%
G 203 of 255 = 80%
B 187 of 255 = 73%

170
203
187

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

Portions of RGB colors in percentages

R + G + B = 170 + 203 + 187 = 560 (100%)
R 170 of 560 ~ 30.36%
G 203 of 560 ~ 36.25%
B 187 of 560 ~ 33.39'%

%30.36
%36.25
%33.39

CMYK color model

#AACBBB color CMYK value is (16,0,8,20).

  • cyan value is 16.26%
  • magenta value is 0.00%
  • yellow value is 7.88%
  • key color value is 20.39%

CMYK: (16,0,8,20)
C16M0Y8K20 (16%, 0%, 8%, 20%)
(0.16 / 0.00 / 0.08 / 0.20)

CMYK percentages

%16.26
%0
%7.88
%20.39

Codes

Color #AACBBB in popluar color models

AA CB BB
RGB 170 203 187
HSL 151° 24.09% 73.14%
HSB/HSV 151° 16.26% 79.61%
CMYK 16.26% 0.00% 7.88%
20.39%

Color #AACBBB in popluar number systems.

HEX AA CB BB
Decimal 170 203 187
Binary 10101010 11001011 10111011
Octal 252 313 273

Shades and tints

Shades of #AACBBB

#AACBBB
(170,203,187)
#9BB9AA
(155,185,170)
#8CA799
(140,167,153)
#7D9588
(125,149,136)
#6E8377
(110,131,119)
#5F7166
(95,113,102)
#505F55
(80,95,85)
#414D44
(65,77,68)
#323B33
(50,59,51)
#232922
(35,41,34)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #AACBBB

#AACBBB
(170,203,187)
#B1CFC1
(177,207,193)
#B8D3C7
(184,211,199)
#BFD7CD
(191,215,205)
#C6DBD3
(198,219,211)
#CDDFD9
(205,223,217)
#D4E3DF
(212,227,223)
#DBE7E5
(219,231,229)
#E2EBEB
(226,235,235)
#E9EFF1
(233,239,241)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AACBBB; }

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

This text font color is #AACBBB.

Background Color

.myBgColor { background-color: #AACBBB; }

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

This div background color is #AACBBB.

Border color

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

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

This div border color is #AACBBB.

Opacity

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

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

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

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

This text has shadow with #AACBBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AACBBB.

Preview

Color preview on black background

This text has color #AACBBB on black background.


Color preview on white background

This text has color #AACBBB on white background.


Black color preview on #AACBBB background

This text has black color on #AACBBB background.


White color preview on #AACBBB background

This text has white color on #AACBBB background.


Related colors

Complementary color

Complementary color for #hex is #553444.


I love getcolorcode.com

Triadic colors

1 #BBAACB and #CBBBAA with #AACBBB are triadic colors.

2 #BBCBAA and #CBAABB with #AACBBB are triadic colors.