COLOR #ACCAE0

HEX: #ACCAE0 RGB: (172,202,224)

Color info

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

RGB color model

#ACCAE0 color RGB value is (172,202,224).

RGB: (172,202,224) (67%, 79%, 88%)

RGB channels and saturation

R 172 of 255 = 67%
G 202 of 255 = 79%
B 224 of 255 = 88%

172
202
224

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

Portions of RGB colors in percentages

R + G + B = 172 + 202 + 224 = 598 (100%)
R 172 of 598 ~ 28.76%
G 202 of 598 ~ 33.78%
B 224 of 598 ~ 37.46'%

%28.76
%33.78
%37.46

CMYK color model

#ACCAE0 color CMYK value is (23,10,0,12).

  • cyan value is 23.21%
  • magenta value is 9.82%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (23,10,0,12)
C23M10Y0K12 (23%, 10%, 0%, 12%)
(0.23 / 0.10 / 0.00 / 0.12)

CMYK percentages

%23.21
%9.82
%0
%12.16

Codes

Color #ACCAE0 in popluar color models

AC CA E0
RGB 172 202 224
HSL 205° 45.61% 77.65%
HSB/HSV 205° 23.21% 87.84%
CMYK 23.21% 9.82% 0.00%
12.16%

Color #ACCAE0 in popluar number systems.

HEX AC CA E0
Decimal 172 202 224
Binary 10101100 11001010 11100000
Octal 254 312 340

Shades and tints

Shades of #ACCAE0

#ACCAE0
(172,202,224)
#9DB8CC
(157,184,204)
#8EA6B8
(142,166,184)
#7F94A4
(127,148,164)
#708290
(112,130,144)
#61707C
(97,112,124)
#525E68
(82,94,104)
#434C54
(67,76,84)
#343A40
(52,58,64)
#25282C
(37,40,44)
#161618
(22,22,24)
#000000
(0,0,0)

Tints of #ACCAE0

#ACCAE0
(172,202,224)
#B3CEE2
(179,206,226)
#BAD2E4
(186,210,228)
#C1D6E6
(193,214,230)
#C8DAE8
(200,218,232)
#CFDEEA
(207,222,234)
#D6E2EC
(214,226,236)
#DDE6EE
(221,230,238)
#E4EAF0
(228,234,240)
#EBEEF2
(235,238,242)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACCAE0 color. Also use rgb(172,202,224) instead hex code.

Text Font Color

.myTextColor { color: #ACCAE0; }

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

This text font color is #ACCAE0.

Background Color

.myBgColor { background-color: #ACCAE0; }

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

This div background color is #ACCAE0.

Border color

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

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

This div border color is #ACCAE0.

Opacity

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

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

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

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

This text has shadow with #ACCAE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACCAE0.

Preview

Color preview on black background

This text has color #ACCAE0 on black background.


Color preview on white background

This text has color #ACCAE0 on white background.


Black color preview on #ACCAE0 background

This text has black color on #ACCAE0 background.


White color preview on #ACCAE0 background

This text has white color on #ACCAE0 background.


Related colors

Complementary color

Complementary color for #hex is #53351F.


I love getcolorcode.com

Triadic colors

1 #E0ACCA and #CAE0AC with #ACCAE0 are triadic colors.

2 #E0CAAC and #CAACE0 with #ACCAE0 are triadic colors.