COLOR #AADCDE

HEX: #AADCDE
RGB: (170,220,222)

Color info

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

RGB color model

#AADCDE color RGB value is (170,220,222).

  • red value is 170;
  • green value is 220;
  • blue value is 222.
RGB:
(170,220,222)
(67%,86%,87%)

RGB channels and saturation

R 170 of 255 = 67%
G 220 of 255 = 86%
B 222 of 255 = 87%

170
220
222

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

Portions of RGB colors in percentages

R + G + B =
170 + 220 + 222 = 612 (100%)
R 170 of 612 ~ 27.78%
G 220 of 612 ~ 35.95%
B 222 of 612 ~ 36.27%

%27.78
%35.95
%36.27

CMYK color model

#AADCDE color CMYK value is (23,1,0,13).

  • cyan value is 23.42%
  • magenta value is 0.90%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(23,1,0,13)
C23M1Y0K13 
(23%,1%,0%,13%)
(0.23/0.01/0.00/0.13)	

CMYK percentages

%23.42
%0.9
%0
%12.94

Codes

Color #AADCDE in popluar color models

AADCDE
RGB170220222
HSL182°44.07%76.86%
HSB/HSV182°23.42%87.06%
CMYK23.42%0.90%0.00%
12.94%

Color #AADCDE in popluar number systems.

HEXAADCDE
Decimal170220222
Binary101010101101110011011110
Octal252334336

Shades and tints

Shades of #AADCDE

#AADCDE
(170,220,222)
#9BC8CA
(155,200,202)
#8CB4B6
(140,180,182)
#7DA0A2
(125,160,162)
#6E8C8E
(110,140,142)
#5F787A
(95,120,122)
#506466
(80,100,102)
#415052
(65,80,82)
#323C3E
(50,60,62)
#23282A
(35,40,42)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #AADCDE

#AADCDE
(170,220,222)
#B1DFE1
(177,223,225)
#B8E2E4
(184,226,228)
#BFE5E7
(191,229,231)
#C6E8EA
(198,232,234)
#CDEBED
(205,235,237)
#D4EEF0
(212,238,240)
#DBF1F3
(219,241,243)
#E2F4F6
(226,244,246)
#E9F7F9
(233,247,249)
#F0FAFC
(240,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AADCDE; }

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

This text font color is #AADCDE.


Background Color

.myBgColor { background-color: #AADCDE; }

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

This div background color is #AADCDE.


Border color

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

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

This div border color is #AADCDE.


Opacity

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

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

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

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

This text has shadow with #AADCDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AADCDE on black background.


Color preview on white background

This text has color #AADCDE on white background.



Black color preview on #AADCDE background

This text has black color on #AADCDE background.


White color preview on #AADCDE background

This text has white color on #AADCDE background.