COLOR #ACC3C9

HEX: #ACC3C9 RGB: (172,195,201)

Color info

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

RGB color model

#ACC3C9 color RGB value is (172,195,201).

RGB: (172,195,201) (67%, 76%, 79%)

RGB channels and saturation

R 172 of 255 = 67%
G 195 of 255 = 76%
B 201 of 255 = 79%

172
195
201

R + G + B ~ 74%. #ACC3C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 195 + 201 = 568 (100%)
R 172 of 568 ~ 30.28%
G 195 of 568 ~ 34.33%
B 201 of 568 ~ 35.39'%

%30.28
%34.33
%35.39

CMYK color model

#ACC3C9 color CMYK value is (14,3,0,21).

  • cyan value is 14.43%
  • magenta value is 2.99%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (14,3,0,21)
C14M3Y0K21 (14%, 3%, 0%, 21%)
(0.14 / 0.03 / 0.00 / 0.21)

CMYK percentages

%14.43
%2.99
%0
%21.18

Codes

Color #ACC3C9 in popluar color models

AC C3 C9
RGB 172 195 201
HSL 192° 21.17% 73.14%
HSB/HSV 192° 14.43% 78.82%
CMYK 14.43% 2.99% 0.00%
21.18%

Color #ACC3C9 in popluar number systems.

HEX AC C3 C9
Decimal 172 195 201
Binary 10101100 11000011 11001001
Octal 254 303 311

Shades and tints

Shades of #ACC3C9

#ACC3C9
(172,195,201)
#9DB2B7
(157,178,183)
#8EA1A5
(142,161,165)
#7F9093
(127,144,147)
#707F81
(112,127,129)
#616E6F
(97,110,111)
#525D5D
(82,93,93)
#434C4B
(67,76,75)
#343B39
(52,59,57)
#252A27
(37,42,39)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #ACC3C9

#ACC3C9
(172,195,201)
#B3C8CD
(179,200,205)
#BACDD1
(186,205,209)
#C1D2D5
(193,210,213)
#C8D7D9
(200,215,217)
#CFDCDD
(207,220,221)
#D6E1E1
(214,225,225)
#DDE6E5
(221,230,229)
#E4EBE9
(228,235,233)
#EBF0ED
(235,240,237)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC3C9; }

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

This text font color is #ACC3C9.

Background Color

.myBgColor { background-color: #ACC3C9; }

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

This div background color is #ACC3C9.

Border color

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

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

This div border color is #ACC3C9.

Opacity

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

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

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

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

This text has shadow with #ACC3C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC3C9.

Preview

Color preview on black background

This text has color #ACC3C9 on black background.


Color preview on white background

This text has color #ACC3C9 on white background.


Black color preview on #ACC3C9 background

This text has black color on #ACC3C9 background.


White color preview on #ACC3C9 background

This text has white color on #ACC3C9 background.


Related colors

Complementary color

Complementary color for #hex is #533C36.


I love getcolorcode.com

Triadic colors

1 #C9ACC3 and #C3C9AC with #ACC3C9 are triadic colors.

2 #C9C3AC and #C3ACC9 with #ACC3C9 are triadic colors.