COLOR #ADC1A7

HEX: #ADC1A7
RGB: (173,193,167)

Color info

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

RGB color model

#ADC1A7 color RGB value is (173,193,167).

  • red value is 173;
  • green value is 193;
  • blue value is 167.
RGB:
(173,193,167)
(68%,76%,65%)

RGB channels and saturation

R 173 of 255 = 68%
G 193 of 255 = 76%
B 167 of 255 = 65%

173
193
167

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

Portions of RGB colors in percentages

R + G + B =
173 + 193 + 167 = 533 (100%)
R 173 of 533 ~ 32.46%
G 193 of 533 ~ 36.21%
B 167 of 533 ~ 31.33%

%32.46
%36.21
%31.33

CMYK color model

#ADC1A7 color CMYK value is (10,0,13,24).

  • cyan value is 10.36%
  • magenta value is 0.00%
  • yellow value is 13.47%
  • key color value is 24.31%
CMYK:
(10,0,13,24)
C10M0Y13K24 
(10%,0%,13%,24%)
(0.10/0.00/0.13/0.24)	

CMYK percentages

%10.36
%0
%13.47
%24.31

Codes

Color #ADC1A7 in popluar color models

ADC1A7
RGB173193167
HSL106°17.33%70.59%
HSB/HSV106°13.47%75.69%
CMYK10.36%0.00%13.47%
24.31%

Color #ADC1A7 in popluar number systems.

HEXADC1A7
Decimal173193167
Binary101011011100000110100111
Octal255301247

Shades and tints

Shades of #ADC1A7

#ADC1A7
(173,193,167)
#9EB098
(158,176,152)
#8F9F89
(143,159,137)
#808E7A
(128,142,122)
#717D6B
(113,125,107)
#626C5C
(98,108,92)
#535B4D
(83,91,77)
#444A3E
(68,74,62)
#35392F
(53,57,47)
#262820
(38,40,32)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #ADC1A7

#ADC1A7
(173,193,167)
#B4C6AF
(180,198,175)
#BBCBB7
(187,203,183)
#C2D0BF
(194,208,191)
#C9D5C7
(201,213,199)
#D0DACF
(208,218,207)
#D7DFD7
(215,223,215)
#DEE4DF
(222,228,223)
#E5E9E7
(229,233,231)
#ECEEEF
(236,238,239)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC1A7 color. Also use rgb(173,193,167) instead hex code.

Text Font Color

.myTextColor { color: #ADC1A7; }

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

This text font color is #ADC1A7.


Background Color

.myBgColor { background-color: #ADC1A7; }

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

This div background color is #ADC1A7.


Border color

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

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

This div border color is #ADC1A7.


Opacity

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

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

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

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

This text has shadow with #ADC1A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC1A7 on black background.


Color preview on white background

This text has color #ADC1A7 on white background.



Black color preview on #ADC1A7 background

This text has black color on #ADC1A7 background.


White color preview on #ADC1A7 background

This text has white color on #ADC1A7 background.