COLOR #AACEDF

HEX: #AACEDF RGB: (170,206,223)

Color info

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

RGB color model

#AACEDF color RGB value is (170,206,223).

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

RGB channels and saturation

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

170
206
223

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

Portions of RGB colors in percentages

R + G + B = 170 + 206 + 223 = 599 (100%)
R 170 of 599 ~ 28.38%
G 206 of 599 ~ 34.39%
B 223 of 599 ~ 37.23'%

%28.38
%34.39
%37.23

CMYK color model

#AACEDF color CMYK value is (24,8,0,13).

  • cyan value is 23.77%
  • magenta value is 7.62%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (24,8,0,13)
C24M8Y0K13 (24%, 8%, 0%, 13%)
(0.24 / 0.08 / 0.00 / 0.13)

CMYK percentages

%23.77
%7.62
%0
%12.55

Codes

Color #AACEDF in popluar color models

AA CE DF
RGB 170 206 223
HSL 199° 45.30% 77.06%
HSB/HSV 199° 23.77% 87.45%
CMYK 23.77% 7.62% 0.00%
12.55%

Color #AACEDF in popluar number systems.

HEX AA CE DF
Decimal 170 206 223
Binary 10101010 11001110 11011111
Octal 252 316 337

Shades and tints

Shades of #AACEDF

#AACEDF
(170,206,223)
#9BBCCB
(155,188,203)
#8CAAB7
(140,170,183)
#7D98A3
(125,152,163)
#6E868F
(110,134,143)
#5F747B
(95,116,123)
#506267
(80,98,103)
#415053
(65,80,83)
#323E3F
(50,62,63)
#232C2B
(35,44,43)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #AACEDF

#AACEDF
(170,206,223)
#B1D2E1
(177,210,225)
#B8D6E3
(184,214,227)
#BFDAE5
(191,218,229)
#C6DEE7
(198,222,231)
#CDE2E9
(205,226,233)
#D4E6EB
(212,230,235)
#DBEAED
(219,234,237)
#E2EEEF
(226,238,239)
#E9F2F1
(233,242,241)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AACEDF; }

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

This text font color is #AACEDF.

Background Color

.myBgColor { background-color: #AACEDF; }

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

This div background color is #AACEDF.

Border color

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

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

This div border color is #AACEDF.

Opacity

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

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

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

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

This text has shadow with #AACEDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AACEDF.

Preview

Color preview on black background

This text has color #AACEDF on black background.


Color preview on white background

This text has color #AACEDF on white background.


Black color preview on #AACEDF background

This text has black color on #AACEDF background.


White color preview on #AACEDF background

This text has white color on #AACEDF background.


Related colors

Complementary color

Complementary color for #hex is #553120.


I love getcolorcode.com

Triadic colors

1 #DFAACE and #CEDFAA with #AACEDF are triadic colors.

2 #DFCEAA and #CEAADF with #AACEDF are triadic colors.