COLOR #AADCB1

HEX: #AADCB1
RGB: (170,220,177)

Color info

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

RGB color model

#AADCB1 color RGB value is (170,220,177).

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

RGB channels and saturation

R 170 of 255 = 67%
G 220 of 255 = 86%
B 177 of 255 = 69%

170
220
177

R + G + B ~ 74%. #AADCB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 220 + 177 = 567 (100%)
R 170 of 567 ~ 29.98%
G 220 of 567 ~ 38.8%
B 177 of 567 ~ 31.22%

%29.98
%38.8
%31.22

CMYK color model

#AADCB1 color CMYK value is (23,0,20,14).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 19.55%
  • key color value is 13.73%
CMYK:
(23,0,20,14)
C23M0Y20K14 
(23%,0%,20%,14%)
(0.23/0.00/0.20/0.14)	

CMYK percentages

%22.73
%0
%19.55
%13.73

Codes

Color #AADCB1 in popluar color models

AADCB1
RGB170220177
HSL128°41.67%76.47%
HSB/HSV128°22.73%86.27%
CMYK22.73%0.00%19.55%
13.73%

Color #AADCB1 in popluar number systems.

HEXAADCB1
Decimal170220177
Binary101010101101110010110001
Octal252334261

Shades and tints

Shades of #AADCB1

#AADCB1
(170,220,177)
#9BC8A1
(155,200,161)
#8CB491
(140,180,145)
#7DA081
(125,160,129)
#6E8C71
(110,140,113)
#5F7861
(95,120,97)
#506451
(80,100,81)
#415041
(65,80,65)
#323C31
(50,60,49)
#232821
(35,40,33)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #AADCB1

#AADCB1
(170,220,177)
#B1DFB8
(177,223,184)
#B8E2BF
(184,226,191)
#BFE5C6
(191,229,198)
#C6E8CD
(198,232,205)
#CDEBD4
(205,235,212)
#D4EEDB
(212,238,219)
#DBF1E2
(219,241,226)
#E2F4E9
(226,244,233)
#E9F7F0
(233,247,240)
#F0FAF7
(240,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AADCB1; }

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

This text font color is #AADCB1.


Background Color

.myBgColor { background-color: #AADCB1; }

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

This div background color is #AADCB1.


Border color

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

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

This div border color is #AADCB1.


Opacity

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

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

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

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

This text has shadow with #AADCB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AADCB1 on black background.


Color preview on white background

This text has color #AADCB1 on white background.



Black color preview on #AADCB1 background

This text has black color on #AADCB1 background.


White color preview on #AADCB1 background

This text has white color on #AADCB1 background.