COLOR #ACC7DA

HEX: #ACC7DA
RGB: (172,199,218)

Color info

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

RGB color model

#ACC7DA color RGB value is (172,199,218).

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

RGB channels and saturation

R 172 of 255 = 67%
G 199 of 255 = 78%
B 218 of 255 = 85%

172
199
218

R + G + B ~ 77%. #ACC7DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 199 + 218 = 589 (100%)
R 172 of 589 ~ 29.2%
G 199 of 589 ~ 33.79%
B 218 of 589 ~ 37.01%

%29.2
%33.79
%37.01

CMYK color model

#ACC7DA color CMYK value is (21,9,0,15).

  • cyan value is 21.10%
  • magenta value is 8.72%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(21,9,0,15)
C21M9Y0K15 
(21%,9%,0%,15%)
(0.21/0.09/0.00/0.15)	

CMYK percentages

%21.1
%8.72
%0
%14.51

Codes

Color #ACC7DA in popluar color models

ACC7DA
RGB172199218
HSL205°38.33%76.47%
HSB/HSV205°21.10%85.49%
CMYK21.10%8.72%0.00%
14.51%

Color #ACC7DA in popluar number systems.

HEXACC7DA
Decimal172199218
Binary101011001100011111011010
Octal254307332

Shades and tints

Shades of #ACC7DA

#ACC7DA
(172,199,218)
#9DB5C7
(157,181,199)
#8EA3B4
(142,163,180)
#7F91A1
(127,145,161)
#707F8E
(112,127,142)
#616D7B
(97,109,123)
#525B68
(82,91,104)
#434955
(67,73,85)
#343742
(52,55,66)
#25252F
(37,37,47)
#16131C
(22,19,28)
#000000
(0,0,0)

Tints of #ACC7DA

#ACC7DA
(172,199,218)
#B3CCDD
(179,204,221)
#BAD1E0
(186,209,224)
#C1D6E3
(193,214,227)
#C8DBE6
(200,219,230)
#CFE0E9
(207,224,233)
#D6E5EC
(214,229,236)
#DDEAEF
(221,234,239)
#E4EFF2
(228,239,242)
#EBF4F5
(235,244,245)
#F2F9F8
(242,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC7DA; }

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

This text font color is #ACC7DA.


Background Color

.myBgColor { background-color: #ACC7DA; }

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

This div background color is #ACC7DA.


Border color

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

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

This div border color is #ACC7DA.


Opacity

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

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

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

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

This text has shadow with #ACC7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC7DA on black background.


Color preview on white background

This text has color #ACC7DA on white background.



Black color preview on #ACC7DA background

This text has black color on #ACC7DA background.


White color preview on #ACC7DA background

This text has white color on #ACC7DA background.