COLOR #ACCE9E

HEX: #ACCE9E
RGB: (172,206,158)

Color info

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

RGB color model

#ACCE9E color RGB value is (172,206,158).

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

RGB channels and saturation

R 172 of 255 = 67%
G 206 of 255 = 81%
B 158 of 255 = 62%

172
206
158

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

Portions of RGB colors in percentages

R + G + B =
172 + 206 + 158 = 536 (100%)
R 172 of 536 ~ 32.09%
G 206 of 536 ~ 38.43%
B 158 of 536 ~ 29.48%

%32.09
%38.43
%29.48

CMYK color model

#ACCE9E color CMYK value is (17,0,23,19).

  • cyan value is 16.50%
  • magenta value is 0.00%
  • yellow value is 23.30%
  • key color value is 19.22%
CMYK:
(17,0,23,19)
C17M0Y23K19 
(17%,0%,23%,19%)
(0.17/0.00/0.23/0.19)	

CMYK percentages

%16.5
%0
%23.3
%19.22

Codes

Color #ACCE9E in popluar color models

ACCE9E
RGB172206158
HSL103°32.88%71.37%
HSB/HSV103°23.30%80.78%
CMYK16.50%0.00%23.30%
19.22%

Color #ACCE9E in popluar number systems.

HEXACCE9E
Decimal172206158
Binary101011001100111010011110
Octal254316236

Shades and tints

Shades of #ACCE9E

#ACCE9E
(172,206,158)
#9DBC90
(157,188,144)
#8EAA82
(142,170,130)
#7F9874
(127,152,116)
#708666
(112,134,102)
#617458
(97,116,88)
#52624A
(82,98,74)
#43503C
(67,80,60)
#343E2E
(52,62,46)
#252C20
(37,44,32)
#161A12
(22,26,18)
#000000
(0,0,0)

Tints of #ACCE9E

#ACCE9E
(172,206,158)
#B3D2A6
(179,210,166)
#BAD6AE
(186,214,174)
#C1DAB6
(193,218,182)
#C8DEBE
(200,222,190)
#CFE2C6
(207,226,198)
#D6E6CE
(214,230,206)
#DDEAD6
(221,234,214)
#E4EEDE
(228,238,222)
#EBF2E6
(235,242,230)
#F2F6EE
(242,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCE9E; }

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

This text font color is #ACCE9E.


Background Color

.myBgColor { background-color: #ACCE9E; }

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

This div background color is #ACCE9E.


Border color

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

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

This div border color is #ACCE9E.


Opacity

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

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

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

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

This text has shadow with #ACCE9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCE9E on black background.


Color preview on white background

This text has color #ACCE9E on white background.



Black color preview on #ACCE9E background

This text has black color on #ACCE9E background.


White color preview on #ACCE9E background

This text has white color on #ACCE9E background.