COLOR #AADCE4

HEX: #AADCE4 RGB: (170,220,228)

Color info

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

RGB color model

#AADCE4 color RGB value is (170,220,228).

RGB: (170,220,228) (67%, 86%, 89%)

RGB channels and saturation

R 170 of 255 = 67%
G 220 of 255 = 86%
B 228 of 255 = 89%

170
220
228

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

Portions of RGB colors in percentages

R + G + B = 170 + 220 + 228 = 618 (100%)
R 170 of 618 ~ 27.51%
G 220 of 618 ~ 35.6%
B 228 of 618 ~ 36.89'%

%27.51
%35.6
%36.89

CMYK color model

#AADCE4 color CMYK value is (25,4,0,11).

  • cyan value is 25.44%
  • magenta value is 3.51%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (25,4,0,11)
C25M4Y0K11 (25%, 4%, 0%, 11%)
(0.25 / 0.04 / 0.00 / 0.11)

CMYK percentages

%25.44
%3.51
%0
%10.59

Codes

Color #AADCE4 in popluar color models

AA DC E4
RGB 170 220 228
HSL 188° 51.79% 78.04%
HSB/HSV 188° 25.44% 89.41%
CMYK 25.44% 3.51% 0.00%
10.59%

Color #AADCE4 in popluar number systems.

HEX AA DC E4
Decimal 170 220 228
Binary 10101010 11011100 11100100
Octal 252 334 344

Shades and tints

Shades of #AADCE4

#AADCE4
(170,220,228)
#9BC8D0
(155,200,208)
#8CB4BC
(140,180,188)
#7DA0A8
(125,160,168)
#6E8C94
(110,140,148)
#5F7880
(95,120,128)
#50646C
(80,100,108)
#415058
(65,80,88)
#323C44
(50,60,68)
#232830
(35,40,48)
#14141C
(20,20,28)
#000000
(0,0,0)

Tints of #AADCE4

#AADCE4
(170,220,228)
#B1DFE6
(177,223,230)
#B8E2E8
(184,226,232)
#BFE5EA
(191,229,234)
#C6E8EC
(198,232,236)
#CDEBEE
(205,235,238)
#D4EEF0
(212,238,240)
#DBF1F2
(219,241,242)
#E2F4F4
(226,244,244)
#E9F7F6
(233,247,246)
#F0FAF8
(240,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AADCE4; }

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

This text font color is #AADCE4.

Background Color

.myBgColor { background-color: #AADCE4; }

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

This div background color is #AADCE4.

Border color

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

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

This div border color is #AADCE4.

Opacity

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

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

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

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

This text has shadow with #AADCE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AADCE4.

Preview

Color preview on black background

This text has color #AADCE4 on black background.


Color preview on white background

This text has color #AADCE4 on white background.


Black color preview on #AADCE4 background

This text has black color on #AADCE4 background.


White color preview on #AADCE4 background

This text has white color on #AADCE4 background.


Related colors

Complementary color

Complementary color for #hex is #55231B.


I love getcolorcode.com

Triadic colors

1 #E4AADC and #DCE4AA with #AADCE4 are triadic colors.

2 #E4DCAA and #DCAAE4 with #AADCE4 are triadic colors.