COLOR #AACCEA

HEX: #AACCEA RGB: (170,204,234)

Color info

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

RGB color model

#AACCEA color RGB value is (170,204,234).

RGB: (170,204,234) (67%, 80%, 92%)

RGB channels and saturation

R 170 of 255 = 67%
G 204 of 255 = 80%
B 234 of 255 = 92%

170
204
234

R + G + B ~ 80%. #AACCEA is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 204 + 234 = 608 (100%)
R 170 of 608 ~ 27.96%
G 204 of 608 ~ 33.55%
B 234 of 608 ~ 38.49'%

%27.96
%33.55
%38.49

CMYK color model

#AACCEA color CMYK value is (27,13,0,8).

  • cyan value is 27.35%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (27,13,0,8)
C27M13Y0K8 (27%, 13%, 0%, 8%)
(0.27 / 0.13 / 0.00 / 0.08)

CMYK percentages

%27.35
%12.82
%0
%8.24

Codes

Color #AACCEA in popluar color models

AA CC EA
RGB 170 204 234
HSL 208° 60.38% 79.22%
HSB/HSV 208° 27.35% 91.76%
CMYK 27.35% 12.82% 0.00%
8.24%

Color #AACCEA in popluar number systems.

HEX AA CC EA
Decimal 170 204 234
Binary 10101010 11001100 11101010
Octal 252 314 352

Shades and tints

Shades of #AACCEA

#AACCEA
(170,204,234)
#9BBAD5
(155,186,213)
#8CA8C0
(140,168,192)
#7D96AB
(125,150,171)
#6E8496
(110,132,150)
#5F7281
(95,114,129)
#50606C
(80,96,108)
#414E57
(65,78,87)
#323C42
(50,60,66)
#232A2D
(35,42,45)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #AACCEA

#AACCEA
(170,204,234)
#B1D0EB
(177,208,235)
#B8D4EC
(184,212,236)
#BFD8ED
(191,216,237)
#C6DCEE
(198,220,238)
#CDE0EF
(205,224,239)
#D4E4F0
(212,228,240)
#DBE8F1
(219,232,241)
#E2ECF2
(226,236,242)
#E9F0F3
(233,240,243)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AACCEA color. Also use rgb(170,204,234) instead hex code.

Text Font Color

.myTextColor { color: #AACCEA; }

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

This text font color is #AACCEA.

Background Color

.myBgColor { background-color: #AACCEA; }

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

This div background color is #AACCEA.

Border color

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

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

This div border color is #AACCEA.

Opacity

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

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

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

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

This text has shadow with #AACCEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AACCEA.

Preview

Color preview on black background

This text has color #AACCEA on black background.


Color preview on white background

This text has color #AACCEA on white background.


Black color preview on #AACCEA background

This text has black color on #AACCEA background.


White color preview on #AACCEA background

This text has white color on #AACCEA background.


Related colors

Complementary color

Complementary color for #hex is #553315.


I love getcolorcode.com

Triadic colors

1 #EAAACC and #CCEAAA with #AACCEA are triadic colors.

2 #EACCAA and #CCAAEA with #AACCEA are triadic colors.