COLOR #AACCEC

HEX: #AACCEC
RGB: (170,204,236)

Color info

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

RGB color model

#AACCEC color RGB value is (170,204,236).

  • red value is 170;
  • green value is 204;
  • blue value is 236.
RGB:
(170,204,236)
(67%,80%,93%)

RGB channels and saturation

R 170 of 255 = 67%
G 204 of 255 = 80%
B 236 of 255 = 93%

170
204
236

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

Portions of RGB colors in percentages

R + G + B =
170 + 204 + 236 = 610 (100%)
R 170 of 610 ~ 27.87%
G 204 of 610 ~ 33.44%
B 236 of 610 ~ 38.69%

%27.87
%33.44
%38.69

CMYK color model

#AACCEC color CMYK value is (28,14,0,7).

  • cyan value is 27.97%
  • magenta value is 13.56%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(28,14,0,7)
C28M14Y0K7 
(28%,14%,0%,7%)
(0.28/0.14/0.00/0.07)	

CMYK percentages

%27.97
%13.56
%0
%7.45

Codes

Color #AACCEC in popluar color models

AACCEC
RGB170204236
HSL209°63.46%79.61%
HSB/HSV209°27.97%92.55%
CMYK27.97%13.56%0.00%
7.45%

Color #AACCEC in popluar number systems.

HEXAACCEC
Decimal170204236
Binary101010101100110011101100
Octal252314354

Shades and tints

Shades of #AACCEC

#AACCEC
(170,204,236)
#9BBAD7
(155,186,215)
#8CA8C2
(140,168,194)
#7D96AD
(125,150,173)
#6E8498
(110,132,152)
#5F7283
(95,114,131)
#50606E
(80,96,110)
#414E59
(65,78,89)
#323C44
(50,60,68)
#232A2F
(35,42,47)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #AACCEC

#AACCEC
(170,204,236)
#B1D0ED
(177,208,237)
#B8D4EE
(184,212,238)
#BFD8EF
(191,216,239)
#C6DCF0
(198,220,240)
#CDE0F1
(205,224,241)
#D4E4F2
(212,228,242)
#DBE8F3
(219,232,243)
#E2ECF4
(226,236,244)
#E9F0F5
(233,240,245)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AACCEC; }

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

This text font color is #AACCEC.


Background Color

.myBgColor { background-color: #AACCEC; }

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

This div background color is #AACCEC.


Border color

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

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

This div border color is #AACCEC.


Opacity

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

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

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

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

This text has shadow with #AACCEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AACCEC on black background.


Color preview on white background

This text has color #AACCEC on white background.



Black color preview on #AACCEC background

This text has black color on #AACCEC background.


White color preview on #AACCEC background

This text has white color on #AACCEC background.