COLOR #ACCCE1

HEX: #ACCCE1
RGB: (172,204,225)

Color info

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

RGB color model

#ACCCE1 color RGB value is (172,204,225).

  • red value is 172;
  • green value is 204;
  • blue value is 225.
RGB:
(172,204,225)
(67%,80%,88%)

RGB channels and saturation

R 172 of 255 = 67%
G 204 of 255 = 80%
B 225 of 255 = 88%

172
204
225

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

Portions of RGB colors in percentages

R + G + B =
172 + 204 + 225 = 601 (100%)
R 172 of 601 ~ 28.62%
G 204 of 601 ~ 33.94%
B 225 of 601 ~ 37.44%

%28.62
%33.94
%37.44

CMYK color model

#ACCCE1 color CMYK value is (24,9,0,12).

  • cyan value is 23.56%
  • magenta value is 9.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(24,9,0,12)
C24M9Y0K12 
(24%,9%,0%,12%)
(0.24/0.09/0.00/0.12)	

CMYK percentages

%23.56
%9.33
%0
%11.76

Codes

Color #ACCCE1 in popluar color models

ACCCE1
RGB172204225
HSL204°46.90%77.84%
HSB/HSV204°23.56%88.24%
CMYK23.56%9.33%0.00%
11.76%

Color #ACCCE1 in popluar number systems.

HEXACCCE1
Decimal172204225
Binary101011001100110011100001
Octal254314341

Shades and tints

Shades of #ACCCE1

#ACCCE1
(172,204,225)
#9DBACD
(157,186,205)
#8EA8B9
(142,168,185)
#7F96A5
(127,150,165)
#708491
(112,132,145)
#61727D
(97,114,125)
#526069
(82,96,105)
#434E55
(67,78,85)
#343C41
(52,60,65)
#252A2D
(37,42,45)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #ACCCE1

#ACCCE1
(172,204,225)
#B3D0E3
(179,208,227)
#BAD4E5
(186,212,229)
#C1D8E7
(193,216,231)
#C8DCE9
(200,220,233)
#CFE0EB
(207,224,235)
#D6E4ED
(214,228,237)
#DDE8EF
(221,232,239)
#E4ECF1
(228,236,241)
#EBF0F3
(235,240,243)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACCCE1 color. Also use rgb(172,204,225) instead hex code.

Text Font Color

.myTextColor { color: #ACCCE1; }

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

This text font color is #ACCCE1.


Background Color

.myBgColor { background-color: #ACCCE1; }

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

This div background color is #ACCCE1.


Border color

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

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

This div border color is #ACCCE1.


Opacity

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

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

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

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

This text has shadow with #ACCCE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCCE1 on black background.


Color preview on white background

This text has color #ACCCE1 on white background.



Black color preview on #ACCCE1 background

This text has black color on #ACCCE1 background.


White color preview on #ACCCE1 background

This text has white color on #ACCCE1 background.