COLOR #ACC5D2

HEX: #ACC5D2
RGB: (172,197,210)

Color info

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

RGB color model

#ACC5D2 color RGB value is (172,197,210).

  • red value is 172;
  • green value is 197;
  • blue value is 210.
RGB:
(172,197,210)
(67%,77%,82%)

RGB channels and saturation

R 172 of 255 = 67%
G 197 of 255 = 77%
B 210 of 255 = 82%

172
197
210

R + G + B ~ 75%. #ACC5D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 197 + 210 = 579 (100%)
R 172 of 579 ~ 29.71%
G 197 of 579 ~ 34.02%
B 210 of 579 ~ 36.27%

%29.71
%34.02
%36.27

CMYK color model

#ACC5D2 color CMYK value is (18,6,0,18).

  • cyan value is 18.10%
  • magenta value is 6.19%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(18,6,0,18)
C18M6Y0K18 
(18%,6%,0%,18%)
(0.18/0.06/0.00/0.18)	

CMYK percentages

%18.1
%6.19
%0
%17.65

Codes

Color #ACC5D2 in popluar color models

ACC5D2
RGB172197210
HSL201°29.69%74.90%
HSB/HSV201°18.10%82.35%
CMYK18.10%6.19%0.00%
17.65%

Color #ACC5D2 in popluar number systems.

HEXACC5D2
Decimal172197210
Binary101011001100010111010010
Octal254305322

Shades and tints

Shades of #ACC5D2

#ACC5D2
(172,197,210)
#9DB4BF
(157,180,191)
#8EA3AC
(142,163,172)
#7F9299
(127,146,153)
#708186
(112,129,134)
#617073
(97,112,115)
#525F60
(82,95,96)
#434E4D
(67,78,77)
#343D3A
(52,61,58)
#252C27
(37,44,39)
#161B14
(22,27,20)
#000000
(0,0,0)

Tints of #ACC5D2

#ACC5D2
(172,197,210)
#B3CAD6
(179,202,214)
#BACFDA
(186,207,218)
#C1D4DE
(193,212,222)
#C8D9E2
(200,217,226)
#CFDEE6
(207,222,230)
#D6E3EA
(214,227,234)
#DDE8EE
(221,232,238)
#E4EDF2
(228,237,242)
#EBF2F6
(235,242,246)
#F2F7FA
(242,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC5D2; }

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

This text font color is #ACC5D2.


Background Color

.myBgColor { background-color: #ACC5D2; }

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

This div background color is #ACC5D2.


Border color

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

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

This div border color is #ACC5D2.


Opacity

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

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

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

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

This text has shadow with #ACC5D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC5D2 on black background.


Color preview on white background

This text has color #ACC5D2 on white background.



Black color preview on #ACC5D2 background

This text has black color on #ACC5D2 background.


White color preview on #ACC5D2 background

This text has white color on #ACC5D2 background.