COLOR #ACC3CE

HEX: #ACC3CE RGB: (172,195,206)

Color info

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

RGB color model

#ACC3CE color RGB value is (172,195,206).

RGB: (172,195,206) (67%, 76%, 81%)

RGB channels and saturation

R 172 of 255 = 67%
G 195 of 255 = 76%
B 206 of 255 = 81%

172
195
206

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

Portions of RGB colors in percentages

R + G + B = 172 + 195 + 206 = 573 (100%)
R 172 of 573 ~ 30.02%
G 195 of 573 ~ 34.03%
B 206 of 573 ~ 35.95'%

%30.02
%34.03
%35.95

CMYK color model

#ACC3CE color CMYK value is (17,5,0,19).

  • cyan value is 16.50%
  • magenta value is 5.34%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK: (17,5,0,19) C17M5Y0K19 (17%,5%,0%,19%) (0.17/0.05/0.00/0.19) 

CMYK percentages

%16.5
%5.34
%0
%19.22

Codes

Color #ACC3CE in popluar color models

AC C3 CE
RGB 172 195 206
HSL 199° 25.76% 74.12%
HSB/HSV 199° 16.50% 80.78%
CMYK 16.50% 5.34% 0.00%
19.22%

Color #ACC3CE in popluar number systems.

HEX AC C3 CE
Decimal 172 195 206
Binary 10101100 11000011 11001110
Octal 254 303 316

Shades and tints

Shades of #ACC3CE

#ACC3CE
(172,195,206)
#9DB2BC
(157,178,188)
#8EA1AA
(142,161,170)
#7F9098
(127,144,152)
#707F86
(112,127,134)
#616E74
(97,110,116)
#525D62
(82,93,98)
#434C50
(67,76,80)
#343B3E
(52,59,62)
#252A2C
(37,42,44)
#16191A
(22,25,26)
#000000
(0,0,0)

Tints of #ACC3CE

#ACC3CE
(172,195,206)
#B3C8D2
(179,200,210)
#BACDD6
(186,205,214)
#C1D2DA
(193,210,218)
#C8D7DE
(200,215,222)
#CFDCE2
(207,220,226)
#D6E1E6
(214,225,230)
#DDE6EA
(221,230,234)
#E4EBEE
(228,235,238)
#EBF0F2
(235,240,242)
#F2F5F6
(242,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC3CE color. Also use rgb(172,195,206) instead hex code.

Text Font Color

.myTextColor { color: #ACC3CE; }

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

This text font color is #ACC3CE.

Background Color

.myBgColor { background-color: #ACC3CE; }

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

This div background color is #ACC3CE.

Border color

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

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

This div border color is #ACC3CE.

Opacity

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

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

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

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

This text has shadow with #ACC3CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC3CE.

Preview

Color preview on black background

This text has color #ACC3CE on black background.


Color preview on white background

This text has color #ACC3CE on white background.


Black color preview on #ACC3CE background

This text has black color on #ACC3CE background.


White color preview on #ACC3CE background

This text has white color on #ACC3CE background.


Related colors

Complementary color

Complementary color for #hex is #533C31.


I love getcolorcode.com

Triadic colors

1 #CEACC3 and #C3CEAC with #ACC3CE are triadic colors.

2 #CEC3AC and #C3ACCE with #ACC3CE are triadic colors.