COLOR #ADCAAF

HEX: #ADCAAF
RGB: (173,202,175)

Color info

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

RGB color model

#ADCAAF color RGB value is (173,202,175).

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

RGB channels and saturation

R 173 of 255 = 68%
G 202 of 255 = 79%
B 175 of 255 = 69%

173
202
175

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

Portions of RGB colors in percentages

R + G + B =
173 + 202 + 175 = 550 (100%)
R 173 of 550 ~ 31.45%
G 202 of 550 ~ 36.73%
B 175 of 550 ~ 31.82%

%31.45
%36.73
%31.82

CMYK color model

#ADCAAF color CMYK value is (14,0,13,21).

  • cyan value is 14.36%
  • magenta value is 0.00%
  • yellow value is 13.37%
  • key color value is 20.78%
CMYK:
(14,0,13,21)
C14M0Y13K21 
(14%,0%,13%,21%)
(0.14/0.00/0.13/0.21)	

CMYK percentages

%14.36
%0
%13.37
%20.78

Codes

Color #ADCAAF in popluar color models

ADCAAF
RGB173202175
HSL124°21.48%73.53%
HSB/HSV124°14.36%79.22%
CMYK14.36%0.00%13.37%
20.78%

Color #ADCAAF in popluar number systems.

HEXADCAAF
Decimal173202175
Binary101011011100101010101111
Octal255312257

Shades and tints

Shades of #ADCAAF

#ADCAAF
(173,202,175)
#9EB8A0
(158,184,160)
#8FA691
(143,166,145)
#809482
(128,148,130)
#718273
(113,130,115)
#627064
(98,112,100)
#535E55
(83,94,85)
#444C46
(68,76,70)
#353A37
(53,58,55)
#262828
(38,40,40)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #ADCAAF

#ADCAAF
(173,202,175)
#B4CEB6
(180,206,182)
#BBD2BD
(187,210,189)
#C2D6C4
(194,214,196)
#C9DACB
(201,218,203)
#D0DED2
(208,222,210)
#D7E2D9
(215,226,217)
#DEE6E0
(222,230,224)
#E5EAE7
(229,234,231)
#ECEEEE
(236,238,238)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCAAF; }

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

This text font color is #ADCAAF.


Background Color

.myBgColor { background-color: #ADCAAF; }

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

This div background color is #ADCAAF.


Border color

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

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

This div border color is #ADCAAF.


Opacity

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

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

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

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

This text has shadow with #ADCAAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCAAF on black background.


Color preview on white background

This text has color #ADCAAF on white background.



Black color preview on #ADCAAF background

This text has black color on #ADCAAF background.


White color preview on #ADCAAF background

This text has white color on #ADCAAF background.