COLOR #ADCEBB

HEX: #ADCEBB RGB: (173,206,187)

Color info

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

RGB color model

#ADCEBB color RGB value is (173,206,187).

RGB: (173,206,187) (68%, 81%, 73%)

RGB channels and saturation

R 173 of 255 = 68%
G 206 of 255 = 81%
B 187 of 255 = 73%

173
206
187

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

Portions of RGB colors in percentages

R + G + B = 173 + 206 + 187 = 566 (100%)
R 173 of 566 ~ 30.57%
G 206 of 566 ~ 36.4%
B 187 of 566 ~ 33.04'%

%30.57
%36.4
%33.04

CMYK color model

#ADCEBB color CMYK value is (16,0,9,19).

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

CMYK: (16,0,9,19)
C16M0Y9K19 (16%, 0%, 9%, 19%)
(0.16 / 0.00 / 0.09 / 0.19)

CMYK percentages

%16.02
%0
%9.22
%19.22

Codes

Color #ADCEBB in popluar color models

AD CE BB
RGB 173 206 187
HSL 145° 25.19% 74.31%
HSB/HSV 145° 16.02% 80.78%
CMYK 16.02% 0.00% 9.22%
19.22%

Color #ADCEBB in popluar number systems.

HEX AD CE BB
Decimal 173 206 187
Binary 10101101 11001110 10111011
Octal 255 316 273

Shades and tints

Shades of #ADCEBB

#ADCEBB
(173,206,187)
#9EBCAA
(158,188,170)
#8FAA99
(143,170,153)
#809888
(128,152,136)
#718677
(113,134,119)
#627466
(98,116,102)
#536255
(83,98,85)
#445044
(68,80,68)
#353E33
(53,62,51)
#262C22
(38,44,34)
#171A11
(23,26,17)
#000000
(0,0,0)

Tints of #ADCEBB

#ADCEBB
(173,206,187)
#B4D2C1
(180,210,193)
#BBD6C7
(187,214,199)
#C2DACD
(194,218,205)
#C9DED3
(201,222,211)
#D0E2D9
(208,226,217)
#D7E6DF
(215,230,223)
#DEEAE5
(222,234,229)
#E5EEEB
(229,238,235)
#ECF2F1
(236,242,241)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCEBB; }

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

This text font color is #ADCEBB.

Background Color

.myBgColor { background-color: #ADCEBB; }

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

This div background color is #ADCEBB.

Border color

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

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

This div border color is #ADCEBB.

Opacity

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

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

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

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

This text has shadow with #ADCEBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADCEBB.

Preview

Color preview on black background

This text has color #ADCEBB on black background.


Color preview on white background

This text has color #ADCEBB on white background.


Black color preview on #ADCEBB background

This text has black color on #ADCEBB background.


White color preview on #ADCEBB background

This text has white color on #ADCEBB background.


Related colors

Complementary color

Complementary color for #hex is #523144.


I love getcolorcode.com

Triadic colors

1 #BBADCE and #CEBBAD with #ADCEBB are triadic colors.

2 #BBCEAD and #CEADBB with #ADCEBB are triadic colors.