COLOR #ACC7D4

HEX: #ACC7D4
RGB: (172,199,212)

Color info

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

RGB color model

#ACC7D4 color RGB value is (172,199,212).

  • red value is 172;
  • green value is 199;
  • blue value is 212.
RGB:
(172,199,212)
(67%,78%,83%)

RGB channels and saturation

R 172 of 255 = 67%
G 199 of 255 = 78%
B 212 of 255 = 83%

172
199
212

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

Portions of RGB colors in percentages

R + G + B =
172 + 199 + 212 = 583 (100%)
R 172 of 583 ~ 29.5%
G 199 of 583 ~ 34.13%
B 212 of 583 ~ 36.36%

%29.5
%34.13
%36.36

CMYK color model

#ACC7D4 color CMYK value is (19,6,0,17).

  • cyan value is 18.87%
  • magenta value is 6.13%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(19,6,0,17)
C19M6Y0K17 
(19%,6%,0%,17%)
(0.19/0.06/0.00/0.17)	

CMYK percentages

%18.87
%6.13
%0
%16.86

Codes

Color #ACC7D4 in popluar color models

ACC7D4
RGB172199212
HSL200°31.75%75.29%
HSB/HSV200°18.87%83.14%
CMYK18.87%6.13%0.00%
16.86%

Color #ACC7D4 in popluar number systems.

HEXACC7D4
Decimal172199212
Binary101011001100011111010100
Octal254307324

Shades and tints

Shades of #ACC7D4

#ACC7D4
(172,199,212)
#9DB5C1
(157,181,193)
#8EA3AE
(142,163,174)
#7F919B
(127,145,155)
#707F88
(112,127,136)
#616D75
(97,109,117)
#525B62
(82,91,98)
#43494F
(67,73,79)
#34373C
(52,55,60)
#252529
(37,37,41)
#161316
(22,19,22)
#000000
(0,0,0)

Tints of #ACC7D4

#ACC7D4
(172,199,212)
#B3CCD7
(179,204,215)
#BAD1DA
(186,209,218)
#C1D6DD
(193,214,221)
#C8DBE0
(200,219,224)
#CFE0E3
(207,224,227)
#D6E5E6
(214,229,230)
#DDEAE9
(221,234,233)
#E4EFEC
(228,239,236)
#EBF4EF
(235,244,239)
#F2F9F2
(242,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC7D4 color. Also use rgb(172,199,212) instead hex code.

Text Font Color

.myTextColor { color: #ACC7D4; }

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

This text font color is #ACC7D4.


Background Color

.myBgColor { background-color: #ACC7D4; }

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

This div background color is #ACC7D4.


Border color

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

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

This div border color is #ACC7D4.


Opacity

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

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

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

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

This text has shadow with #ACC7D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC7D4 on black background.


Color preview on white background

This text has color #ACC7D4 on white background.



Black color preview on #ACC7D4 background

This text has black color on #ACC7D4 background.


White color preview on #ACC7D4 background

This text has white color on #ACC7D4 background.