COLOR #ACC5E2

HEX: #ACC5E2 RGB: (172,197,226)

Color info

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

RGB color model

#ACC5E2 color RGB value is (172,197,226).

RGB: (172,197,226) (67%, 77%, 89%)

RGB channels and saturation

R 172 of 255 = 67%
G 197 of 255 = 77%
B 226 of 255 = 89%

172
197
226

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

Portions of RGB colors in percentages

R + G + B = 172 + 197 + 226 = 595 (100%)
R 172 of 595 ~ 28.91%
G 197 of 595 ~ 33.11%
B 226 of 595 ~ 37.98'%

%28.91
%33.11
%37.98

CMYK color model

#ACC5E2 color CMYK value is (24,13,0,11).

  • cyan value is 23.89%
  • magenta value is 12.83%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (24,13,0,11)
C24M13Y0K11 (24%, 13%, 0%, 11%)
(0.24 / 0.13 / 0.00 / 0.11)

CMYK percentages

%23.89
%12.83
%0
%11.37

Codes

Color #ACC5E2 in popluar color models

AC C5 E2
RGB 172 197 226
HSL 212° 48.21% 78.04%
HSB/HSV 212° 23.89% 88.63%
CMYK 23.89% 12.83% 0.00%
11.37%

Color #ACC5E2 in popluar number systems.

HEX AC C5 E2
Decimal 172 197 226
Binary 10101100 11000101 11100010
Octal 254 305 342

Shades and tints

Shades of #ACC5E2

#ACC5E2
(172,197,226)
#9DB4CE
(157,180,206)
#8EA3BA
(142,163,186)
#7F92A6
(127,146,166)
#708192
(112,129,146)
#61707E
(97,112,126)
#525F6A
(82,95,106)
#434E56
(67,78,86)
#343D42
(52,61,66)
#252C2E
(37,44,46)
#161B1A
(22,27,26)
#000000
(0,0,0)

Tints of #ACC5E2

#ACC5E2
(172,197,226)
#B3CAE4
(179,202,228)
#BACFE6
(186,207,230)
#C1D4E8
(193,212,232)
#C8D9EA
(200,217,234)
#CFDEEC
(207,222,236)
#D6E3EE
(214,227,238)
#DDE8F0
(221,232,240)
#E4EDF2
(228,237,242)
#EBF2F4
(235,242,244)
#F2F7F6
(242,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC5E2; }

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

This text font color is #ACC5E2.

Background Color

.myBgColor { background-color: #ACC5E2; }

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

This div background color is #ACC5E2.

Border color

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

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

This div border color is #ACC5E2.

Opacity

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

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

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

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

This text has shadow with #ACC5E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC5E2.

Preview

Color preview on black background

This text has color #ACC5E2 on black background.


Color preview on white background

This text has color #ACC5E2 on white background.


Black color preview on #ACC5E2 background

This text has black color on #ACC5E2 background.


White color preview on #ACC5E2 background

This text has white color on #ACC5E2 background.


Related colors

Complementary color

Complementary color for #hex is #533A1D.


I love getcolorcode.com

Triadic colors

1 #E2ACC5 and #C5E2AC with #ACC5E2 are triadic colors.

2 #E2C5AC and #C5ACE2 with #ACC5E2 are triadic colors.