COLOR #ADCDBB

HEX: #ADCDBB RGB: (173,205,187)

Color info

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

RGB color model

#ADCDBB color RGB value is (173,205,187).

RGB: (173,205,187) (68%, 80%, 73%)

RGB channels and saturation

R 173 of 255 = 68%
G 205 of 255 = 80%
B 187 of 255 = 73%

173
205
187

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

Portions of RGB colors in percentages

R + G + B = 173 + 205 + 187 = 565 (100%)
R 173 of 565 ~ 30.62%
G 205 of 565 ~ 36.28%
B 187 of 565 ~ 33.1'%

%30.62
%36.28
%33.1

CMYK color model

#ADCDBB color CMYK value is (16,0,9,20).

  • cyan value is 15.61%
  • magenta value is 0.00%
  • yellow value is 8.78%
  • key color value is 19.61%

CMYK: (16,0,9,20)
C16M0Y9K20 (16%, 0%, 9%, 20%)
(0.16 / 0.00 / 0.09 / 0.20)

CMYK percentages

%15.61
%0
%8.78
%19.61

Codes

Color #ADCDBB in popluar color models

AD CD BB
RGB 173 205 187
HSL 146° 24.24% 74.12%
HSB/HSV 146° 15.61% 80.39%
CMYK 15.61% 0.00% 8.78%
19.61%

Color #ADCDBB in popluar number systems.

HEX AD CD BB
Decimal 173 205 187
Binary 10101101 11001101 10111011
Octal 255 315 273

Shades and tints

Shades of #ADCDBB

#ADCDBB
(173,205,187)
#9EBBAA
(158,187,170)
#8FA999
(143,169,153)
#809788
(128,151,136)
#718577
(113,133,119)
#627366
(98,115,102)
#536155
(83,97,85)
#444F44
(68,79,68)
#353D33
(53,61,51)
#262B22
(38,43,34)
#171911
(23,25,17)
#000000
(0,0,0)

Tints of #ADCDBB

#ADCDBB
(173,205,187)
#B4D1C1
(180,209,193)
#BBD5C7
(187,213,199)
#C2D9CD
(194,217,205)
#C9DDD3
(201,221,211)
#D0E1D9
(208,225,217)
#D7E5DF
(215,229,223)
#DEE9E5
(222,233,229)
#E5EDEB
(229,237,235)
#ECF1F1
(236,241,241)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADCDBB color. Also use rgb(173,205,187) instead hex code.

Text Font Color

.myTextColor { color: #ADCDBB; }

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

This text font color is #ADCDBB.

Background Color

.myBgColor { background-color: #ADCDBB; }

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

This div background color is #ADCDBB.

Border color

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

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

This div border color is #ADCDBB.

Opacity

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

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

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

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

This text has shadow with #ADCDBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADCDBB.

Preview

Color preview on black background

This text has color #ADCDBB on black background.


Color preview on white background

This text has color #ADCDBB on white background.


Black color preview on #ADCDBB background

This text has black color on #ADCDBB background.


White color preview on #ADCDBB background

This text has white color on #ADCDBB background.


Related colors

Complementary color

Complementary color for #hex is #523244.


I love getcolorcode.com

Triadic colors

1 #BBADCD and #CDBBAD with #ADCDBB are triadic colors.

2 #BBCDAD and #CDADBB with #ADCDBB are triadic colors.