COLOR #ADC7B5

HEX: #ADC7B5
RGB: (173,199,181)

Color info

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

RGB color model

#ADC7B5 color RGB value is (173,199,181).

  • red value is 173;
  • green value is 199;
  • blue value is 181.
RGB:
(173,199,181)
(68%,78%,71%)

RGB channels and saturation

R 173 of 255 = 68%
G 199 of 255 = 78%
B 181 of 255 = 71%

173
199
181

R + G + B ~ 72%. #ADC7B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 199 + 181 = 553 (100%)
R 173 of 553 ~ 31.28%
G 199 of 553 ~ 35.99%
B 181 of 553 ~ 32.73%

%31.28
%35.99
%32.73

CMYK color model

#ADC7B5 color CMYK value is (13,0,9,22).

  • cyan value is 13.07%
  • magenta value is 0.00%
  • yellow value is 9.05%
  • key color value is 21.96%
CMYK:
(13,0,9,22)
C13M0Y9K22 
(13%,0%,9%,22%)
(0.13/0.00/0.09/0.22)	

CMYK percentages

%13.07
%0
%9.05
%21.96

Codes

Color #ADC7B5 in popluar color models

ADC7B5
RGB173199181
HSL138°18.84%72.94%
HSB/HSV138°13.07%78.04%
CMYK13.07%0.00%9.05%
21.96%

Color #ADC7B5 in popluar number systems.

HEXADC7B5
Decimal173199181
Binary101011011100011110110101
Octal255307265

Shades and tints

Shades of #ADC7B5

#ADC7B5
(173,199,181)
#9EB5A5
(158,181,165)
#8FA395
(143,163,149)
#809185
(128,145,133)
#717F75
(113,127,117)
#626D65
(98,109,101)
#535B55
(83,91,85)
#444945
(68,73,69)
#353735
(53,55,53)
#262525
(38,37,37)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #ADC7B5

#ADC7B5
(173,199,181)
#B4CCBB
(180,204,187)
#BBD1C1
(187,209,193)
#C2D6C7
(194,214,199)
#C9DBCD
(201,219,205)
#D0E0D3
(208,224,211)
#D7E5D9
(215,229,217)
#DEEADF
(222,234,223)
#E5EFE5
(229,239,229)
#ECF4EB
(236,244,235)
#F3F9F1
(243,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC7B5 color. Also use rgb(173,199,181) instead hex code.

Text Font Color

.myTextColor { color: #ADC7B5; }

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

This text font color is #ADC7B5.


Background Color

.myBgColor { background-color: #ADC7B5; }

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

This div background color is #ADC7B5.


Border color

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

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

This div border color is #ADC7B5.


Opacity

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

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

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

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

This text has shadow with #ADC7B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC7B5 on black background.


Color preview on white background

This text has color #ADC7B5 on white background.



Black color preview on #ADC7B5 background

This text has black color on #ADC7B5 background.


White color preview on #ADC7B5 background

This text has white color on #ADC7B5 background.