COLOR #ADCDAF

HEX: #ADCDAF
RGB: (173,205,175)

Color info

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

RGB color model

#ADCDAF color RGB value is (173,205,175).

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

RGB channels and saturation

R 173 of 255 = 68%
G 205 of 255 = 80%
B 175 of 255 = 69%

173
205
175

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

Portions of RGB colors in percentages

R + G + B =
173 + 205 + 175 = 553 (100%)
R 173 of 553 ~ 31.28%
G 205 of 553 ~ 37.07%
B 175 of 553 ~ 31.65%

%31.28
%37.07
%31.65

CMYK color model

#ADCDAF color CMYK value is (16,0,15,20).

  • cyan value is 15.61%
  • magenta value is 0.00%
  • yellow value is 14.63%
  • key color value is 19.61%
CMYK:
(16,0,15,20)
C16M0Y15K20 
(16%,0%,15%,20%)
(0.16/0.00/0.15/0.20)	

CMYK percentages

%15.61
%0
%14.63
%19.61

Codes

Color #ADCDAF in popluar color models

ADCDAF
RGB173205175
HSL124°24.24%74.12%
HSB/HSV124°15.61%80.39%
CMYK15.61%0.00%14.63%
19.61%

Color #ADCDAF in popluar number systems.

HEXADCDAF
Decimal173205175
Binary101011011100110110101111
Octal255315257

Shades and tints

Shades of #ADCDAF

#ADCDAF
(173,205,175)
#9EBBA0
(158,187,160)
#8FA991
(143,169,145)
#809782
(128,151,130)
#718573
(113,133,115)
#627364
(98,115,100)
#536155
(83,97,85)
#444F46
(68,79,70)
#353D37
(53,61,55)
#262B28
(38,43,40)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #ADCDAF

#ADCDAF
(173,205,175)
#B4D1B6
(180,209,182)
#BBD5BD
(187,213,189)
#C2D9C4
(194,217,196)
#C9DDCB
(201,221,203)
#D0E1D2
(208,225,210)
#D7E5D9
(215,229,217)
#DEE9E0
(222,233,224)
#E5EDE7
(229,237,231)
#ECF1EE
(236,241,238)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCDAF; }

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

This text font color is #ADCDAF.


Background Color

.myBgColor { background-color: #ADCDAF; }

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

This div background color is #ADCDAF.


Border color

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

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

This div border color is #ADCDAF.


Opacity

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

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

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

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

This text has shadow with #ADCDAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCDAF on black background.


Color preview on white background

This text has color #ADCDAF on white background.



Black color preview on #ADCDAF background

This text has black color on #ADCDAF background.


White color preview on #ADCDAF background

This text has white color on #ADCDAF background.