COLOR #ADCFA0

HEX: #ADCFA0
RGB: (173,207,160)

Color info

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

RGB color model

#ADCFA0 color RGB value is (173,207,160).

  • red value is 173;
  • green value is 207;
  • blue value is 160.
RGB:
(173,207,160)
(68%,81%,63%)

RGB channels and saturation

R 173 of 255 = 68%
G 207 of 255 = 81%
B 160 of 255 = 63%

173
207
160

R + G + B ~ 71%. #ADCFA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 207 + 160 = 540 (100%)
R 173 of 540 ~ 32.04%
G 207 of 540 ~ 38.33%
B 160 of 540 ~ 29.63%

%32.04
%38.33
%29.63

CMYK color model

#ADCFA0 color CMYK value is (16,0,23,19).

  • cyan value is 16.43%
  • magenta value is 0.00%
  • yellow value is 22.71%
  • key color value is 18.82%
CMYK:
(16,0,23,19)
C16M0Y23K19 
(16%,0%,23%,19%)
(0.16/0.00/0.23/0.19)	

CMYK percentages

%16.43
%0
%22.71
%18.82

Codes

Color #ADCFA0 in popluar color models

ADCFA0
RGB173207160
HSL103°32.87%71.96%
HSB/HSV103°22.71%81.18%
CMYK16.43%0.00%22.71%
18.82%

Color #ADCFA0 in popluar number systems.

HEXADCFA0
Decimal173207160
Binary101011011100111110100000
Octal255317240

Shades and tints

Shades of #ADCFA0

#ADCFA0
(173,207,160)
#9EBD92
(158,189,146)
#8FAB84
(143,171,132)
#809976
(128,153,118)
#718768
(113,135,104)
#62755A
(98,117,90)
#53634C
(83,99,76)
#44513E
(68,81,62)
#353F30
(53,63,48)
#262D22
(38,45,34)
#171B14
(23,27,20)
#000000
(0,0,0)

Tints of #ADCFA0

#ADCFA0
(173,207,160)
#B4D3A8
(180,211,168)
#BBD7B0
(187,215,176)
#C2DBB8
(194,219,184)
#C9DFC0
(201,223,192)
#D0E3C8
(208,227,200)
#D7E7D0
(215,231,208)
#DEEBD8
(222,235,216)
#E5EFE0
(229,239,224)
#ECF3E8
(236,243,232)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADCFA0 color. Also use rgb(173,207,160) instead hex code.

Text Font Color

.myTextColor { color: #ADCFA0; }

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

This text font color is #ADCFA0.


Background Color

.myBgColor { background-color: #ADCFA0; }

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

This div background color is #ADCFA0.


Border color

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

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

This div border color is #ADCFA0.


Opacity

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

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

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

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

This text has shadow with #ADCFA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCFA0 on black background.


Color preview on white background

This text has color #ADCFA0 on white background.



Black color preview on #ADCFA0 background

This text has black color on #ADCFA0 background.


White color preview on #ADCFA0 background

This text has white color on #ADCFA0 background.