COLOR #AADDEB

HEX: #AADDEB RGB: (170,221,235)

Color info

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

RGB color model

#AADDEB color RGB value is (170,221,235).

RGB: (170,221,235) (67%, 87%, 92%)

RGB channels and saturation

R 170 of 255 = 67%
G 221 of 255 = 87%
B 235 of 255 = 92%

170
221
235

R + G + B ~ 82%. #AADDEB is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 221 + 235 = 626 (100%)
R 170 of 626 ~ 27.16%
G 221 of 626 ~ 35.3%
B 235 of 626 ~ 37.54'%

%27.16
%35.3
%37.54

CMYK color model

#AADDEB color CMYK value is (28,6,0,8).

  • cyan value is 27.66%
  • magenta value is 5.96%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (28,6,0,8)
C28M6Y0K8 (28%, 6%, 0%, 8%)
(0.28 / 0.06 / 0.00 / 0.08)

CMYK percentages

%27.66
%5.96
%0
%7.84

Codes

Color #AADDEB in popluar color models

AA DD EB
RGB 170 221 235
HSL 193° 61.90% 79.41%
HSB/HSV 193° 27.66% 92.16%
CMYK 27.66% 5.96% 0.00%
7.84%

Color #AADDEB in popluar number systems.

HEX AA DD EB
Decimal 170 221 235
Binary 10101010 11011101 11101011
Octal 252 335 353

Shades and tints

Shades of #AADDEB

#AADDEB
(170,221,235)
#9BC9D6
(155,201,214)
#8CB5C1
(140,181,193)
#7DA1AC
(125,161,172)
#6E8D97
(110,141,151)
#5F7982
(95,121,130)
#50656D
(80,101,109)
#415158
(65,81,88)
#323D43
(50,61,67)
#23292E
(35,41,46)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #AADDEB

#AADDEB
(170,221,235)
#B1E0EC
(177,224,236)
#B8E3ED
(184,227,237)
#BFE6EE
(191,230,238)
#C6E9EF
(198,233,239)
#CDECF0
(205,236,240)
#D4EFF1
(212,239,241)
#DBF2F2
(219,242,242)
#E2F5F3
(226,245,243)
#E9F8F4
(233,248,244)
#F0FBF5
(240,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AADDEB color. Also use rgb(170,221,235) instead hex code.

Text Font Color

.myTextColor { color: #AADDEB; }

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

This text font color is #AADDEB.

Background Color

.myBgColor { background-color: #AADDEB; }

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

This div background color is #AADDEB.

Border color

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

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

This div border color is #AADDEB.

Opacity

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

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

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

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

This text has shadow with #AADDEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AADDEB.

Preview

Color preview on black background

This text has color #AADDEB on black background.


Color preview on white background

This text has color #AADDEB on white background.


Black color preview on #AADDEB background

This text has black color on #AADDEB background.


White color preview on #AADDEB background

This text has white color on #AADDEB background.


Related colors

Complementary color

Complementary color for #hex is #552214.


I love getcolorcode.com

Triadic colors

1 #EBAADD and #DDEBAA with #AADDEB are triadic colors.

2 #EBDDAA and #DDAAEB with #AADDEB are triadic colors.