COLOR #ACC5C3

HEX: #ACC5C3
RGB: (172,197,195)

Color info

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

RGB color model

#ACC5C3 color RGB value is (172,197,195).

  • red value is 172;
  • green value is 197;
  • blue value is 195.
RGB:
(172,197,195)
(67%,77%,76%)

RGB channels and saturation

R 172 of 255 = 67%
G 197 of 255 = 77%
B 195 of 255 = 76%

172
197
195

R + G + B ~ 73%. #ACC5C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 197 + 195 = 564 (100%)
R 172 of 564 ~ 30.5%
G 197 of 564 ~ 34.93%
B 195 of 564 ~ 34.57%

%30.5
%34.93
%34.57

CMYK color model

#ACC5C3 color CMYK value is (13,0,1,23).

  • cyan value is 12.69%
  • magenta value is 0.00%
  • yellow value is 1.02%
  • key color value is 22.75%
CMYK:
(13,0,1,23)
C13M0Y1K23 
(13%,0%,1%,23%)
(0.13/0.00/0.01/0.23)	

CMYK percentages

%12.69
%0
%1.02
%22.75

Codes

Color #ACC5C3 in popluar color models

ACC5C3
RGB172197195
HSL175°17.73%72.35%
HSB/HSV175°12.69%77.25%
CMYK12.69%0.00%1.02%
22.75%

Color #ACC5C3 in popluar number systems.

HEXACC5C3
Decimal172197195
Binary101011001100010111000011
Octal254305303

Shades and tints

Shades of #ACC5C3

#ACC5C3
(172,197,195)
#9DB4B2
(157,180,178)
#8EA3A1
(142,163,161)
#7F9290
(127,146,144)
#70817F
(112,129,127)
#61706E
(97,112,110)
#525F5D
(82,95,93)
#434E4C
(67,78,76)
#343D3B
(52,61,59)
#252C2A
(37,44,42)
#161B19
(22,27,25)
#000000
(0,0,0)

Tints of #ACC5C3

#ACC5C3
(172,197,195)
#B3CAC8
(179,202,200)
#BACFCD
(186,207,205)
#C1D4D2
(193,212,210)
#C8D9D7
(200,217,215)
#CFDEDC
(207,222,220)
#D6E3E1
(214,227,225)
#DDE8E6
(221,232,230)
#E4EDEB
(228,237,235)
#EBF2F0
(235,242,240)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC5C3; }

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

This text font color is #ACC5C3.


Background Color

.myBgColor { background-color: #ACC5C3; }

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

This div background color is #ACC5C3.


Border color

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

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

This div border color is #ACC5C3.


Opacity

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

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

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

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

This text has shadow with #ACC5C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC5C3 on black background.


Color preview on white background

This text has color #ACC5C3 on white background.



Black color preview on #ACC5C3 background

This text has black color on #ACC5C3 background.


White color preview on #ACC5C3 background

This text has white color on #ACC5C3 background.