COLOR #ADEDCC

HEX: #ADEDCC RGB: (173,237,204)

Color info

#ADEDCC contains mainly green and blue colors. Web safe color of #ADEDCC is #99FFCC (or #9FC).

RGB color model

#ADEDCC color RGB value is (173,237,204).

RGB: (173,237,204) (68%, 93%, 80%)

RGB channels and saturation

R 173 of 255 = 68%
G 237 of 255 = 93%
B 204 of 255 = 80%

173
237
204

R + G + B ~ 80%. #ADEDCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 237 + 204 = 614 (100%)
R 173 of 614 ~ 28.18%
G 237 of 614 ~ 38.6%
B 204 of 614 ~ 33.22'%

%28.18
%38.6
%33.22

CMYK color model

#ADEDCC color CMYK value is (27,0,14,7).

  • cyan value is 27.00%
  • magenta value is 0.00%
  • yellow value is 13.92%
  • key color value is 7.06%
CMYK: (27,0,14,7) C27M0Y14K7 (27%,0%,14%,7%) (0.27/0.00/0.14/0.07) 

CMYK percentages

%27
%0
%13.92
%7.06

Codes

Color #ADEDCC in popluar color models

AD ED CC
RGB 173 237 204
HSL 149° 64.00% 80.39%
HSB/HSV 149° 27.00% 92.94%
CMYK 27.00% 0.00% 13.92%
7.06%

Color #ADEDCC in popluar number systems.

HEX AD ED CC
Decimal 173 237 204
Binary 10101101 11101101 11001100
Octal 255 355 314

Shades and tints

Shades of #ADEDCC

#ADEDCC
(173,237,204)
#9ED8BA
(158,216,186)
#8FC3A8
(143,195,168)
#80AE96
(128,174,150)
#719984
(113,153,132)
#628472
(98,132,114)
#536F60
(83,111,96)
#445A4E
(68,90,78)
#35453C
(53,69,60)
#26302A
(38,48,42)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #ADEDCC

#ADEDCC
(173,237,204)
#B4EED0
(180,238,208)
#BBEFD4
(187,239,212)
#C2F0D8
(194,240,216)
#C9F1DC
(201,241,220)
#D0F2E0
(208,242,224)
#D7F3E4
(215,243,228)
#DEF4E8
(222,244,232)
#E5F5EC
(229,245,236)
#ECF6F0
(236,246,240)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADEDCC; }

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

This text font color is #ADEDCC.

Background Color

.myBgColor { background-color: #ADEDCC; }

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

This div background color is #ADEDCC.

Border color

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

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

This div border color is #ADEDCC.

Opacity

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

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

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

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

This text has shadow with #ADEDCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADEDCC.

Preview

Color preview on black background

This text has color #ADEDCC on black background.


Color preview on white background

This text has color #ADEDCC on white background.


Black color preview on #ADEDCC background

This text has black color on #ADEDCC background.


White color preview on #ADEDCC background

This text has white color on #ADEDCC background.


Related colors

Complementary color

Complementary color for #hex is #521233.


I love getcolorcode.com

Triadic colors

1 #CCADED and #EDCCAD with #ADEDCC are triadic colors.

2 #CCEDAD and #EDADCC with #ADEDCC are triadic colors.