COLOR #ACC5D1

HEX: #ACC5D1
RGB: (172,197,209)

Color info

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

RGB color model

#ACC5D1 color RGB value is (172,197,209).

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

RGB channels and saturation

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

172
197
209

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

Portions of RGB colors in percentages

R + G + B =
172 + 197 + 209 = 578 (100%)
R 172 of 578 ~ 29.76%
G 197 of 578 ~ 34.08%
B 209 of 578 ~ 36.16%

%29.76
%34.08
%36.16

CMYK color model

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

  • cyan value is 17.70%
  • magenta value is 5.74%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(18,6,0,18)
C18M6Y0K18 
(18%,6%,0%,18%)
(0.18/0.06/0.00/0.18)	

CMYK percentages

%17.7
%5.74
%0
%18.04

Codes

Color #ACC5D1 in popluar color models

ACC5D1
RGB172197209
HSL199°28.68%74.71%
HSB/HSV199°17.70%81.96%
CMYK17.70%5.74%0.00%
18.04%

Color #ACC5D1 in popluar number systems.

HEXACC5D1
Decimal172197209
Binary101011001100010111010001
Octal254305321

Shades and tints

Shades of #ACC5D1

#ACC5D1
(172,197,209)
#9DB4BE
(157,180,190)
#8EA3AB
(142,163,171)
#7F9298
(127,146,152)
#708185
(112,129,133)
#617072
(97,112,114)
#525F5F
(82,95,95)
#434E4C
(67,78,76)
#343D39
(52,61,57)
#252C26
(37,44,38)
#161B13
(22,27,19)
#000000
(0,0,0)

Tints of #ACC5D1

#ACC5D1
(172,197,209)
#B3CAD5
(179,202,213)
#BACFD9
(186,207,217)
#C1D4DD
(193,212,221)
#C8D9E1
(200,217,225)
#CFDEE5
(207,222,229)
#D6E3E9
(214,227,233)
#DDE8ED
(221,232,237)
#E4EDF1
(228,237,241)
#EBF2F5
(235,242,245)
#F2F7F9
(242,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC5D1; }

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

This text font color is #ACC5D1.


Background Color

.myBgColor { background-color: #ACC5D1; }

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

This div background color is #ACC5D1.


Border color

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

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

This div border color is #ACC5D1.


Opacity

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

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

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

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

This text has shadow with #ACC5D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC5D1 on black background.


Color preview on white background

This text has color #ACC5D1 on white background.



Black color preview on #ACC5D1 background

This text has black color on #ACC5D1 background.


White color preview on #ACC5D1 background

This text has white color on #ACC5D1 background.