COLOR #ADCAB5

HEX: #ADCAB5
RGB: (173,202,181)

Color info

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

RGB color model

#ADCAB5 color RGB value is (173,202,181).

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

RGB channels and saturation

R 173 of 255 = 68%
G 202 of 255 = 79%
B 181 of 255 = 71%

173
202
181

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

Portions of RGB colors in percentages

R + G + B =
173 + 202 + 181 = 556 (100%)
R 173 of 556 ~ 31.12%
G 202 of 556 ~ 36.33%
B 181 of 556 ~ 32.55%

%31.12
%36.33
%32.55

CMYK color model

#ADCAB5 color CMYK value is (14,0,10,21).

  • cyan value is 14.36%
  • magenta value is 0.00%
  • yellow value is 10.40%
  • key color value is 20.78%
CMYK:
(14,0,10,21)
C14M0Y10K21 
(14%,0%,10%,21%)
(0.14/0.00/0.10/0.21)	

CMYK percentages

%14.36
%0
%10.4
%20.78

Codes

Color #ADCAB5 in popluar color models

ADCAB5
RGB173202181
HSL137°21.48%73.53%
HSB/HSV137°14.36%79.22%
CMYK14.36%0.00%10.40%
20.78%

Color #ADCAB5 in popluar number systems.

HEXADCAB5
Decimal173202181
Binary101011011100101010110101
Octal255312265

Shades and tints

Shades of #ADCAB5

#ADCAB5
(173,202,181)
#9EB8A5
(158,184,165)
#8FA695
(143,166,149)
#809485
(128,148,133)
#718275
(113,130,117)
#627065
(98,112,101)
#535E55
(83,94,85)
#444C45
(68,76,69)
#353A35
(53,58,53)
#262825
(38,40,37)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #ADCAB5

#ADCAB5
(173,202,181)
#B4CEBB
(180,206,187)
#BBD2C1
(187,210,193)
#C2D6C7
(194,214,199)
#C9DACD
(201,218,205)
#D0DED3
(208,222,211)
#D7E2D9
(215,226,217)
#DEE6DF
(222,230,223)
#E5EAE5
(229,234,229)
#ECEEEB
(236,238,235)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCAB5; }

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

This text font color is #ADCAB5.


Background Color

.myBgColor { background-color: #ADCAB5; }

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

This div background color is #ADCAB5.


Border color

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

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

This div border color is #ADCAB5.


Opacity

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

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

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

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

This text has shadow with #ADCAB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCAB5 on black background.


Color preview on white background

This text has color #ADCAB5 on white background.



Black color preview on #ADCAB5 background

This text has black color on #ADCAB5 background.


White color preview on #ADCAB5 background

This text has white color on #ADCAB5 background.