COLOR #ADCEB4

HEX: #ADCEB4 RGB: (173,206,180)

Color info

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

RGB color model

#ADCEB4 color RGB value is (173,206,180).

RGB: (173,206,180) (68%, 81%, 71%)

RGB channels and saturation

R 173 of 255 = 68%
G 206 of 255 = 81%
B 180 of 255 = 71%

173
206
180

R + G + B ~ 73%. #ADCEB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 206 + 180 = 559 (100%)
R 173 of 559 ~ 30.95%
G 206 of 559 ~ 36.85%
B 180 of 559 ~ 32.2'%

%30.95
%36.85
%32.2

CMYK color model

#ADCEB4 color CMYK value is (16,0,13,19).

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

CMYK: (16,0,13,19)
C16M0Y13K19 (16%, 0%, 13%, 19%)
(0.16 / 0.00 / 0.13 / 0.19)

CMYK percentages

%16.02
%0
%12.62
%19.22

Codes

Color #ADCEB4 in popluar color models

AD CE B4
RGB 173 206 180
HSL 133° 25.19% 74.31%
HSB/HSV 133° 16.02% 80.78%
CMYK 16.02% 0.00% 12.62%
19.22%

Color #ADCEB4 in popluar number systems.

HEX AD CE B4
Decimal 173 206 180
Binary 10101101 11001110 10110100
Octal 255 316 264

Shades and tints

Shades of #ADCEB4

#ADCEB4
(173,206,180)
#9EBCA4
(158,188,164)
#8FAA94
(143,170,148)
#809884
(128,152,132)
#718674
(113,134,116)
#627464
(98,116,100)
#536254
(83,98,84)
#445044
(68,80,68)
#353E34
(53,62,52)
#262C24
(38,44,36)
#171A14
(23,26,20)
#000000
(0,0,0)

Tints of #ADCEB4

#ADCEB4
(173,206,180)
#B4D2BA
(180,210,186)
#BBD6C0
(187,214,192)
#C2DAC6
(194,218,198)
#C9DECC
(201,222,204)
#D0E2D2
(208,226,210)
#D7E6D8
(215,230,216)
#DEEADE
(222,234,222)
#E5EEE4
(229,238,228)
#ECF2EA
(236,242,234)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCEB4; }

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

This text font color is #ADCEB4.

Background Color

.myBgColor { background-color: #ADCEB4; }

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

This div background color is #ADCEB4.

Border color

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

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

This div border color is #ADCEB4.

Opacity

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

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

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

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

This text has shadow with #ADCEB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADCEB4.

Preview

Color preview on black background

This text has color #ADCEB4 on black background.


Color preview on white background

This text has color #ADCEB4 on white background.


Black color preview on #ADCEB4 background

This text has black color on #ADCEB4 background.


White color preview on #ADCEB4 background

This text has white color on #ADCEB4 background.


Related colors

Complementary color

Complementary color for #hex is #52314B.


I love getcolorcode.com

Triadic colors

1 #B4ADCE and #CEB4AD with #ADCEB4 are triadic colors.

2 #B4CEAD and #CEADB4 with #ADCEB4 are triadic colors.