COLOR #ADCB96

HEX: #ADCB96
RGB: (173,203,150)

Color info

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

RGB color model

#ADCB96 color RGB value is (173,203,150).

  • red value is 173;
  • green value is 203;
  • blue value is 150.
RGB:
(173,203,150)
(68%,80%,59%)

RGB channels and saturation

R 173 of 255 = 68%
G 203 of 255 = 80%
B 150 of 255 = 59%

173
203
150

R + G + B ~ 69%. #ADCB96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 203 + 150 = 526 (100%)
R 173 of 526 ~ 32.89%
G 203 of 526 ~ 38.59%
B 150 of 526 ~ 28.52%

%32.89
%38.59
%28.52

CMYK color model

#ADCB96 color CMYK value is (15,0,26,20).

  • cyan value is 14.78%
  • magenta value is 0.00%
  • yellow value is 26.11%
  • key color value is 20.39%
CMYK:
(15,0,26,20)
C15M0Y26K20 
(15%,0%,26%,20%)
(0.15/0.00/0.26/0.20)	

CMYK percentages

%14.78
%0
%26.11
%20.39

Codes

Color #ADCB96 in popluar color models

ADCB96
RGB173203150
HSL94°33.76%69.22%
HSB/HSV94°26.11%79.61%
CMYK14.78%0.00%26.11%
20.39%

Color #ADCB96 in popluar number systems.

HEXADCB96
Decimal173203150
Binary101011011100101110010110
Octal255313226

Shades and tints

Shades of #ADCB96

#ADCB96
(173,203,150)
#9EB989
(158,185,137)
#8FA77C
(143,167,124)
#80956F
(128,149,111)
#718362
(113,131,98)
#627155
(98,113,85)
#535F48
(83,95,72)
#444D3B
(68,77,59)
#353B2E
(53,59,46)
#262921
(38,41,33)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #ADCB96

#ADCB96
(173,203,150)
#B4CF9F
(180,207,159)
#BBD3A8
(187,211,168)
#C2D7B1
(194,215,177)
#C9DBBA
(201,219,186)
#D0DFC3
(208,223,195)
#D7E3CC
(215,227,204)
#DEE7D5
(222,231,213)
#E5EBDE
(229,235,222)
#ECEFE7
(236,239,231)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADCB96 color. Also use rgb(173,203,150) instead hex code.

Text Font Color

.myTextColor { color: #ADCB96; }

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

This text font color is #ADCB96.


Background Color

.myBgColor { background-color: #ADCB96; }

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

This div background color is #ADCB96.


Border color

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

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

This div border color is #ADCB96.


Opacity

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

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

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

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

This text has shadow with #ADCB96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCB96 on black background.


Color preview on white background

This text has color #ADCB96 on white background.



Black color preview on #ADCB96 background

This text has black color on #ADCB96 background.


White color preview on #ADCB96 background

This text has white color on #ADCB96 background.