COLOR #AACEDD

HEX: #AACEDD RGB: (170,206,221)

Color info

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

RGB color model

#AACEDD color RGB value is (170,206,221).

RGB: (170,206,221) (67%, 81%, 87%)

RGB channels and saturation

R 170 of 255 = 67%
G 206 of 255 = 81%
B 221 of 255 = 87%

170
206
221

R + G + B ~ 78%. #AACEDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 206 + 221 = 597 (100%)
R 170 of 597 ~ 28.48%
G 206 of 597 ~ 34.51%
B 221 of 597 ~ 37.02'%

%28.48
%34.51
%37.02

CMYK color model

#AACEDD color CMYK value is (23,7,0,13).

  • cyan value is 23.08%
  • magenta value is 6.79%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (23,7,0,13)
C23M7Y0K13 (23%, 7%, 0%, 13%)
(0.23 / 0.07 / 0.00 / 0.13)

CMYK percentages

%23.08
%6.79
%0
%13.33

Codes

Color #AACEDD in popluar color models

AA CE DD
RGB 170 206 221
HSL 198° 42.86% 76.67%
HSB/HSV 198° 23.08% 86.67%
CMYK 23.08% 6.79% 0.00%
13.33%

Color #AACEDD in popluar number systems.

HEX AA CE DD
Decimal 170 206 221
Binary 10101010 11001110 11011101
Octal 252 316 335

Shades and tints

Shades of #AACEDD

#AACEDD
(170,206,221)
#9BBCC9
(155,188,201)
#8CAAB5
(140,170,181)
#7D98A1
(125,152,161)
#6E868D
(110,134,141)
#5F7479
(95,116,121)
#506265
(80,98,101)
#415051
(65,80,81)
#323E3D
(50,62,61)
#232C29
(35,44,41)
#141A15
(20,26,21)
#000000
(0,0,0)

Tints of #AACEDD

#AACEDD
(170,206,221)
#B1D2E0
(177,210,224)
#B8D6E3
(184,214,227)
#BFDAE6
(191,218,230)
#C6DEE9
(198,222,233)
#CDE2EC
(205,226,236)
#D4E6EF
(212,230,239)
#DBEAF2
(219,234,242)
#E2EEF5
(226,238,245)
#E9F2F8
(233,242,248)
#F0F6FB
(240,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AACEDD; }

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

This text font color is #AACEDD.

Background Color

.myBgColor { background-color: #AACEDD; }

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

This div background color is #AACEDD.

Border color

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

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

This div border color is #AACEDD.

Opacity

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

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

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

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

This text has shadow with #AACEDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AACEDD.

Preview

Color preview on black background

This text has color #AACEDD on black background.


Color preview on white background

This text has color #AACEDD on white background.


Black color preview on #AACEDD background

This text has black color on #AACEDD background.


White color preview on #AACEDD background

This text has white color on #AACEDD background.


Related colors

Complementary color

Complementary color for #hex is #553122.


I love getcolorcode.com

Triadic colors

1 #DDAACE and #CEDDAA with #AACEDD are triadic colors.

2 #DDCEAA and #CEAADD with #AACEDD are triadic colors.