COLOR #ADCABB

HEX: #ADCABB
RGB: (173,202,187)

Color info

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

RGB color model

#ADCABB color RGB value is (173,202,187).

  • red value is 173;
  • green value is 202;
  • blue value is 187.
RGB:
(173,202,187)
(68%,79%,73%)

RGB channels and saturation

R 173 of 255 = 68%
G 202 of 255 = 79%
B 187 of 255 = 73%

173
202
187

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

Portions of RGB colors in percentages

R + G + B =
173 + 202 + 187 = 562 (100%)
R 173 of 562 ~ 30.78%
G 202 of 562 ~ 35.94%
B 187 of 562 ~ 33.27%

%30.78
%35.94
%33.27

CMYK color model

#ADCABB color CMYK value is (14,0,7,21).

  • cyan value is 14.36%
  • magenta value is 0.00%
  • yellow value is 7.43%
  • key color value is 20.78%
CMYK:
(14,0,7,21)
C14M0Y7K21 
(14%,0%,7%,21%)
(0.14/0.00/0.07/0.21)	

CMYK percentages

%14.36
%0
%7.43
%20.78

Codes

Color #ADCABB in popluar color models

ADCABB
RGB173202187
HSL149°21.48%73.53%
HSB/HSV149°14.36%79.22%
CMYK14.36%0.00%7.43%
20.78%

Color #ADCABB in popluar number systems.

HEXADCABB
Decimal173202187
Binary101011011100101010111011
Octal255312273

Shades and tints

Shades of #ADCABB

#ADCABB
(173,202,187)
#9EB8AA
(158,184,170)
#8FA699
(143,166,153)
#809488
(128,148,136)
#718277
(113,130,119)
#627066
(98,112,102)
#535E55
(83,94,85)
#444C44
(68,76,68)
#353A33
(53,58,51)
#262822
(38,40,34)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #ADCABB

#ADCABB
(173,202,187)
#B4CEC1
(180,206,193)
#BBD2C7
(187,210,199)
#C2D6CD
(194,214,205)
#C9DAD3
(201,218,211)
#D0DED9
(208,222,217)
#D7E2DF
(215,226,223)
#DEE6E5
(222,230,229)
#E5EAEB
(229,234,235)
#ECEEF1
(236,238,241)
#F3F2F7
(243,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADCABB color. Also use rgb(173,202,187) instead hex code.

Text Font Color

.myTextColor { color: #ADCABB; }

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

This text font color is #ADCABB.


Background Color

.myBgColor { background-color: #ADCABB; }

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

This div background color is #ADCABB.


Border color

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

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

This div border color is #ADCABB.


Opacity

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

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

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

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

This text has shadow with #ADCABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCABB on black background.


Color preview on white background

This text has color #ADCABB on white background.



Black color preview on #ADCABB background

This text has black color on #ADCABB background.


White color preview on #ADCABB background

This text has white color on #ADCABB background.