COLOR #ADCC91

HEX: #ADCC91
RGB: (173,204,145)

Color info

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

RGB color model

#ADCC91 color RGB value is (173,204,145).

  • red value is 173;
  • green value is 204;
  • blue value is 145.
RGB:
(173,204,145)
(68%,80%,57%)

RGB channels and saturation

R 173 of 255 = 68%
G 204 of 255 = 80%
B 145 of 255 = 57%

173
204
145

R + G + B ~ 68%. #ADCC91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 204 + 145 = 522 (100%)
R 173 of 522 ~ 33.14%
G 204 of 522 ~ 39.08%
B 145 of 522 ~ 27.78%

%33.14
%39.08
%27.78

CMYK color model

#ADCC91 color CMYK value is (15,0,29,20).

  • cyan value is 15.20%
  • magenta value is 0.00%
  • yellow value is 28.92%
  • key color value is 20.00%
CMYK:
(15,0,29,20)
C15M0Y29K20 
(15%,0%,29%,20%)
(0.15/0.00/0.29/0.20)	

CMYK percentages

%15.2
%0
%28.92
%20

Codes

Color #ADCC91 in popluar color models

ADCC91
RGB173204145
HSL92°36.65%68.43%
HSB/HSV92°28.92%80.00%
CMYK15.20%0.00%28.92%
20.00%

Color #ADCC91 in popluar number systems.

HEXADCC91
Decimal173204145
Binary101011011100110010010001
Octal255314221

Shades and tints

Shades of #ADCC91

#ADCC91
(173,204,145)
#9EBA84
(158,186,132)
#8FA877
(143,168,119)
#80966A
(128,150,106)
#71845D
(113,132,93)
#627250
(98,114,80)
#536043
(83,96,67)
#444E36
(68,78,54)
#353C29
(53,60,41)
#262A1C
(38,42,28)
#17180F
(23,24,15)
#000000
(0,0,0)

Tints of #ADCC91

#ADCC91
(173,204,145)
#B4D09B
(180,208,155)
#BBD4A5
(187,212,165)
#C2D8AF
(194,216,175)
#C9DCB9
(201,220,185)
#D0E0C3
(208,224,195)
#D7E4CD
(215,228,205)
#DEE8D7
(222,232,215)
#E5ECE1
(229,236,225)
#ECF0EB
(236,240,235)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADCC91 color. Also use rgb(173,204,145) instead hex code.

Text Font Color

.myTextColor { color: #ADCC91; }

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

This text font color is #ADCC91.


Background Color

.myBgColor { background-color: #ADCC91; }

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

This div background color is #ADCC91.


Border color

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

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

This div border color is #ADCC91.


Opacity

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

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

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

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

This text has shadow with #ADCC91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCC91 on black background.


Color preview on white background

This text has color #ADCC91 on white background.



Black color preview on #ADCC91 background

This text has black color on #ADCC91 background.


White color preview on #ADCC91 background

This text has white color on #ADCC91 background.