COLOR #ACC8E8

HEX: #ACC8E8
RGB: (172,200,232)

Color info

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

RGB color model

#ACC8E8 color RGB value is (172,200,232).

  • red value is 172;
  • green value is 200;
  • blue value is 232.
RGB:
(172,200,232)
(67%,78%,91%)

RGB channels and saturation

R 172 of 255 = 67%
G 200 of 255 = 78%
B 232 of 255 = 91%

172
200
232

R + G + B ~ 79%. #ACC8E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 200 + 232 = 604 (100%)
R 172 of 604 ~ 28.48%
G 200 of 604 ~ 33.11%
B 232 of 604 ~ 38.41%

%28.48
%33.11
%38.41

CMYK color model

#ACC8E8 color CMYK value is (26,14,0,9).

  • cyan value is 25.86%
  • magenta value is 13.79%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(26,14,0,9)
C26M14Y0K9 
(26%,14%,0%,9%)
(0.26/0.14/0.00/0.09)	

CMYK percentages

%25.86
%13.79
%0
%9.02

Codes

Color #ACC8E8 in popluar color models

ACC8E8
RGB172200232
HSL212°56.60%79.22%
HSB/HSV212°25.86%90.98%
CMYK25.86%13.79%0.00%
9.02%

Color #ACC8E8 in popluar number systems.

HEXACC8E8
Decimal172200232
Binary101011001100100011101000
Octal254310350

Shades and tints

Shades of #ACC8E8

#ACC8E8
(172,200,232)
#9DB6D3
(157,182,211)
#8EA4BE
(142,164,190)
#7F92A9
(127,146,169)
#708094
(112,128,148)
#616E7F
(97,110,127)
#525C6A
(82,92,106)
#434A55
(67,74,85)
#343840
(52,56,64)
#25262B
(37,38,43)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #ACC8E8

#ACC8E8
(172,200,232)
#B3CDEA
(179,205,234)
#BAD2EC
(186,210,236)
#C1D7EE
(193,215,238)
#C8DCF0
(200,220,240)
#CFE1F2
(207,225,242)
#D6E6F4
(214,230,244)
#DDEBF6
(221,235,246)
#E4F0F8
(228,240,248)
#EBF5FA
(235,245,250)
#F2FAFC
(242,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC8E8 color. Also use rgb(172,200,232) instead hex code.

Text Font Color

.myTextColor { color: #ACC8E8; }

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

This text font color is #ACC8E8.


Background Color

.myBgColor { background-color: #ACC8E8; }

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

This div background color is #ACC8E8.


Border color

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

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

This div border color is #ACC8E8.


Opacity

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

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

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

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

This text has shadow with #ACC8E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC8E8 on black background.


Color preview on white background

This text has color #ACC8E8 on white background.



Black color preview on #ACC8E8 background

This text has black color on #ACC8E8 background.


White color preview on #ACC8E8 background

This text has white color on #ACC8E8 background.