COLOR #ACC2D6

HEX: #ACC2D6
RGB: (172,194,214)

Color info

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

RGB color model

#ACC2D6 color RGB value is (172,194,214).

  • red value is 172;
  • green value is 194;
  • blue value is 214.
RGB:
(172,194,214)
(67%,76%,84%)

RGB channels and saturation

R 172 of 255 = 67%
G 194 of 255 = 76%
B 214 of 255 = 84%

172
194
214

R + G + B ~ 76%. #ACC2D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 194 + 214 = 580 (100%)
R 172 of 580 ~ 29.66%
G 194 of 580 ~ 33.45%
B 214 of 580 ~ 36.9%

%29.66
%33.45
%36.9

CMYK color model

#ACC2D6 color CMYK value is (20,9,0,16).

  • cyan value is 19.63%
  • magenta value is 9.35%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(20,9,0,16)
C20M9Y0K16 
(20%,9%,0%,16%)
(0.20/0.09/0.00/0.16)	

CMYK percentages

%19.63
%9.35
%0
%16.08

Codes

Color #ACC2D6 in popluar color models

ACC2D6
RGB172194214
HSL209°33.87%75.69%
HSB/HSV209°19.63%83.92%
CMYK19.63%9.35%0.00%
16.08%

Color #ACC2D6 in popluar number systems.

HEXACC2D6
Decimal172194214
Binary101011001100001011010110
Octal254302326

Shades and tints

Shades of #ACC2D6

#ACC2D6
(172,194,214)
#9DB1C3
(157,177,195)
#8EA0B0
(142,160,176)
#7F8F9D
(127,143,157)
#707E8A
(112,126,138)
#616D77
(97,109,119)
#525C64
(82,92,100)
#434B51
(67,75,81)
#343A3E
(52,58,62)
#25292B
(37,41,43)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #ACC2D6

#ACC2D6
(172,194,214)
#B3C7D9
(179,199,217)
#BACCDC
(186,204,220)
#C1D1DF
(193,209,223)
#C8D6E2
(200,214,226)
#CFDBE5
(207,219,229)
#D6E0E8
(214,224,232)
#DDE5EB
(221,229,235)
#E4EAEE
(228,234,238)
#EBEFF1
(235,239,241)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC2D6 color. Also use rgb(172,194,214) instead hex code.

Text Font Color

.myTextColor { color: #ACC2D6; }

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

This text font color is #ACC2D6.


Background Color

.myBgColor { background-color: #ACC2D6; }

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

This div background color is #ACC2D6.


Border color

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

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

This div border color is #ACC2D6.


Opacity

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

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

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

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

This text has shadow with #ACC2D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC2D6 on black background.


Color preview on white background

This text has color #ACC2D6 on white background.



Black color preview on #ACC2D6 background

This text has black color on #ACC2D6 background.


White color preview on #ACC2D6 background

This text has white color on #ACC2D6 background.