COLOR #ADC3B9

HEX: #ADC3B9 RGB: (173,195,185)

Color info

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

RGB color model

#ADC3B9 color RGB value is (173,195,185).

RGB: (173,195,185) (68%, 76%, 73%)

RGB channels and saturation

R 173 of 255 = 68%
G 195 of 255 = 76%
B 185 of 255 = 73%

173
195
185

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

Portions of RGB colors in percentages

R + G + B = 173 + 195 + 185 = 553 (100%)
R 173 of 553 ~ 31.28%
G 195 of 553 ~ 35.26%
B 185 of 553 ~ 33.45'%

%31.28
%35.26
%33.45

CMYK color model

#ADC3B9 color CMYK value is (11,0,5,24).

  • cyan value is 11.28%
  • magenta value is 0.00%
  • yellow value is 5.13%
  • key color value is 23.53%
CMYK: (11,0,5,24) C11M0Y5K24 (11%,0%,5%,24%) (0.11/0.00/0.05/0.24) 

CMYK percentages

%11.28
%0
%5.13
%23.53

Codes

Color #ADC3B9 in popluar color models

AD C3 B9
RGB 173 195 185
HSL 153° 15.49% 72.16%
HSB/HSV 153° 11.28% 76.47%
CMYK 11.28% 0.00% 5.13%
23.53%

Color #ADC3B9 in popluar number systems.

HEX AD C3 B9
Decimal 173 195 185
Binary 10101101 11000011 10111001
Octal 255 303 271

Shades and tints

Shades of #ADC3B9

#ADC3B9
(173,195,185)
#9EB2A9
(158,178,169)
#8FA199
(143,161,153)
#809089
(128,144,137)
#717F79
(113,127,121)
#626E69
(98,110,105)
#535D59
(83,93,89)
#444C49
(68,76,73)
#353B39
(53,59,57)
#262A29
(38,42,41)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #ADC3B9

#ADC3B9
(173,195,185)
#B4C8BF
(180,200,191)
#BBCDC5
(187,205,197)
#C2D2CB
(194,210,203)
#C9D7D1
(201,215,209)
#D0DCD7
(208,220,215)
#D7E1DD
(215,225,221)
#DEE6E3
(222,230,227)
#E5EBE9
(229,235,233)
#ECF0EF
(236,240,239)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC3B9 color. Also use rgb(173,195,185) instead hex code.

Text Font Color

.myTextColor { color: #ADC3B9; }

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

This text font color is #ADC3B9.

Background Color

.myBgColor { background-color: #ADC3B9; }

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

This div background color is #ADC3B9.

Border color

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

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

This div border color is #ADC3B9.

Opacity

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

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

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

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

This text has shadow with #ADC3B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC3B9.

Preview

Color preview on black background

This text has color #ADC3B9 on black background.


Color preview on white background

This text has color #ADC3B9 on white background.


Black color preview on #ADC3B9 background

This text has black color on #ADC3B9 background.


White color preview on #ADC3B9 background

This text has white color on #ADC3B9 background.


Related colors

Complementary color

Complementary color for #hex is #523C46.


I love getcolorcode.com

Triadic colors

1 #B9ADC3 and #C3B9AD with #ADC3B9 are triadic colors.

2 #B9C3AD and #C3ADB9 with #ADC3B9 are triadic colors.