COLOR #ACCAA0

HEX: #ACCAA0
RGB: (172,202,160)

Color info

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

RGB color model

#ACCAA0 color RGB value is (172,202,160).

  • red value is 172;
  • green value is 202;
  • blue value is 160.
RGB: (172,202,160) (67%,79%,63%)

RGB channels and saturation

R 172 of 255 = 67%
G 202 of 255 = 79%
B 160 of 255 = 63%

172
202
160

R + G + B ~ 70%. #ACCAA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 202 + 160 = 534 (100%)
R 172 of 534 ~ 32.21%
G 202 of 534 ~ 37.83%
B 160 of 534 ~ 29.96%

%32.21
%37.83
%29.96

CMYK color model

#ACCAA0 color CMYK value is (15,0,21,21).

  • cyan value is 14.85%
  • magenta value is 0.00%
  • yellow value is 20.79%
  • key color value is 20.78%
CMYK: (15,0,21,21) C15M0Y21K21 (15%,0%,21%,21%) (0.15/0.00/0.21/0.21)

CMYK percentages

%14.85
%0
%20.79
%20.78

Codes

Color #ACCAA0 in popluar color models

ACCAA0
RGB172202160
HSL103°28.38%70.98%
HSB/HSV103°20.79%79.22%
CMYK14.85%0.00%20.79%
20.78%

Color #ACCAA0 in popluar number systems.

HEXACCAA0
Decimal172202160
Binary101011001100101010100000
Octal254312240

Shades and tints

Shades of #ACCAA0

#ACCAA0
(172,202,160)
#9DB892
(157,184,146)
#8EA684
(142,166,132)
#7F9476
(127,148,118)
#708268
(112,130,104)
#61705A
(97,112,90)
#525E4C
(82,94,76)
#434C3E
(67,76,62)
#343A30
(52,58,48)
#252822
(37,40,34)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #ACCAA0

#ACCAA0
(172,202,160)
#B3CEA8
(179,206,168)
#BAD2B0
(186,210,176)
#C1D6B8
(193,214,184)
#C8DAC0
(200,218,192)
#CFDEC8
(207,222,200)
#D6E2D0
(214,226,208)
#DDE6D8
(221,230,216)
#E4EAE0
(228,234,224)
#EBEEE8
(235,238,232)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACCAA0 color. Also use rgb(172,202,160) instead hex code.

Text Font Color

.myTextColor { color: #ACCAA0; }

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

This text font color is #ACCAA0.


Background Color

.myBgColor { background-color: #ACCAA0; }

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

This div background color is #ACCAA0.


Border color

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

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

This div border color is #ACCAA0.


Opacity

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

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

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

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

This text has shadow with #ACCAA0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #ACCAA0 on black background.


Color preview on white background

This text has color #ACCAA0 on white background.



Black color preview on #ACCAA0 background

This text has black color on #ACCAA0 background.


White color preview on #ACCAA0 background

This text has white color on #ACCAA0 background.