COLOR #ACC0E8

HEX: #ACC0E8 RGB: (172,192,232)

Color info

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

RGB color model

#ACC0E8 color RGB value is (172,192,232).

RGB: (172,192,232) (67%, 75%, 91%)

RGB channels and saturation

R 172 of 255 = 67%
G 192 of 255 = 75%
B 232 of 255 = 91%

172
192
232

R + G + B ~ 78%. #ACC0E8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 192 + 232 = 596 (100%)
R 172 of 596 ~ 28.86%
G 192 of 596 ~ 32.21%
B 232 of 596 ~ 38.93'%

%28.86
%32.21
%38.93

CMYK color model

#ACC0E8 color CMYK value is (26,17,0,9).

  • cyan value is 25.86%
  • magenta value is 17.24%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (26,17,0,9)
C26M17Y0K9 (26%, 17%, 0%, 9%)
(0.26 / 0.17 / 0.00 / 0.09)

CMYK percentages

%25.86
%17.24
%0
%9.02

Codes

Color #ACC0E8 in popluar color models

AC C0 E8
RGB 172 192 232
HSL 220° 56.60% 79.22%
HSB/HSV 220° 25.86% 90.98%
CMYK 25.86% 17.24% 0.00%
9.02%

Color #ACC0E8 in popluar number systems.

HEX AC C0 E8
Decimal 172 192 232
Binary 10101100 11000000 11101000
Octal 254 300 350

Shades and tints

Shades of #ACC0E8

#ACC0E8
(172,192,232)
#9DAFD3
(157,175,211)
#8E9EBE
(142,158,190)
#7F8DA9
(127,141,169)
#707C94
(112,124,148)
#616B7F
(97,107,127)
#525A6A
(82,90,106)
#434955
(67,73,85)
#343840
(52,56,64)
#25272B
(37,39,43)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #ACC0E8

#ACC0E8
(172,192,232)
#B3C5EA
(179,197,234)
#BACAEC
(186,202,236)
#C1CFEE
(193,207,238)
#C8D4F0
(200,212,240)
#CFD9F2
(207,217,242)
#D6DEF4
(214,222,244)
#DDE3F6
(221,227,246)
#E4E8F8
(228,232,248)
#EBEDFA
(235,237,250)
#F2F2FC
(242,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC0E8; }

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

This text font color is #ACC0E8.

Background Color

.myBgColor { background-color: #ACC0E8; }

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

This div background color is #ACC0E8.

Border color

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

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

This div border color is #ACC0E8.

Opacity

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

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

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

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

This text has shadow with #ACC0E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC0E8.

Preview

Color preview on black background

This text has color #ACC0E8 on black background.


Color preview on white background

This text has color #ACC0E8 on white background.


Black color preview on #ACC0E8 background

This text has black color on #ACC0E8 background.


White color preview on #ACC0E8 background

This text has white color on #ACC0E8 background.


Related colors

Complementary color

Complementary color for #hex is #533F17.


I love getcolorcode.com

Triadic colors

1 #E8ACC0 and #C0E8AC with #ACC0E8 are triadic colors.

2 #E8C0AC and #C0ACE8 with #ACC0E8 are triadic colors.