COLOR #ADCEBD

HEX: #ADCEBD RGB: (173,206,189)

Color info

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

RGB color model

#ADCEBD color RGB value is (173,206,189).

RGB: (173,206,189) (68%, 81%, 74%)

RGB channels and saturation

R 173 of 255 = 68%
G 206 of 255 = 81%
B 189 of 255 = 74%

173
206
189

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

Portions of RGB colors in percentages

R + G + B = 173 + 206 + 189 = 568 (100%)
R 173 of 568 ~ 30.46%
G 206 of 568 ~ 36.27%
B 189 of 568 ~ 33.27'%

%30.46
%36.27
%33.27

CMYK color model

#ADCEBD color CMYK value is (16,0,8,19).

  • cyan value is 16.02%
  • magenta value is 0.00%
  • yellow value is 8.25%
  • key color value is 19.22%

CMYK: (16,0,8,19)
C16M0Y8K19 (16%, 0%, 8%, 19%)
(0.16 / 0.00 / 0.08 / 0.19)

CMYK percentages

%16.02
%0
%8.25
%19.22

Codes

Color #ADCEBD in popluar color models

AD CE BD
RGB 173 206 189
HSL 149° 25.19% 74.31%
HSB/HSV 149° 16.02% 80.78%
CMYK 16.02% 0.00% 8.25%
19.22%

Color #ADCEBD in popluar number systems.

HEX AD CE BD
Decimal 173 206 189
Binary 10101101 11001110 10111101
Octal 255 316 275

Shades and tints

Shades of #ADCEBD

#ADCEBD
(173,206,189)
#9EBCAC
(158,188,172)
#8FAA9B
(143,170,155)
#80988A
(128,152,138)
#718679
(113,134,121)
#627468
(98,116,104)
#536257
(83,98,87)
#445046
(68,80,70)
#353E35
(53,62,53)
#262C24
(38,44,36)
#171A13
(23,26,19)
#000000
(0,0,0)

Tints of #ADCEBD

#ADCEBD
(173,206,189)
#B4D2C3
(180,210,195)
#BBD6C9
(187,214,201)
#C2DACF
(194,218,207)
#C9DED5
(201,222,213)
#D0E2DB
(208,226,219)
#D7E6E1
(215,230,225)
#DEEAE7
(222,234,231)
#E5EEED
(229,238,237)
#ECF2F3
(236,242,243)
#F3F6F9
(243,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCEBD; }

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

This text font color is #ADCEBD.

Background Color

.myBgColor { background-color: #ADCEBD; }

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

This div background color is #ADCEBD.

Border color

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

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

This div border color is #ADCEBD.

Opacity

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

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

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

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

This text has shadow with #ADCEBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADCEBD.

Preview

Color preview on black background

This text has color #ADCEBD on black background.


Color preview on white background

This text has color #ADCEBD on white background.


Black color preview on #ADCEBD background

This text has black color on #ADCEBD background.


White color preview on #ADCEBD background

This text has white color on #ADCEBD background.


Related colors

Complementary color

Complementary color for #hex is #523142.


I love getcolorcode.com

Triadic colors

1 #BDADCE and #CEBDAD with #ADCEBD are triadic colors.

2 #BDCEAD and #CEADBD with #ADCEBD are triadic colors.