COLOR #ADEDCF

HEX: #ADEDCF RGB: (173,237,207)

Color info

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

RGB color model

#ADEDCF color RGB value is (173,237,207).

RGB: (173,237,207) (68%, 93%, 81%)

RGB channels and saturation

R 173 of 255 = 68%
G 237 of 255 = 93%
B 207 of 255 = 81%

173
237
207

R + G + B ~ 81%. #ADEDCF is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 237 + 207 = 617 (100%)
R 173 of 617 ~ 28.04%
G 237 of 617 ~ 38.41%
B 207 of 617 ~ 33.55'%

%28.04
%38.41
%33.55

CMYK color model

#ADEDCF color CMYK value is (27,0,13,7).

  • cyan value is 27.00%
  • magenta value is 0.00%
  • yellow value is 12.66%
  • key color value is 7.06%

CMYK: (27,0,13,7)
C27M0Y13K7 (27%, 0%, 13%, 7%)
(0.27 / 0.00 / 0.13 / 0.07)

CMYK percentages

%27
%0
%12.66
%7.06

Codes

Color #ADEDCF in popluar color models

AD ED CF
RGB 173 237 207
HSL 152° 64.00% 80.39%
HSB/HSV 152° 27.00% 92.94%
CMYK 27.00% 0.00% 12.66%
7.06%

Color #ADEDCF in popluar number systems.

HEX AD ED CF
Decimal 173 237 207
Binary 10101101 11101101 11001111
Octal 255 355 317

Shades and tints

Shades of #ADEDCF

#ADEDCF
(173,237,207)
#9ED8BD
(158,216,189)
#8FC3AB
(143,195,171)
#80AE99
(128,174,153)
#719987
(113,153,135)
#628475
(98,132,117)
#536F63
(83,111,99)
#445A51
(68,90,81)
#35453F
(53,69,63)
#26302D
(38,48,45)
#171B1B
(23,27,27)
#000000
(0,0,0)

Tints of #ADEDCF

#ADEDCF
(173,237,207)
#B4EED3
(180,238,211)
#BBEFD7
(187,239,215)
#C2F0DB
(194,240,219)
#C9F1DF
(201,241,223)
#D0F2E3
(208,242,227)
#D7F3E7
(215,243,231)
#DEF4EB
(222,244,235)
#E5F5EF
(229,245,239)
#ECF6F3
(236,246,243)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADEDCF; }

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

This text font color is #ADEDCF.

Background Color

.myBgColor { background-color: #ADEDCF; }

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

This div background color is #ADEDCF.

Border color

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

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

This div border color is #ADEDCF.

Opacity

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

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

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

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

This text has shadow with #ADEDCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADEDCF.

Preview

Color preview on black background

This text has color #ADEDCF on black background.


Color preview on white background

This text has color #ADEDCF on white background.


Black color preview on #ADEDCF background

This text has black color on #ADEDCF background.


White color preview on #ADEDCF background

This text has white color on #ADEDCF background.


Related colors

Complementary color

Complementary color for #hex is #521230.


I love getcolorcode.com

Triadic colors

1 #CFADED and #EDCFAD with #ADEDCF are triadic colors.

2 #CFEDAD and #EDADCF with #ADEDCF are triadic colors.