COLOR #ACC7D5

HEX: #ACC7D5
RGB: (172,199,213)

Color info

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

RGB color model

#ACC7D5 color RGB value is (172,199,213).

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

RGB channels and saturation

R 172 of 255 = 67%
G 199 of 255 = 78%
B 213 of 255 = 84%

172
199
213

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

Portions of RGB colors in percentages

R + G + B =
172 + 199 + 213 = 584 (100%)
R 172 of 584 ~ 29.45%
G 199 of 584 ~ 34.08%
B 213 of 584 ~ 36.47%

%29.45
%34.08
%36.47

CMYK color model

#ACC7D5 color CMYK value is (19,7,0,16).

  • cyan value is 19.25%
  • magenta value is 6.57%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(19,7,0,16)
C19M7Y0K16 
(19%,7%,0%,16%)
(0.19/0.07/0.00/0.16)	

CMYK percentages

%19.25
%6.57
%0
%16.47

Codes

Color #ACC7D5 in popluar color models

ACC7D5
RGB172199213
HSL200°32.80%75.49%
HSB/HSV200°19.25%83.53%
CMYK19.25%6.57%0.00%
16.47%

Color #ACC7D5 in popluar number systems.

HEXACC7D5
Decimal172199213
Binary101011001100011111010101
Octal254307325

Shades and tints

Shades of #ACC7D5

#ACC7D5
(172,199,213)
#9DB5C2
(157,181,194)
#8EA3AF
(142,163,175)
#7F919C
(127,145,156)
#707F89
(112,127,137)
#616D76
(97,109,118)
#525B63
(82,91,99)
#434950
(67,73,80)
#34373D
(52,55,61)
#25252A
(37,37,42)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #ACC7D5

#ACC7D5
(172,199,213)
#B3CCD8
(179,204,216)
#BAD1DB
(186,209,219)
#C1D6DE
(193,214,222)
#C8DBE1
(200,219,225)
#CFE0E4
(207,224,228)
#D6E5E7
(214,229,231)
#DDEAEA
(221,234,234)
#E4EFED
(228,239,237)
#EBF4F0
(235,244,240)
#F2F9F3
(242,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC7D5; }

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

This text font color is #ACC7D5.


Background Color

.myBgColor { background-color: #ACC7D5; }

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

This div background color is #ACC7D5.


Border color

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

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

This div border color is #ACC7D5.


Opacity

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

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

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

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

This text has shadow with #ACC7D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC7D5 on black background.


Color preview on white background

This text has color #ACC7D5 on white background.



Black color preview on #ACC7D5 background

This text has black color on #ACC7D5 background.


White color preview on #ACC7D5 background

This text has white color on #ACC7D5 background.