COLOR #ACC2CF

HEX: #ACC2CF RGB: (172,194,207)

Color info

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

RGB color model

#ACC2CF color RGB value is (172,194,207).

RGB: (172,194,207) (67%, 76%, 81%)

RGB channels and saturation

R 172 of 255 = 67%
G 194 of 255 = 76%
B 207 of 255 = 81%

172
194
207

R + G + B ~ 75%. #ACC2CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 194 + 207 = 573 (100%)
R 172 of 573 ~ 30.02%
G 194 of 573 ~ 33.86%
B 207 of 573 ~ 36.13'%

%30.02
%33.86
%36.13

CMYK color model

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

  • cyan value is 16.91%
  • magenta value is 6.28%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (17,6,0,19)
C17M6Y0K19 (17%, 6%, 0%, 19%)
(0.17 / 0.06 / 0.00 / 0.19)

CMYK percentages

%16.91
%6.28
%0
%18.82

Codes

Color #ACC2CF in popluar color models

AC C2 CF
RGB 172 194 207
HSL 202° 26.72% 74.31%
HSB/HSV 202° 16.91% 81.18%
CMYK 16.91% 6.28% 0.00%
18.82%

Color #ACC2CF in popluar number systems.

HEX AC C2 CF
Decimal 172 194 207
Binary 10101100 11000010 11001111
Octal 254 302 317

Shades and tints

Shades of #ACC2CF

#ACC2CF
(172,194,207)
#9DB1BD
(157,177,189)
#8EA0AB
(142,160,171)
#7F8F99
(127,143,153)
#707E87
(112,126,135)
#616D75
(97,109,117)
#525C63
(82,92,99)
#434B51
(67,75,81)
#343A3F
(52,58,63)
#25292D
(37,41,45)
#16181B
(22,24,27)
#000000
(0,0,0)

Tints of #ACC2CF

#ACC2CF
(172,194,207)
#B3C7D3
(179,199,211)
#BACCD7
(186,204,215)
#C1D1DB
(193,209,219)
#C8D6DF
(200,214,223)
#CFDBE3
(207,219,227)
#D6E0E7
(214,224,231)
#DDE5EB
(221,229,235)
#E4EAEF
(228,234,239)
#EBEFF3
(235,239,243)
#F2F4F7
(242,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC2CF; }

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

This text font color is #ACC2CF.

Background Color

.myBgColor { background-color: #ACC2CF; }

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

This div background color is #ACC2CF.

Border color

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

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

This div border color is #ACC2CF.

Opacity

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

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

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

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

This text has shadow with #ACC2CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC2CF.

Preview

Color preview on black background

This text has color #ACC2CF on black background.


Color preview on white background

This text has color #ACC2CF on white background.


Black color preview on #ACC2CF background

This text has black color on #ACC2CF background.


White color preview on #ACC2CF background

This text has white color on #ACC2CF background.


Related colors

Complementary color

Complementary color for #hex is #533D30.


I love getcolorcode.com

Triadic colors

1 #CFACC2 and #C2CFAC with #ACC2CF are triadic colors.

2 #CFC2AC and #C2ACCF with #ACC2CF are triadic colors.