COLOR #ACCEA0

HEX: #ACCEA0
RGB: (172,206,160)

Color info

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

RGB color model

#ACCEA0 color RGB value is (172,206,160).

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

RGB channels and saturation

R 172 of 255 = 67%
G 206 of 255 = 81%
B 160 of 255 = 63%

172
206
160

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

Portions of RGB colors in percentages

R + G + B =
172 + 206 + 160 = 538 (100%)
R 172 of 538 ~ 31.97%
G 206 of 538 ~ 38.29%
B 160 of 538 ~ 29.74%

%31.97
%38.29
%29.74

CMYK color model

#ACCEA0 color CMYK value is (17,0,22,19).

  • cyan value is 16.50%
  • magenta value is 0.00%
  • yellow value is 22.33%
  • key color value is 19.22%
CMYK:
(17,0,22,19)
C17M0Y22K19 
(17%,0%,22%,19%)
(0.17/0.00/0.22/0.19)	

CMYK percentages

%16.5
%0
%22.33
%19.22

Codes

Color #ACCEA0 in popluar color models

ACCEA0
RGB172206160
HSL104°31.94%71.76%
HSB/HSV104°22.33%80.78%
CMYK16.50%0.00%22.33%
19.22%

Color #ACCEA0 in popluar number systems.

HEXACCEA0
Decimal172206160
Binary101011001100111010100000
Octal254316240

Shades and tints

Shades of #ACCEA0

#ACCEA0
(172,206,160)
#9DBC92
(157,188,146)
#8EAA84
(142,170,132)
#7F9876
(127,152,118)
#708668
(112,134,104)
#61745A
(97,116,90)
#52624C
(82,98,76)
#43503E
(67,80,62)
#343E30
(52,62,48)
#252C22
(37,44,34)
#161A14
(22,26,20)
#000000
(0,0,0)

Tints of #ACCEA0

#ACCEA0
(172,206,160)
#B3D2A8
(179,210,168)
#BAD6B0
(186,214,176)
#C1DAB8
(193,218,184)
#C8DEC0
(200,222,192)
#CFE2C8
(207,226,200)
#D6E6D0
(214,230,208)
#DDEAD8
(221,234,216)
#E4EEE0
(228,238,224)
#EBF2E8
(235,242,232)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCEA0; }

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

This text font color is #ACCEA0.


Background Color

.myBgColor { background-color: #ACCEA0; }

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

This div background color is #ACCEA0.


Border color

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

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

This div border color is #ACCEA0.


Opacity

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

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

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

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

This text has shadow with #ACCEA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCEA0 on black background.


Color preview on white background

This text has color #ACCEA0 on white background.



Black color preview on #ACCEA0 background

This text has black color on #ACCEA0 background.


White color preview on #ACCEA0 background

This text has white color on #ACCEA0 background.