COLOR #ACC0E2

HEX: #ACC0E2
RGB: (172,192,226)

Color info

#ACC0E2 contains red, green and blue colors in about the same proportion. Web safe color of #ACC0E2 is #99CCCC (or #9CC).

RGB color model

#ACC0E2 color RGB value is (172,192,226).

  • red value is 172;
  • green value is 192;
  • blue value is 226.
RGB: (172,192,226) (67%,75%,89%)

RGB channels and saturation

R 172 of 255 = 67%
G 192 of 255 = 75%
B 226 of 255 = 89%

172
192
226

R + G + B ~ 77%. #ACC0E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 192 + 226 = 590 (100%)
R 172 of 590 ~ 29.15%
G 192 of 590 ~ 32.54%
B 226 of 590 ~ 38.31%

%29.15
%32.54
%38.31

CMYK color model

#ACC0E2 color CMYK value is (24,15,0,11).

  • cyan value is 23.89%
  • magenta value is 15.04%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK: (24,15,0,11) C24M15Y0K11 (24%,15%,0%,11%) (0.24/0.15/0.00/0.11)

CMYK percentages

%23.89
%15.04
%0
%11.37

Codes

Color #ACC0E2 in popluar color models

ACC0E2
RGB172192226
HSL218°48.21%78.04%
HSB/HSV218°23.89%88.63%
CMYK23.89%15.04%0.00%
11.37%

Color #ACC0E2 in popluar number systems.

HEXACC0E2
Decimal172192226
Binary101011001100000011100010
Octal254300342

Shades and tints

Shades of #ACC0E2

#ACC0E2
(172,192,226)
#9DAFCE
(157,175,206)
#8E9EBA
(142,158,186)
#7F8DA6
(127,141,166)
#707C92
(112,124,146)
#616B7E
(97,107,126)
#525A6A
(82,90,106)
#434956
(67,73,86)
#343842
(52,56,66)
#25272E
(37,39,46)
#16161A
(22,22,26)
#000000
(0,0,0)

Tints of #ACC0E2

#ACC0E2
(172,192,226)
#B3C5E4
(179,197,228)
#BACAE6
(186,202,230)
#C1CFE8
(193,207,232)
#C8D4EA
(200,212,234)
#CFD9EC
(207,217,236)
#D6DEEE
(214,222,238)
#DDE3F0
(221,227,240)
#E4E8F2
(228,232,242)
#EBEDF4
(235,237,244)
#F2F2F6
(242,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC0E2; }

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

This text font color is #ACC0E2.


Background Color

.myBgColor { background-color: #ACC0E2; }

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

This div background color is #ACC0E2.


Border color

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

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

This div border color is #ACC0E2.


Opacity

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

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

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

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

This text has shadow with #ACC0E2 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #ACC0E2 on black background.


Color preview on white background

This text has color #ACC0E2 on white background.



Black color preview on #ACC0E2 background

This text has black color on #ACC0E2 background.


White color preview on #ACC0E2 background

This text has white color on #ACC0E2 background.