COLOR #ACC293

HEX: #ACC293 RGB: (172,194,147)

Color info

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

RGB color model

#ACC293 color RGB value is (172,194,147).

RGB: (172,194,147) (67%, 76%, 58%)

RGB channels and saturation

R 172 of 255 = 67%
G 194 of 255 = 76%
B 147 of 255 = 58%

172
194
147

R + G + B ~ 67%. #ACC293 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 194 + 147 = 513 (100%)
R 172 of 513 ~ 33.53%
G 194 of 513 ~ 37.82%
B 147 of 513 ~ 28.65'%

%33.53
%37.82
%28.65

CMYK color model

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

  • cyan value is 11.34%
  • magenta value is 0.00%
  • yellow value is 24.23%
  • key color value is 23.92%

CMYK: (11,0,24,24)
C11M0Y24K24 (11%, 0%, 24%, 24%)
(0.11 / 0.00 / 0.24 / 0.24)

CMYK percentages

%11.34
%0
%24.23
%23.92

Codes

Color #ACC293 in popluar color models

AC C2 93
RGB 172 194 147
HSL 88° 27.81% 66.86%
HSB/HSV 88° 24.23% 76.08%
CMYK 11.34% 0.00% 24.23%
23.92%

Color #ACC293 in popluar number systems.

HEX AC C2 93
Decimal 172 194 147
Binary 10101100 11000010 10010011
Octal 254 302 223

Shades and tints

Shades of #ACC293

#ACC293
(172,194,147)
#9DB186
(157,177,134)
#8EA079
(142,160,121)
#7F8F6C
(127,143,108)
#707E5F
(112,126,95)
#616D52
(97,109,82)
#525C45
(82,92,69)
#434B38
(67,75,56)
#343A2B
(52,58,43)
#25291E
(37,41,30)
#161811
(22,24,17)
#000000
(0,0,0)

Tints of #ACC293

#ACC293
(172,194,147)
#B3C79C
(179,199,156)
#BACCA5
(186,204,165)
#C1D1AE
(193,209,174)
#C8D6B7
(200,214,183)
#CFDBC0
(207,219,192)
#D6E0C9
(214,224,201)
#DDE5D2
(221,229,210)
#E4EADB
(228,234,219)
#EBEFE4
(235,239,228)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC293 color. Also use rgb(172,194,147) instead hex code.

Text Font Color

.myTextColor { color: #ACC293; }

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

This text font color is #ACC293.

Background Color

.myBgColor { background-color: #ACC293; }

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

This div background color is #ACC293.

Border color

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

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

This div border color is #ACC293.

Opacity

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

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

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

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

This text has shadow with #ACC293 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC293.

Preview

Color preview on black background

This text has color #ACC293 on black background.


Color preview on white background

This text has color #ACC293 on white background.


Black color preview on #ACC293 background

This text has black color on #ACC293 background.


White color preview on #ACC293 background

This text has white color on #ACC293 background.


Related colors

Complementary color

Complementary color for #hex is #533D6C.


I love getcolorcode.com

Triadic colors

1 #93ACC2 and #C293AC with #ACC293 are triadic colors.

2 #93C2AC and #C2AC93 with #ACC293 are triadic colors.