COLOR #ADCC99

HEX: #ADCC99 RGB: (173,204,153)

Color info

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

RGB color model

#ADCC99 color RGB value is (173,204,153).

RGB: (173,204,153) (68%, 80%, 60%)

RGB channels and saturation

R 173 of 255 = 68%
G 204 of 255 = 80%
B 153 of 255 = 60%

173
204
153

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

Portions of RGB colors in percentages

R + G + B = 173 + 204 + 153 = 530 (100%)
R 173 of 530 ~ 32.64%
G 204 of 530 ~ 38.49%
B 153 of 530 ~ 28.87'%

%32.64
%38.49
%28.87

CMYK color model

#ADCC99 color CMYK value is (15,0,25,20).

  • cyan value is 15.20%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 20.00%
CMYK: (15,0,25,20) C15M0Y25K20 (15%,0%,25%,20%) (0.15/0.00/0.25/0.20) 

CMYK percentages

%15.2
%0
%25
%20

Codes

Color #ADCC99 in popluar color models

AD CC 99
RGB 173 204 153
HSL 96° 33.33% 70.00%
HSB/HSV 96° 25.00% 80.00%
CMYK 15.20% 0.00% 25.00%
20.00%

Color #ADCC99 in popluar number systems.

HEX AD CC 99
Decimal 173 204 153
Binary 10101101 11001100 10011001
Octal 255 314 231

Shades and tints

Shades of #ADCC99

#ADCC99
(173,204,153)
#9EBA8C
(158,186,140)
#8FA87F
(143,168,127)
#809672
(128,150,114)
#718465
(113,132,101)
#627258
(98,114,88)
#53604B
(83,96,75)
#444E3E
(68,78,62)
#353C31
(53,60,49)
#262A24
(38,42,36)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #ADCC99

#ADCC99
(173,204,153)
#B4D0A2
(180,208,162)
#BBD4AB
(187,212,171)
#C2D8B4
(194,216,180)
#C9DCBD
(201,220,189)
#D0E0C6
(208,224,198)
#D7E4CF
(215,228,207)
#DEE8D8
(222,232,216)
#E5ECE1
(229,236,225)
#ECF0EA
(236,240,234)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCC99; }

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

This text font color is #ADCC99.

Background Color

.myBgColor { background-color: #ADCC99; }

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

This div background color is #ADCC99.

Border color

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

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

This div border color is #ADCC99.

Opacity

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

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

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

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

This text has shadow with #ADCC99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADCC99.

Preview

Color preview on black background

This text has color #ADCC99 on black background.


Color preview on white background

This text has color #ADCC99 on white background.


Black color preview on #ADCC99 background

This text has black color on #ADCC99 background.


White color preview on #ADCC99 background

This text has white color on #ADCC99 background.


Related colors

Complementary color

Complementary color for #hex is #523366.


I love getcolorcode.com

Triadic colors

1 #99ADCC and #CC99AD with #ADCC99 are triadic colors.

2 #99CCAD and #CCAD99 with #ADCC99 are triadic colors.