COLOR #AADCE6

HEX: #AADCE6
RGB: (170,220,230)

Color info

#AADCE6 contains mainly green and blue colors. Web safe color of #AADCE6 is #99CCCC (or #9CC).

RGB color model

#AADCE6 color RGB value is (170,220,230).

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

RGB channels and saturation

R 170 of 255 = 67%
G 220 of 255 = 86%
B 230 of 255 = 90%

170
220
230

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

Portions of RGB colors in percentages

R + G + B =
170 + 220 + 230 = 620 (100%)
R 170 of 620 ~ 27.42%
G 220 of 620 ~ 35.48%
B 230 of 620 ~ 37.1%

%27.42
%35.48
%37.1

CMYK color model

#AADCE6 color CMYK value is (26,4,0,10).

  • cyan value is 26.09%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(26,4,0,10)
C26M4Y0K10 
(26%,4%,0%,10%)
(0.26/0.04/0.00/0.10)	

CMYK percentages

%26.09
%4.35
%0
%9.8

Codes

Color #AADCE6 in popluar color models

AADCE6
RGB170220230
HSL190°54.55%78.43%
HSB/HSV190°26.09%90.20%
CMYK26.09%4.35%0.00%
9.80%

Color #AADCE6 in popluar number systems.

HEXAADCE6
Decimal170220230
Binary101010101101110011100110
Octal252334346

Shades and tints

Shades of #AADCE6

#AADCE6
(170,220,230)
#9BC8D2
(155,200,210)
#8CB4BE
(140,180,190)
#7DA0AA
(125,160,170)
#6E8C96
(110,140,150)
#5F7882
(95,120,130)
#50646E
(80,100,110)
#41505A
(65,80,90)
#323C46
(50,60,70)
#232832
(35,40,50)
#14141E
(20,20,30)
#000000
(0,0,0)

Tints of #AADCE6

#AADCE6
(170,220,230)
#B1DFE8
(177,223,232)
#B8E2EA
(184,226,234)
#BFE5EC
(191,229,236)
#C6E8EE
(198,232,238)
#CDEBF0
(205,235,240)
#D4EEF2
(212,238,242)
#DBF1F4
(219,241,244)
#E2F4F6
(226,244,246)
#E9F7F8
(233,247,248)
#F0FAFA
(240,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AADCE6; }

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

This text font color is #AADCE6.


Background Color

.myBgColor { background-color: #AADCE6; }

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

This div background color is #AADCE6.


Border color

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

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

This div border color is #AADCE6.


Opacity

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

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

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

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

This text has shadow with #AADCE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AADCE6 on black background.


Color preview on white background

This text has color #AADCE6 on white background.



Black color preview on #AADCE6 background

This text has black color on #AADCE6 background.


White color preview on #AADCE6 background

This text has white color on #AADCE6 background.