COLOR #AAEBDC

HEX: #AAEBDC RGB: (170,235,220)

Color info

#AAEBDC contains mainly green and blue colors. Web safe color of #AAEBDC is #99FFCC (or #9FC).

RGB color model

#AAEBDC color RGB value is (170,235,220).

RGB: (170,235,220) (67%, 92%, 86%)

RGB channels and saturation

R 170 of 255 = 67%
G 235 of 255 = 92%
B 220 of 255 = 86%

170
235
220

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

Portions of RGB colors in percentages

R + G + B = 170 + 235 + 220 = 625 (100%)
R 170 of 625 ~ 27.2%
G 235 of 625 ~ 37.6%
B 220 of 625 ~ 35.2'%

%27.2
%37.6
%35.2

CMYK color model

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

  • cyan value is 27.66%
  • magenta value is 0.00%
  • yellow value is 6.38%
  • key color value is 7.84%
CMYK: (28,0,6,8) C28M0Y6K8 (28%,0%,6%,8%) (0.28/0.00/0.06/0.08) 

CMYK percentages

%27.66
%0
%6.38
%7.84

Codes

Color #AAEBDC in popluar color models

AA EB DC
RGB 170 235 220
HSL 166° 61.90% 79.41%
HSB/HSV 166° 27.66% 92.16%
CMYK 27.66% 0.00% 6.38%
7.84%

Color #AAEBDC in popluar number systems.

HEX AA EB DC
Decimal 170 235 220
Binary 10101010 11101011 11011100
Octal 252 353 334

Shades and tints

Shades of #AAEBDC

#AAEBDC
(170,235,220)
#9BD6C8
(155,214,200)
#8CC1B4
(140,193,180)
#7DACA0
(125,172,160)
#6E978C
(110,151,140)
#5F8278
(95,130,120)
#506D64
(80,109,100)
#415850
(65,88,80)
#32433C
(50,67,60)
#232E28
(35,46,40)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #AAEBDC

#AAEBDC
(170,235,220)
#B1ECDF
(177,236,223)
#B8EDE2
(184,237,226)
#BFEEE5
(191,238,229)
#C6EFE8
(198,239,232)
#CDF0EB
(205,240,235)
#D4F1EE
(212,241,238)
#DBF2F1
(219,242,241)
#E2F3F4
(226,243,244)
#E9F4F7
(233,244,247)
#F0F5FA
(240,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAEBDC; }

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

This text font color is #AAEBDC.

Background Color

.myBgColor { background-color: #AAEBDC; }

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

This div background color is #AAEBDC.

Border color

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

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

This div border color is #AAEBDC.

Opacity

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

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

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

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

This text has shadow with #AAEBDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAEBDC.

Preview

Color preview on black background

This text has color #AAEBDC on black background.


Color preview on white background

This text has color #AAEBDC on white background.


Black color preview on #AAEBDC background

This text has black color on #AAEBDC background.


White color preview on #AAEBDC background

This text has white color on #AAEBDC background.


Related colors

Complementary color

Complementary color for #hex is #551423.


I love getcolorcode.com

Triadic colors

1 #DCAAEB and #EBDCAA with #AAEBDC are triadic colors.

2 #DCEBAA and #EBAADC with #AAEBDC are triadic colors.