COLOR #ADCCBD

HEX: #ADCCBD RGB: (173,204,189)

Color info

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

RGB color model

#ADCCBD color RGB value is (173,204,189).

RGB: (173,204,189) (68%, 80%, 74%)

RGB channels and saturation

R 173 of 255 = 68%
G 204 of 255 = 80%
B 189 of 255 = 74%

173
204
189

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

Portions of RGB colors in percentages

R + G + B = 173 + 204 + 189 = 566 (100%)
R 173 of 566 ~ 30.57%
G 204 of 566 ~ 36.04%
B 189 of 566 ~ 33.39'%

%30.57
%36.04
%33.39

CMYK color model

#ADCCBD color CMYK value is (15,0,7,20).

  • cyan value is 15.20%
  • magenta value is 0.00%
  • yellow value is 7.35%
  • key color value is 20.00%

CMYK: (15,0,7,20)
C15M0Y7K20 (15%, 0%, 7%, 20%)
(0.15 / 0.00 / 0.07 / 0.20)

CMYK percentages

%15.2
%0
%7.35
%20

Codes

Color #ADCCBD in popluar color models

AD CC BD
RGB 173 204 189
HSL 151° 23.31% 73.92%
HSB/HSV 151° 15.20% 80.00%
CMYK 15.20% 0.00% 7.35%
20.00%

Color #ADCCBD in popluar number systems.

HEX AD CC BD
Decimal 173 204 189
Binary 10101101 11001100 10111101
Octal 255 314 275

Shades and tints

Shades of #ADCCBD

#ADCCBD
(173,204,189)
#9EBAAC
(158,186,172)
#8FA89B
(143,168,155)
#80968A
(128,150,138)
#718479
(113,132,121)
#627268
(98,114,104)
#536057
(83,96,87)
#444E46
(68,78,70)
#353C35
(53,60,53)
#262A24
(38,42,36)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #ADCCBD

#ADCCBD
(173,204,189)
#B4D0C3
(180,208,195)
#BBD4C9
(187,212,201)
#C2D8CF
(194,216,207)
#C9DCD5
(201,220,213)
#D0E0DB
(208,224,219)
#D7E4E1
(215,228,225)
#DEE8E7
(222,232,231)
#E5ECED
(229,236,237)
#ECF0F3
(236,240,243)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCCBD; }

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

This text font color is #ADCCBD.

Background Color

.myBgColor { background-color: #ADCCBD; }

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

This div background color is #ADCCBD.

Border color

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

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

This div border color is #ADCCBD.

Opacity

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

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

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

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

This text has shadow with #ADCCBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADCCBD.

Preview

Color preview on black background

This text has color #ADCCBD on black background.


Color preview on white background

This text has color #ADCCBD on white background.


Black color preview on #ADCCBD background

This text has black color on #ADCCBD background.


White color preview on #ADCCBD background

This text has white color on #ADCCBD background.


Related colors

Complementary color

Complementary color for #hex is #523342.


I love getcolorcode.com

Triadic colors

1 #BDADCC and #CCBDAD with #ADCCBD are triadic colors.

2 #BDCCAD and #CCADBD with #ADCCBD are triadic colors.