COLOR #ADC2BD

HEX: #ADC2BD RGB: (173,194,189)

Color info

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

RGB color model

#ADC2BD color RGB value is (173,194,189).

RGB: (173,194,189) (68%, 76%, 74%)

RGB channels and saturation

R 173 of 255 = 68%
G 194 of 255 = 76%
B 189 of 255 = 74%

173
194
189

R + G + B ~ 73%. #ADC2BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 194 + 189 = 556 (100%)
R 173 of 556 ~ 31.12%
G 194 of 556 ~ 34.89%
B 189 of 556 ~ 33.99'%

%31.12
%34.89
%33.99

CMYK color model

#ADC2BD color CMYK value is (11,0,3,24).

  • cyan value is 10.82%
  • magenta value is 0.00%
  • yellow value is 2.58%
  • key color value is 23.92%
CMYK: (11,0,3,24) C11M0Y3K24 (11%,0%,3%,24%) (0.11/0.00/0.03/0.24) 

CMYK percentages

%10.82
%0
%2.58
%23.92

Codes

Color #ADC2BD in popluar color models

AD C2 BD
RGB 173 194 189
HSL 166° 14.69% 71.96%
HSB/HSV 166° 10.82% 76.08%
CMYK 10.82% 0.00% 2.58%
23.92%

Color #ADC2BD in popluar number systems.

HEX AD C2 BD
Decimal 173 194 189
Binary 10101101 11000010 10111101
Octal 255 302 275

Shades and tints

Shades of #ADC2BD

#ADC2BD
(173,194,189)
#9EB1AC
(158,177,172)
#8FA09B
(143,160,155)
#808F8A
(128,143,138)
#717E79
(113,126,121)
#626D68
(98,109,104)
#535C57
(83,92,87)
#444B46
(68,75,70)
#353A35
(53,58,53)
#262924
(38,41,36)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #ADC2BD

#ADC2BD
(173,194,189)
#B4C7C3
(180,199,195)
#BBCCC9
(187,204,201)
#C2D1CF
(194,209,207)
#C9D6D5
(201,214,213)
#D0DBDB
(208,219,219)
#D7E0E1
(215,224,225)
#DEE5E7
(222,229,231)
#E5EAED
(229,234,237)
#ECEFF3
(236,239,243)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC2BD color. Also use rgb(173,194,189) instead hex code.

Text Font Color

.myTextColor { color: #ADC2BD; }

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

This text font color is #ADC2BD.

Background Color

.myBgColor { background-color: #ADC2BD; }

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

This div background color is #ADC2BD.

Border color

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

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

This div border color is #ADC2BD.

Opacity

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

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

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

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

This text has shadow with #ADC2BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC2BD.

Preview

Color preview on black background

This text has color #ADC2BD on black background.


Color preview on white background

This text has color #ADC2BD on white background.


Black color preview on #ADC2BD background

This text has black color on #ADC2BD background.


White color preview on #ADC2BD background

This text has white color on #ADC2BD background.


Related colors

Complementary color

Complementary color for #hex is #523D42.


I love getcolorcode.com

Triadic colors

1 #BDADC2 and #C2BDAD with #ADC2BD are triadic colors.

2 #BDC2AD and #C2ADBD with #ADC2BD are triadic colors.