COLOR #ADCCED

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

Color info

#ADCCED contains mainly green and blue colors. Web safe color of #ADCCED is #99CCFF (or #9CF).

RGB color model

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

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

RGB channels and saturation

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

173
204
237

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

Portions of RGB colors in percentages

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

%28.18
%33.22
%38.6

CMYK color model

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

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

CMYK percentages

%27
%13.92
%0
%7.06

Codes

Color #ADCCED in popluar color models

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

Color #ADCCED in popluar number systems.

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

Shades and tints

Shades of #ADCCED

#ADCCED
(173,204,237)
#9EBAD8
(158,186,216)
#8FA8C3
(143,168,195)
#8096AE
(128,150,174)
#718499
(113,132,153)
#627284
(98,114,132)
#53606F
(83,96,111)
#444E5A
(68,78,90)
#353C45
(53,60,69)
#262A30
(38,42,48)
#17181B
(23,24,27)
#000000
(0,0,0)

Tints of #ADCCED

#ADCCED
(173,204,237)
#B4D0EE
(180,208,238)
#BBD4EF
(187,212,239)
#C2D8F0
(194,216,240)
#C9DCF1
(201,220,241)
#D0E0F2
(208,224,242)
#D7E4F3
(215,228,243)
#DEE8F4
(222,232,244)
#E5ECF5
(229,236,245)
#ECF0F6
(236,240,246)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCCED; }

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

This text font color is #ADCCED.

Background Color

.myBgColor { background-color: #ADCCED; }

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

This div background color is #ADCCED.

Border color

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

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

This div border color is #ADCCED.

Opacity

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

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

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

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

This text has shadow with #ADCCED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADCCED.

Preview

Color preview on black background

This text has color #ADCCED on black background.


Color preview on white background

This text has color #ADCCED on white background.


Black color preview on #ADCCED background

This text has black color on #ADCCED background.


White color preview on #ADCCED background

This text has white color on #ADCCED background.


Related colors

Complementary color

Complementary color for #hex is #523312.


I love getcolorcode.com

Triadic colors

1 #EDADCC and #CCEDAD with #ADCCED are triadic colors.

2 #EDCCAD and #CCADED with #ADCCED are triadic colors.