COLOR #ACC4CE

HEX: #ACC4CE RGB: (172,196,206)

Color info

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

RGB color model

#ACC4CE color RGB value is (172,196,206).

RGB: (172,196,206) (67%, 77%, 81%)

RGB channels and saturation

R 172 of 255 = 67%
G 196 of 255 = 77%
B 206 of 255 = 81%

172
196
206

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

Portions of RGB colors in percentages

R + G + B = 172 + 196 + 206 = 574 (100%)
R 172 of 574 ~ 29.97%
G 196 of 574 ~ 34.15%
B 206 of 574 ~ 35.89'%

%29.97
%34.15
%35.89

CMYK color model

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

  • cyan value is 16.50%
  • magenta value is 4.85%
  • 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
%4.85
%0
%19.22

Codes

Color #ACC4CE in popluar color models

AC C4 CE
RGB 172 196 206
HSL 198° 25.76% 74.12%
HSB/HSV 198° 16.50% 80.78%
CMYK 16.50% 4.85% 0.00%
19.22%

Color #ACC4CE in popluar number systems.

HEX AC C4 CE
Decimal 172 196 206
Binary 10101100 11000100 11001110
Octal 254 304 316

Shades and tints

Shades of #ACC4CE

#ACC4CE
(172,196,206)
#9DB3BC
(157,179,188)
#8EA2AA
(142,162,170)
#7F9198
(127,145,152)
#708086
(112,128,134)
#616F74
(97,111,116)
#525E62
(82,94,98)
#434D50
(67,77,80)
#343C3E
(52,60,62)
#252B2C
(37,43,44)
#161A1A
(22,26,26)
#000000
(0,0,0)

Tints of #ACC4CE

#ACC4CE
(172,196,206)
#B3C9D2
(179,201,210)
#BACED6
(186,206,214)
#C1D3DA
(193,211,218)
#C8D8DE
(200,216,222)
#CFDDE2
(207,221,226)
#D6E2E6
(214,226,230)
#DDE7EA
(221,231,234)
#E4ECEE
(228,236,238)
#EBF1F2
(235,241,242)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC4CE; }

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

This text font color is #ACC4CE.

Background Color

.myBgColor { background-color: #ACC4CE; }

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

This div background color is #ACC4CE.

Border color

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

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

This div border color is #ACC4CE.

Opacity

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

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

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

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

This text has shadow with #ACC4CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC4CE.

Preview

Color preview on black background

This text has color #ACC4CE on black background.


Color preview on white background

This text has color #ACC4CE on white background.


Black color preview on #ACC4CE background

This text has black color on #ACC4CE background.


White color preview on #ACC4CE background

This text has white color on #ACC4CE background.


Related colors

Complementary color

Complementary color for #hex is #533B31.


I love getcolorcode.com

Triadic colors

1 #CEACC4 and #C4CEAC with #ACC4CE are triadic colors.

2 #CEC4AC and #C4ACCE with #ACC4CE are triadic colors.