COLOR #ACC4C3

HEX: #ACC4C3
RGB: (172,196,195)

Color info

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

RGB color model

#ACC4C3 color RGB value is (172,196,195).

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

RGB channels and saturation

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

172
196
195

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

Portions of RGB colors in percentages

R + G + B =
172 + 196 + 195 = 563 (100%)
R 172 of 563 ~ 30.55%
G 196 of 563 ~ 34.81%
B 195 of 563 ~ 34.64%

%30.55
%34.81
%34.64

CMYK color model

#ACC4C3 color CMYK value is (12,0,1,23).

  • cyan value is 12.24%
  • magenta value is 0.00%
  • yellow value is 0.51%
  • key color value is 23.14%
CMYK:
(12,0,1,23)
C12M0Y1K23 
(12%,0%,1%,23%)
(0.12/0.00/0.01/0.23)	

CMYK percentages

%12.24
%0
%0.51
%23.14

Codes

Color #ACC4C3 in popluar color models

ACC4C3
RGB172196195
HSL178°16.90%72.16%
HSB/HSV178°12.24%76.86%
CMYK12.24%0.00%0.51%
23.14%

Color #ACC4C3 in popluar number systems.

HEXACC4C3
Decimal172196195
Binary101011001100010011000011
Octal254304303

Shades and tints

Shades of #ACC4C3

#ACC4C3
(172,196,195)
#9DB3B2
(157,179,178)
#8EA2A1
(142,162,161)
#7F9190
(127,145,144)
#70807F
(112,128,127)
#616F6E
(97,111,110)
#525E5D
(82,94,93)
#434D4C
(67,77,76)
#343C3B
(52,60,59)
#252B2A
(37,43,42)
#161A19
(22,26,25)
#000000
(0,0,0)

Tints of #ACC4C3

#ACC4C3
(172,196,195)
#B3C9C8
(179,201,200)
#BACECD
(186,206,205)
#C1D3D2
(193,211,210)
#C8D8D7
(200,216,215)
#CFDDDC
(207,221,220)
#D6E2E1
(214,226,225)
#DDE7E6
(221,231,230)
#E4ECEB
(228,236,235)
#EBF1F0
(235,241,240)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC4C3; }

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

This text font color is #ACC4C3.


Background Color

.myBgColor { background-color: #ACC4C3; }

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

This div background color is #ACC4C3.


Border color

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

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

This div border color is #ACC4C3.


Opacity

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

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

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

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

This text has shadow with #ACC4C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC4C3 on black background.


Color preview on white background

This text has color #ACC4C3 on white background.



Black color preview on #ACC4C3 background

This text has black color on #ACC4C3 background.


White color preview on #ACC4C3 background

This text has white color on #ACC4C3 background.