COLOR #ADCB9B

HEX: #ADCB9B RGB: (173,203,155)

Color info

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

RGB color model

#ADCB9B color RGB value is (173,203,155).

RGB: (173,203,155) (68%, 80%, 61%)

RGB channels and saturation

R 173 of 255 = 68%
G 203 of 255 = 80%
B 155 of 255 = 61%

173
203
155

R + G + B ~ 70%. #ADCB9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 203 + 155 = 531 (100%)
R 173 of 531 ~ 32.58%
G 203 of 531 ~ 38.23%
B 155 of 531 ~ 29.19'%

%32.58
%38.23
%29.19

CMYK color model

#ADCB9B color CMYK value is (15,0,24,20).

  • cyan value is 14.78%
  • magenta value is 0.00%
  • yellow value is 23.65%
  • key color value is 20.39%

CMYK: (15,0,24,20)
C15M0Y24K20 (15%, 0%, 24%, 20%)
(0.15 / 0.00 / 0.24 / 0.20)

CMYK percentages

%14.78
%0
%23.65
%20.39

Codes

Color #ADCB9B in popluar color models

AD CB 9B
RGB 173 203 155
HSL 98° 31.58% 70.20%
HSB/HSV 98° 23.65% 79.61%
CMYK 14.78% 0.00% 23.65%
20.39%

Color #ADCB9B in popluar number systems.

HEX AD CB 9B
Decimal 173 203 155
Binary 10101101 11001011 10011011
Octal 255 313 233

Shades and tints

Shades of #ADCB9B

#ADCB9B
(173,203,155)
#9EB98D
(158,185,141)
#8FA77F
(143,167,127)
#809571
(128,149,113)
#718363
(113,131,99)
#627155
(98,113,85)
#535F47
(83,95,71)
#444D39
(68,77,57)
#353B2B
(53,59,43)
#26291D
(38,41,29)
#17170F
(23,23,15)
#000000
(0,0,0)

Tints of #ADCB9B

#ADCB9B
(173,203,155)
#B4CFA4
(180,207,164)
#BBD3AD
(187,211,173)
#C2D7B6
(194,215,182)
#C9DBBF
(201,219,191)
#D0DFC8
(208,223,200)
#D7E3D1
(215,227,209)
#DEE7DA
(222,231,218)
#E5EBE3
(229,235,227)
#ECEFEC
(236,239,236)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCB9B; }

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

This text font color is #ADCB9B.

Background Color

.myBgColor { background-color: #ADCB9B; }

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

This div background color is #ADCB9B.

Border color

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

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

This div border color is #ADCB9B.

Opacity

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

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

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

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

This text has shadow with #ADCB9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADCB9B.

Preview

Color preview on black background

This text has color #ADCB9B on black background.


Color preview on white background

This text has color #ADCB9B on white background.


Black color preview on #ADCB9B background

This text has black color on #ADCB9B background.


White color preview on #ADCB9B background

This text has white color on #ADCB9B background.


Related colors

Complementary color

Complementary color for #hex is #523464.


I love getcolorcode.com

Triadic colors

1 #9BADCB and #CB9BAD with #ADCB9B are triadic colors.

2 #9BCBAD and #CBAD9B with #ADCB9B are triadic colors.