COLOR #ACC9E5

HEX: #ACC9E5 RGB: (172,201,229)

Color info

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

RGB color model

#ACC9E5 color RGB value is (172,201,229).

RGB: (172,201,229) (67%, 79%, 90%)

RGB channels and saturation

R 172 of 255 = 67%
G 201 of 255 = 79%
B 229 of 255 = 90%

172
201
229

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

Portions of RGB colors in percentages

R + G + B = 172 + 201 + 229 = 602 (100%)
R 172 of 602 ~ 28.57%
G 201 of 602 ~ 33.39%
B 229 of 602 ~ 38.04'%

%28.57
%33.39
%38.04

CMYK color model

#ACC9E5 color CMYK value is (25,12,0,10).

  • cyan value is 24.89%
  • magenta value is 12.23%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (25,12,0,10)
C25M12Y0K10 (25%, 12%, 0%, 10%)
(0.25 / 0.12 / 0.00 / 0.10)

CMYK percentages

%24.89
%12.23
%0
%10.2

Codes

Color #ACC9E5 in popluar color models

AC C9 E5
RGB 172 201 229
HSL 209° 52.29% 78.63%
HSB/HSV 209° 24.89% 89.80%
CMYK 24.89% 12.23% 0.00%
10.20%

Color #ACC9E5 in popluar number systems.

HEX AC C9 E5
Decimal 172 201 229
Binary 10101100 11001001 11100101
Octal 254 311 345

Shades and tints

Shades of #ACC9E5

#ACC9E5
(172,201,229)
#9DB7D1
(157,183,209)
#8EA5BD
(142,165,189)
#7F93A9
(127,147,169)
#708195
(112,129,149)
#616F81
(97,111,129)
#525D6D
(82,93,109)
#434B59
(67,75,89)
#343945
(52,57,69)
#252731
(37,39,49)
#16151D
(22,21,29)
#000000
(0,0,0)

Tints of #ACC9E5

#ACC9E5
(172,201,229)
#B3CDE7
(179,205,231)
#BAD1E9
(186,209,233)
#C1D5EB
(193,213,235)
#C8D9ED
(200,217,237)
#CFDDEF
(207,221,239)
#D6E1F1
(214,225,241)
#DDE5F3
(221,229,243)
#E4E9F5
(228,233,245)
#EBEDF7
(235,237,247)
#F2F1F9
(242,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC9E5 color. Also use rgb(172,201,229) instead hex code.

Text Font Color

.myTextColor { color: #ACC9E5; }

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

This text font color is #ACC9E5.

Background Color

.myBgColor { background-color: #ACC9E5; }

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

This div background color is #ACC9E5.

Border color

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

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

This div border color is #ACC9E5.

Opacity

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

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

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

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

This text has shadow with #ACC9E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC9E5.

Preview

Color preview on black background

This text has color #ACC9E5 on black background.


Color preview on white background

This text has color #ACC9E5 on white background.


Black color preview on #ACC9E5 background

This text has black color on #ACC9E5 background.


White color preview on #ACC9E5 background

This text has white color on #ACC9E5 background.


Related colors

Complementary color

Complementary color for #hex is #53361A.


I love getcolorcode.com

Triadic colors

1 #E5ACC9 and #C9E5AC with #ACC9E5 are triadic colors.

2 #E5C9AC and #C9ACE5 with #ACC9E5 are triadic colors.