COLOR #AACED4

HEX: #AACED4 RGB: (170,206,212)

Color info

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

RGB color model

#AACED4 color RGB value is (170,206,212).

RGB: (170,206,212) (67%, 81%, 83%)

RGB channels and saturation

R 170 of 255 = 67%
G 206 of 255 = 81%
B 212 of 255 = 83%

170
206
212

R + G + B ~ 77%. #AACED4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 206 + 212 = 588 (100%)
R 170 of 588 ~ 28.91%
G 206 of 588 ~ 35.03%
B 212 of 588 ~ 36.05'%

%28.91
%35.03
%36.05

CMYK color model

#AACED4 color CMYK value is (20,3,0,17).

  • cyan value is 19.81%
  • magenta value is 2.83%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (20,3,0,17)
C20M3Y0K17 (20%, 3%, 0%, 17%)
(0.20 / 0.03 / 0.00 / 0.17)

CMYK percentages

%19.81
%2.83
%0
%16.86

Codes

Color #AACED4 in popluar color models

AA CE D4
RGB 170 206 212
HSL 189° 32.81% 74.90%
HSB/HSV 189° 19.81% 83.14%
CMYK 19.81% 2.83% 0.00%
16.86%

Color #AACED4 in popluar number systems.

HEX AA CE D4
Decimal 170 206 212
Binary 10101010 11001110 11010100
Octal 252 316 324

Shades and tints

Shades of #AACED4

#AACED4
(170,206,212)
#9BBCC1
(155,188,193)
#8CAAAE
(140,170,174)
#7D989B
(125,152,155)
#6E8688
(110,134,136)
#5F7475
(95,116,117)
#506262
(80,98,98)
#41504F
(65,80,79)
#323E3C
(50,62,60)
#232C29
(35,44,41)
#141A16
(20,26,22)
#000000
(0,0,0)

Tints of #AACED4

#AACED4
(170,206,212)
#B1D2D7
(177,210,215)
#B8D6DA
(184,214,218)
#BFDADD
(191,218,221)
#C6DEE0
(198,222,224)
#CDE2E3
(205,226,227)
#D4E6E6
(212,230,230)
#DBEAE9
(219,234,233)
#E2EEEC
(226,238,236)
#E9F2EF
(233,242,239)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AACED4; }

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

This text font color is #AACED4.

Background Color

.myBgColor { background-color: #AACED4; }

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

This div background color is #AACED4.

Border color

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

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

This div border color is #AACED4.

Opacity

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

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

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

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

This text has shadow with #AACED4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AACED4.

Preview

Color preview on black background

This text has color #AACED4 on black background.


Color preview on white background

This text has color #AACED4 on white background.


Black color preview on #AACED4 background

This text has black color on #AACED4 background.


White color preview on #AACED4 background

This text has white color on #AACED4 background.


Related colors

Complementary color

Complementary color for #hex is #55312B.


I love getcolorcode.com

Triadic colors

1 #D4AACE and #CED4AA with #AACED4 are triadic colors.

2 #D4CEAA and #CEAAD4 with #AACED4 are triadic colors.