COLOR #AACFEE

HEX: #AACFEE
RGB: (170,207,238)

Color info

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

RGB color model

#AACFEE color RGB value is (170,207,238).

  • red value is 170;
  • green value is 207;
  • blue value is 238.
RGB:
(170,207,238)
(67%,81%,93%)

RGB channels and saturation

R 170 of 255 = 67%
G 207 of 255 = 81%
B 238 of 255 = 93%

170
207
238

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

Portions of RGB colors in percentages

R + G + B =
170 + 207 + 238 = 615 (100%)
R 170 of 615 ~ 27.64%
G 207 of 615 ~ 33.66%
B 238 of 615 ~ 38.7%

%27.64
%33.66
%38.7

CMYK color model

#AACFEE color CMYK value is (29,13,0,7).

  • cyan value is 28.57%
  • magenta value is 13.03%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(29,13,0,7)
C29M13Y0K7 
(29%,13%,0%,7%)
(0.29/0.13/0.00/0.07)	

CMYK percentages

%28.57
%13.03
%0
%6.67

Codes

Color #AACFEE in popluar color models

AACFEE
RGB170207238
HSL207°66.67%80.00%
HSB/HSV207°28.57%93.33%
CMYK28.57%13.03%0.00%
6.67%

Color #AACFEE in popluar number systems.

HEXAACFEE
Decimal170207238
Binary101010101100111111101110
Octal252317356

Shades and tints

Shades of #AACFEE

#AACFEE
(170,207,238)
#9BBDD9
(155,189,217)
#8CABC4
(140,171,196)
#7D99AF
(125,153,175)
#6E879A
(110,135,154)
#5F7585
(95,117,133)
#506370
(80,99,112)
#41515B
(65,81,91)
#323F46
(50,63,70)
#232D31
(35,45,49)
#141B1C
(20,27,28)
#000000
(0,0,0)

Tints of #AACFEE

#AACFEE
(170,207,238)
#B1D3EF
(177,211,239)
#B8D7F0
(184,215,240)
#BFDBF1
(191,219,241)
#C6DFF2
(198,223,242)
#CDE3F3
(205,227,243)
#D4E7F4
(212,231,244)
#DBEBF5
(219,235,245)
#E2EFF6
(226,239,246)
#E9F3F7
(233,243,247)
#F0F7F8
(240,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AACFEE color. Also use rgb(170,207,238) instead hex code.

Text Font Color

.myTextColor { color: #AACFEE; }

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

This text font color is #AACFEE.


Background Color

.myBgColor { background-color: #AACFEE; }

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

This div background color is #AACFEE.


Border color

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

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

This div border color is #AACFEE.


Opacity

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

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

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

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

This text has shadow with #AACFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AACFEE on black background.


Color preview on white background

This text has color #AACFEE on white background.



Black color preview on #AACFEE background

This text has black color on #AACFEE background.


White color preview on #AACFEE background

This text has white color on #AACFEE background.