COLOR #ADC9BD

HEX: #ADC9BD RGB: (173,201,189)

Color info

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

RGB color model

#ADC9BD color RGB value is (173,201,189).

RGB: (173,201,189) (68%, 79%, 74%)

RGB channels and saturation

R 173 of 255 = 68%
G 201 of 255 = 79%
B 189 of 255 = 74%

173
201
189

R + G + B ~ 74%. #ADC9BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 201 + 189 = 563 (100%)
R 173 of 563 ~ 30.73%
G 201 of 563 ~ 35.7%
B 189 of 563 ~ 33.57'%

%30.73
%35.7
%33.57

CMYK color model

#ADC9BD color CMYK value is (14,0,6,21).

  • cyan value is 13.93%
  • magenta value is 0.00%
  • yellow value is 5.97%
  • key color value is 21.18%

CMYK: (14,0,6,21)
C14M0Y6K21 (14%, 0%, 6%, 21%)
(0.14 / 0.00 / 0.06 / 0.21)

CMYK percentages

%13.93
%0
%5.97
%21.18

Codes

Color #ADC9BD in popluar color models

AD C9 BD
RGB 173 201 189
HSL 154° 20.59% 73.33%
HSB/HSV 154° 13.93% 78.82%
CMYK 13.93% 0.00% 5.97%
21.18%

Color #ADC9BD in popluar number systems.

HEX AD C9 BD
Decimal 173 201 189
Binary 10101101 11001001 10111101
Octal 255 311 275

Shades and tints

Shades of #ADC9BD

#ADC9BD
(173,201,189)
#9EB7AC
(158,183,172)
#8FA59B
(143,165,155)
#80938A
(128,147,138)
#718179
(113,129,121)
#626F68
(98,111,104)
#535D57
(83,93,87)
#444B46
(68,75,70)
#353935
(53,57,53)
#262724
(38,39,36)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #ADC9BD

#ADC9BD
(173,201,189)
#B4CDC3
(180,205,195)
#BBD1C9
(187,209,201)
#C2D5CF
(194,213,207)
#C9D9D5
(201,217,213)
#D0DDDB
(208,221,219)
#D7E1E1
(215,225,225)
#DEE5E7
(222,229,231)
#E5E9ED
(229,233,237)
#ECEDF3
(236,237,243)
#F3F1F9
(243,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC9BD; }

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

This text font color is #ADC9BD.

Background Color

.myBgColor { background-color: #ADC9BD; }

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

This div background color is #ADC9BD.

Border color

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

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

This div border color is #ADC9BD.

Opacity

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

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

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

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

This text has shadow with #ADC9BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC9BD.

Preview

Color preview on black background

This text has color #ADC9BD on black background.


Color preview on white background

This text has color #ADC9BD on white background.


Black color preview on #ADC9BD background

This text has black color on #ADC9BD background.


White color preview on #ADC9BD background

This text has white color on #ADC9BD background.


Related colors

Complementary color

Complementary color for #hex is #523642.


I love getcolorcode.com

Triadic colors

1 #BDADC9 and #C9BDAD with #ADC9BD are triadic colors.

2 #BDC9AD and #C9ADBD with #ADC9BD are triadic colors.