COLOR #AACBB1

HEX: #AACBB1
RGB: (170,203,177)

Color info

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

RGB color model

#AACBB1 color RGB value is (170,203,177).

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

RGB channels and saturation

R 170 of 255 = 67%
G 203 of 255 = 80%
B 177 of 255 = 69%

170
203
177

R + G + B ~ 72%. #AACBB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 203 + 177 = 550 (100%)
R 170 of 550 ~ 30.91%
G 203 of 550 ~ 36.91%
B 177 of 550 ~ 32.18%

%30.91
%36.91
%32.18

CMYK color model

#AACBB1 color CMYK value is (16,0,13,20).

  • cyan value is 16.26%
  • magenta value is 0.00%
  • yellow value is 12.81%
  • key color value is 20.39%
CMYK:
(16,0,13,20)
C16M0Y13K20 
(16%,0%,13%,20%)
(0.16/0.00/0.13/0.20)	

CMYK percentages

%16.26
%0
%12.81
%20.39

Codes

Color #AACBB1 in popluar color models

AACBB1
RGB170203177
HSL133°24.09%73.14%
HSB/HSV133°16.26%79.61%
CMYK16.26%0.00%12.81%
20.39%

Color #AACBB1 in popluar number systems.

HEXAACBB1
Decimal170203177
Binary101010101100101110110001
Octal252313261

Shades and tints

Shades of #AACBB1

#AACBB1
(170,203,177)
#9BB9A1
(155,185,161)
#8CA791
(140,167,145)
#7D9581
(125,149,129)
#6E8371
(110,131,113)
#5F7161
(95,113,97)
#505F51
(80,95,81)
#414D41
(65,77,65)
#323B31
(50,59,49)
#232921
(35,41,33)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #AACBB1

#AACBB1
(170,203,177)
#B1CFB8
(177,207,184)
#B8D3BF
(184,211,191)
#BFD7C6
(191,215,198)
#C6DBCD
(198,219,205)
#CDDFD4
(205,223,212)
#D4E3DB
(212,227,219)
#DBE7E2
(219,231,226)
#E2EBE9
(226,235,233)
#E9EFF0
(233,239,240)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AACBB1; }

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

This text font color is #AACBB1.


Background Color

.myBgColor { background-color: #AACBB1; }

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

This div background color is #AACBB1.


Border color

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

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

This div border color is #AACBB1.


Opacity

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

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

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

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

This text has shadow with #AACBB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AACBB1 on black background.


Color preview on white background

This text has color #AACBB1 on white background.



Black color preview on #AACBB1 background

This text has black color on #AACBB1 background.


White color preview on #AACBB1 background

This text has white color on #AACBB1 background.