COLOR #ACC2DF

HEX: #ACC2DF RGB: (172,194,223)

Color info

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

RGB color model

#ACC2DF color RGB value is (172,194,223).

RGB: (172,194,223) (67%, 76%, 87%)

RGB channels and saturation

R 172 of 255 = 67%
G 194 of 255 = 76%
B 223 of 255 = 87%

172
194
223

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

Portions of RGB colors in percentages

R + G + B = 172 + 194 + 223 = 589 (100%)
R 172 of 589 ~ 29.2%
G 194 of 589 ~ 32.94%
B 223 of 589 ~ 37.86'%

%29.2
%32.94
%37.86

CMYK color model

#ACC2DF color CMYK value is (23,13,0,13).

  • cyan value is 22.87%
  • magenta value is 13.00%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (23,13,0,13)
C23M13Y0K13 (23%, 13%, 0%, 13%)
(0.23 / 0.13 / 0.00 / 0.13)

CMYK percentages

%22.87
%13
%0
%12.55

Codes

Color #ACC2DF in popluar color models

AC C2 DF
RGB 172 194 223
HSL 214° 44.35% 77.45%
HSB/HSV 214° 22.87% 87.45%
CMYK 22.87% 13.00% 0.00%
12.55%

Color #ACC2DF in popluar number systems.

HEX AC C2 DF
Decimal 172 194 223
Binary 10101100 11000010 11011111
Octal 254 302 337

Shades and tints

Shades of #ACC2DF

#ACC2DF
(172,194,223)
#9DB1CB
(157,177,203)
#8EA0B7
(142,160,183)
#7F8FA3
(127,143,163)
#707E8F
(112,126,143)
#616D7B
(97,109,123)
#525C67
(82,92,103)
#434B53
(67,75,83)
#343A3F
(52,58,63)
#25292B
(37,41,43)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #ACC2DF

#ACC2DF
(172,194,223)
#B3C7E1
(179,199,225)
#BACCE3
(186,204,227)
#C1D1E5
(193,209,229)
#C8D6E7
(200,214,231)
#CFDBE9
(207,219,233)
#D6E0EB
(214,224,235)
#DDE5ED
(221,229,237)
#E4EAEF
(228,234,239)
#EBEFF1
(235,239,241)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC2DF; }

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

This text font color is #ACC2DF.

Background Color

.myBgColor { background-color: #ACC2DF; }

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

This div background color is #ACC2DF.

Border color

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

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

This div border color is #ACC2DF.

Opacity

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

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

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

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

This text has shadow with #ACC2DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC2DF.

Preview

Color preview on black background

This text has color #ACC2DF on black background.


Color preview on white background

This text has color #ACC2DF on white background.


Black color preview on #ACC2DF background

This text has black color on #ACC2DF background.


White color preview on #ACC2DF background

This text has white color on #ACC2DF background.


Related colors

Complementary color

Complementary color for #hex is #533D20.


I love getcolorcode.com

Triadic colors

1 #DFACC2 and #C2DFAC with #ACC2DF are triadic colors.

2 #DFC2AC and #C2ACDF with #ACC2DF are triadic colors.