COLOR #ADDCDE

HEX: #ADDCDE RGB: (173,220,222)

Color info

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

RGB color model

#ADDCDE color RGB value is (173,220,222).

RGB: (173,220,222) (68%, 86%, 87%)

RGB channels and saturation

R 173 of 255 = 68%
G 220 of 255 = 86%
B 222 of 255 = 87%

173
220
222

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

Portions of RGB colors in percentages

R + G + B = 173 + 220 + 222 = 615 (100%)
R 173 of 615 ~ 28.13%
G 220 of 615 ~ 35.77%
B 222 of 615 ~ 36.1'%

%28.13
%35.77
%36.1

CMYK color model

#ADDCDE color CMYK value is (22,1,0,13).

  • cyan value is 22.07%
  • magenta value is 0.90%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (22,1,0,13)
C22M1Y0K13 (22%, 1%, 0%, 13%)
(0.22 / 0.01 / 0.00 / 0.13)

CMYK percentages

%22.07
%0.9
%0
%12.94

Codes

Color #ADDCDE in popluar color models

AD DC DE
RGB 173 220 222
HSL 182° 42.61% 77.45%
HSB/HSV 182° 22.07% 87.06%
CMYK 22.07% 0.90% 0.00%
12.94%

Color #ADDCDE in popluar number systems.

HEX AD DC DE
Decimal 173 220 222
Binary 10101101 11011100 11011110
Octal 255 334 336

Shades and tints

Shades of #ADDCDE

#ADDCDE
(173,220,222)
#9EC8CA
(158,200,202)
#8FB4B6
(143,180,182)
#80A0A2
(128,160,162)
#718C8E
(113,140,142)
#62787A
(98,120,122)
#536466
(83,100,102)
#445052
(68,80,82)
#353C3E
(53,60,62)
#26282A
(38,40,42)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #ADDCDE

#ADDCDE
(173,220,222)
#B4DFE1
(180,223,225)
#BBE2E4
(187,226,228)
#C2E5E7
(194,229,231)
#C9E8EA
(201,232,234)
#D0EBED
(208,235,237)
#D7EEF0
(215,238,240)
#DEF1F3
(222,241,243)
#E5F4F6
(229,244,246)
#ECF7F9
(236,247,249)
#F3FAFC
(243,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADDCDE color. Also use rgb(173,220,222) instead hex code.

Text Font Color

.myTextColor { color: #ADDCDE; }

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

This text font color is #ADDCDE.

Background Color

.myBgColor { background-color: #ADDCDE; }

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

This div background color is #ADDCDE.

Border color

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

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

This div border color is #ADDCDE.

Opacity

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

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

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

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

This text has shadow with #ADDCDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADDCDE.

Preview

Color preview on black background

This text has color #ADDCDE on black background.


Color preview on white background

This text has color #ADDCDE on white background.


Black color preview on #ADDCDE background

This text has black color on #ADDCDE background.


White color preview on #ADDCDE background

This text has white color on #ADDCDE background.


Related colors

Complementary color

Complementary color for #hex is #522321.


I love getcolorcode.com

Triadic colors

1 #DEADDC and #DCDEAD with #ADDCDE are triadic colors.

2 #DEDCAD and #DCADDE with #ADDCDE are triadic colors.