COLOR #AADCE9

HEX: #AADCE9
RGB: (170,220,233)

Color info

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

RGB color model

#AADCE9 color RGB value is (170,220,233).

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

RGB channels and saturation

R 170 of 255 = 67%
G 220 of 255 = 86%
B 233 of 255 = 91%

170
220
233

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

Portions of RGB colors in percentages

R + G + B =
170 + 220 + 233 = 623 (100%)
R 170 of 623 ~ 27.29%
G 220 of 623 ~ 35.31%
B 233 of 623 ~ 37.4%

%27.29
%35.31
%37.4

CMYK color model

#AADCE9 color CMYK value is (27,6,0,9).

  • cyan value is 27.04%
  • magenta value is 5.58%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(27,6,0,9)
C27M6Y0K9 
(27%,6%,0%,9%)
(0.27/0.06/0.00/0.09)	

CMYK percentages

%27.04
%5.58
%0
%8.63

Codes

Color #AADCE9 in popluar color models

AADCE9
RGB170220233
HSL192°58.88%79.02%
HSB/HSV192°27.04%91.37%
CMYK27.04%5.58%0.00%
8.63%

Color #AADCE9 in popluar number systems.

HEXAADCE9
Decimal170220233
Binary101010101101110011101001
Octal252334351

Shades and tints

Shades of #AADCE9

#AADCE9
(170,220,233)
#9BC8D4
(155,200,212)
#8CB4BF
(140,180,191)
#7DA0AA
(125,160,170)
#6E8C95
(110,140,149)
#5F7880
(95,120,128)
#50646B
(80,100,107)
#415056
(65,80,86)
#323C41
(50,60,65)
#23282C
(35,40,44)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #AADCE9

#AADCE9
(170,220,233)
#B1DFEB
(177,223,235)
#B8E2ED
(184,226,237)
#BFE5EF
(191,229,239)
#C6E8F1
(198,232,241)
#CDEBF3
(205,235,243)
#D4EEF5
(212,238,245)
#DBF1F7
(219,241,247)
#E2F4F9
(226,244,249)
#E9F7FB
(233,247,251)
#F0FAFD
(240,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AADCE9; }

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

This text font color is #AADCE9.


Background Color

.myBgColor { background-color: #AADCE9; }

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

This div background color is #AADCE9.


Border color

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

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

This div border color is #AADCE9.


Opacity

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

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

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

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

This text has shadow with #AADCE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AADCE9 on black background.


Color preview on white background

This text has color #AADCE9 on white background.



Black color preview on #AADCE9 background

This text has black color on #AADCE9 background.


White color preview on #AADCE9 background

This text has white color on #AADCE9 background.