COLOR #ADCAAC

HEX: #ADCAAC
RGB: (173,202,172)

Color info

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

RGB color model

#ADCAAC color RGB value is (173,202,172).

  • red value is 173;
  • green value is 202;
  • blue value is 172.
RGB:
(173,202,172)
(68%,79%,67%)

RGB channels and saturation

R 173 of 255 = 68%
G 202 of 255 = 79%
B 172 of 255 = 67%

173
202
172

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

Portions of RGB colors in percentages

R + G + B =
173 + 202 + 172 = 547 (100%)
R 173 of 547 ~ 31.63%
G 202 of 547 ~ 36.93%
B 172 of 547 ~ 31.44%

%31.63
%36.93
%31.44

CMYK color model

#ADCAAC color CMYK value is (14,0,15,21).

  • cyan value is 14.36%
  • magenta value is 0.00%
  • yellow value is 14.85%
  • key color value is 20.78%
CMYK:
(14,0,15,21)
C14M0Y15K21 
(14%,0%,15%,21%)
(0.14/0.00/0.15/0.21)	

CMYK percentages

%14.36
%0
%14.85
%20.78

Codes

Color #ADCAAC in popluar color models

ADCAAC
RGB173202172
HSL118°22.06%73.33%
HSB/HSV118°14.85%79.22%
CMYK14.36%0.00%14.85%
20.78%

Color #ADCAAC in popluar number systems.

HEXADCAAC
Decimal173202172
Binary101011011100101010101100
Octal255312254

Shades and tints

Shades of #ADCAAC

#ADCAAC
(173,202,172)
#9EB89D
(158,184,157)
#8FA68E
(143,166,142)
#80947F
(128,148,127)
#718270
(113,130,112)
#627061
(98,112,97)
#535E52
(83,94,82)
#444C43
(68,76,67)
#353A34
(53,58,52)
#262825
(38,40,37)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #ADCAAC

#ADCAAC
(173,202,172)
#B4CEB3
(180,206,179)
#BBD2BA
(187,210,186)
#C2D6C1
(194,214,193)
#C9DAC8
(201,218,200)
#D0DECF
(208,222,207)
#D7E2D6
(215,226,214)
#DEE6DD
(222,230,221)
#E5EAE4
(229,234,228)
#ECEEEB
(236,238,235)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADCAAC color. Also use rgb(173,202,172) instead hex code.

Text Font Color

.myTextColor { color: #ADCAAC; }

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

This text font color is #ADCAAC.


Background Color

.myBgColor { background-color: #ADCAAC; }

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

This div background color is #ADCAAC.


Border color

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

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

This div border color is #ADCAAC.


Opacity

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

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

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

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

This text has shadow with #ADCAAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCAAC on black background.


Color preview on white background

This text has color #ADCAAC on white background.



Black color preview on #ADCAAC background

This text has black color on #ADCAAC background.


White color preview on #ADCAAC background

This text has white color on #ADCAAC background.