COLOR #ACC1CF

HEX: #ACC1CF RGB: (172,193,207)

Color info

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

RGB color model

#ACC1CF color RGB value is (172,193,207).

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

RGB channels and saturation

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

172
193
207

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

Portions of RGB colors in percentages

R + G + B = 172 + 193 + 207 = 572 (100%)
R 172 of 572 ~ 30.07%
G 193 of 572 ~ 33.74%
B 207 of 572 ~ 36.19'%

%30.07
%33.74
%36.19

CMYK color model

#ACC1CF color CMYK value is (17,7,0,19).

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

CMYK: (17,7,0,19)
C17M7Y0K19 (17%, 7%, 0%, 19%)
(0.17 / 0.07 / 0.00 / 0.19)

CMYK percentages

%16.91
%6.76
%0
%18.82

Codes

Color #ACC1CF in popluar color models

AC C1 CF
RGB 172 193 207
HSL 204° 26.72% 74.31%
HSB/HSV 204° 16.91% 81.18%
CMYK 16.91% 6.76% 0.00%
18.82%

Color #ACC1CF in popluar number systems.

HEX AC C1 CF
Decimal 172 193 207
Binary 10101100 11000001 11001111
Octal 254 301 317

Shades and tints

Shades of #ACC1CF

#ACC1CF
(172,193,207)
#9DB0BD
(157,176,189)
#8E9FAB
(142,159,171)
#7F8E99
(127,142,153)
#707D87
(112,125,135)
#616C75
(97,108,117)
#525B63
(82,91,99)
#434A51
(67,74,81)
#34393F
(52,57,63)
#25282D
(37,40,45)
#16171B
(22,23,27)
#000000
(0,0,0)

Tints of #ACC1CF

#ACC1CF
(172,193,207)
#B3C6D3
(179,198,211)
#BACBD7
(186,203,215)
#C1D0DB
(193,208,219)
#C8D5DF
(200,213,223)
#CFDAE3
(207,218,227)
#D6DFE7
(214,223,231)
#DDE4EB
(221,228,235)
#E4E9EF
(228,233,239)
#EBEEF3
(235,238,243)
#F2F3F7
(242,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC1CF; }

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

This text font color is #ACC1CF.

Background Color

.myBgColor { background-color: #ACC1CF; }

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

This div background color is #ACC1CF.

Border color

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

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

This div border color is #ACC1CF.

Opacity

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

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

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

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

This text has shadow with #ACC1CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC1CF.

Preview

Color preview on black background

This text has color #ACC1CF on black background.


Color preview on white background

This text has color #ACC1CF on white background.


Black color preview on #ACC1CF background

This text has black color on #ACC1CF background.


White color preview on #ACC1CF background

This text has white color on #ACC1CF background.


Related colors

Complementary color

Complementary color for #hex is #533E30.


I love getcolorcode.com

Triadic colors

1 #CFACC1 and #C1CFAC with #ACC1CF are triadic colors.

2 #CFC1AC and #C1ACCF with #ACC1CF are triadic colors.