COLOR #ACC1D1

HEX: #ACC1D1
RGB: (172,193,209)

Color info

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

RGB color model

#ACC1D1 color RGB value is (172,193,209).

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

RGB channels and saturation

R 172 of 255 = 67%
G 193 of 255 = 76%
B 209 of 255 = 82%

172
193
209

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

Portions of RGB colors in percentages

R + G + B =
172 + 193 + 209 = 574 (100%)
R 172 of 574 ~ 29.97%
G 193 of 574 ~ 33.62%
B 209 of 574 ~ 36.41%

%29.97
%33.62
%36.41

CMYK color model

#ACC1D1 color CMYK value is (18,8,0,18).

  • cyan value is 17.70%
  • magenta value is 7.66%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(18,8,0,18)
C18M8Y0K18 
(18%,8%,0%,18%)
(0.18/0.08/0.00/0.18)	

CMYK percentages

%17.7
%7.66
%0
%18.04

Codes

Color #ACC1D1 in popluar color models

ACC1D1
RGB172193209
HSL206°28.68%74.71%
HSB/HSV206°17.70%81.96%
CMYK17.70%7.66%0.00%
18.04%

Color #ACC1D1 in popluar number systems.

HEXACC1D1
Decimal172193209
Binary101011001100000111010001
Octal254301321

Shades and tints

Shades of #ACC1D1

#ACC1D1
(172,193,209)
#9DB0BE
(157,176,190)
#8E9FAB
(142,159,171)
#7F8E98
(127,142,152)
#707D85
(112,125,133)
#616C72
(97,108,114)
#525B5F
(82,91,95)
#434A4C
(67,74,76)
#343939
(52,57,57)
#252826
(37,40,38)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #ACC1D1

#ACC1D1
(172,193,209)
#B3C6D5
(179,198,213)
#BACBD9
(186,203,217)
#C1D0DD
(193,208,221)
#C8D5E1
(200,213,225)
#CFDAE5
(207,218,229)
#D6DFE9
(214,223,233)
#DDE4ED
(221,228,237)
#E4E9F1
(228,233,241)
#EBEEF5
(235,238,245)
#F2F3F9
(242,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC1D1; }

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

This text font color is #ACC1D1.


Background Color

.myBgColor { background-color: #ACC1D1; }

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

This div background color is #ACC1D1.


Border color

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

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

This div border color is #ACC1D1.


Opacity

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

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

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

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

This text has shadow with #ACC1D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC1D1 on black background.


Color preview on white background

This text has color #ACC1D1 on white background.



Black color preview on #ACC1D1 background

This text has black color on #ACC1D1 background.


White color preview on #ACC1D1 background

This text has white color on #ACC1D1 background.