COLOR #ACC188

HEX: #ACC188
RGB: (172,193,136)

Color info

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

RGB color model

#ACC188 color RGB value is (172,193,136).

  • red value is 172;
  • green value is 193;
  • blue value is 136.
RGB:
(172,193,136)
(67%,76%,53%)

RGB channels and saturation

R 172 of 255 = 67%
G 193 of 255 = 76%
B 136 of 255 = 53%

172
193
136

R + G + B ~ 65%. #ACC188 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 193 + 136 = 501 (100%)
R 172 of 501 ~ 34.33%
G 193 of 501 ~ 38.52%
B 136 of 501 ~ 27.15%

%34.33
%38.52
%27.15

CMYK color model

#ACC188 color CMYK value is (11,0,30,24).

  • cyan value is 10.88%
  • magenta value is 0.00%
  • yellow value is 29.53%
  • key color value is 24.31%
CMYK:
(11,0,30,24)
C11M0Y30K24 
(11%,0%,30%,24%)
(0.11/0.00/0.30/0.24)	

CMYK percentages

%10.88
%0
%29.53
%24.31

Codes

Color #ACC188 in popluar color models

ACC188
RGB172193136
HSL82°31.49%64.51%
HSB/HSV82°29.53%75.69%
CMYK10.88%0.00%29.53%
24.31%

Color #ACC188 in popluar number systems.

HEXACC188
Decimal172193136
Binary101011001100000110001000
Octal254301210

Shades and tints

Shades of #ACC188

#ACC188
(172,193,136)
#9DB07C
(157,176,124)
#8E9F70
(142,159,112)
#7F8E64
(127,142,100)
#707D58
(112,125,88)
#616C4C
(97,108,76)
#525B40
(82,91,64)
#434A34
(67,74,52)
#343928
(52,57,40)
#25281C
(37,40,28)
#161710
(22,23,16)
#000000
(0,0,0)

Tints of #ACC188

#ACC188
(172,193,136)
#B3C692
(179,198,146)
#BACB9C
(186,203,156)
#C1D0A6
(193,208,166)
#C8D5B0
(200,213,176)
#CFDABA
(207,218,186)
#D6DFC4
(214,223,196)
#DDE4CE
(221,228,206)
#E4E9D8
(228,233,216)
#EBEEE2
(235,238,226)
#F2F3EC
(242,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC188 color. Also use rgb(172,193,136) instead hex code.

Text Font Color

.myTextColor { color: #ACC188; }

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

This text font color is #ACC188.


Background Color

.myBgColor { background-color: #ACC188; }

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

This div background color is #ACC188.


Border color

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

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

This div border color is #ACC188.


Opacity

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

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

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

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

This text has shadow with #ACC188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC188 on black background.


Color preview on white background

This text has color #ACC188 on white background.



Black color preview on #ACC188 background

This text has black color on #ACC188 background.


White color preview on #ACC188 background

This text has white color on #ACC188 background.