COLOR #ACCC93

HEX: #ACCC93 RGB: (172,204,147)

Color info

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

RGB color model

#ACCC93 color RGB value is (172,204,147).

RGB: (172,204,147) (67%, 80%, 58%)

RGB channels and saturation

R 172 of 255 = 67%
G 204 of 255 = 80%
B 147 of 255 = 58%

172
204
147

R + G + B ~ 68%. #ACCC93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 204 + 147 = 523 (100%)
R 172 of 523 ~ 32.89%
G 204 of 523 ~ 39.01%
B 147 of 523 ~ 28.11'%

%32.89
%39.01
%28.11

CMYK color model

#ACCC93 color CMYK value is (16,0,28,20).

  • cyan value is 15.69%
  • magenta value is 0.00%
  • yellow value is 27.94%
  • key color value is 20.00%

CMYK: (16,0,28,20)
C16M0Y28K20 (16%, 0%, 28%, 20%)
(0.16 / 0.00 / 0.28 / 0.20)

CMYK percentages

%15.69
%0
%27.94
%20

Codes

Color #ACCC93 in popluar color models

AC CC 93
RGB 172 204 147
HSL 94° 35.85% 68.82%
HSB/HSV 94° 27.94% 80.00%
CMYK 15.69% 0.00% 27.94%
20.00%

Color #ACCC93 in popluar number systems.

HEX AC CC 93
Decimal 172 204 147
Binary 10101100 11001100 10010011
Octal 254 314 223

Shades and tints

Shades of #ACCC93

#ACCC93
(172,204,147)
#9DBA86
(157,186,134)
#8EA879
(142,168,121)
#7F966C
(127,150,108)
#70845F
(112,132,95)
#617252
(97,114,82)
#526045
(82,96,69)
#434E38
(67,78,56)
#343C2B
(52,60,43)
#252A1E
(37,42,30)
#161811
(22,24,17)
#000000
(0,0,0)

Tints of #ACCC93

#ACCC93
(172,204,147)
#B3D09C
(179,208,156)
#BAD4A5
(186,212,165)
#C1D8AE
(193,216,174)
#C8DCB7
(200,220,183)
#CFE0C0
(207,224,192)
#D6E4C9
(214,228,201)
#DDE8D2
(221,232,210)
#E4ECDB
(228,236,219)
#EBF0E4
(235,240,228)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCC93; }

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

This text font color is #ACCC93.

Background Color

.myBgColor { background-color: #ACCC93; }

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

This div background color is #ACCC93.

Border color

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

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

This div border color is #ACCC93.

Opacity

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

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

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

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

This text has shadow with #ACCC93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACCC93.

Preview

Color preview on black background

This text has color #ACCC93 on black background.


Color preview on white background

This text has color #ACCC93 on white background.


Black color preview on #ACCC93 background

This text has black color on #ACCC93 background.


White color preview on #ACCC93 background

This text has white color on #ACCC93 background.


Related colors

Complementary color

Complementary color for #hex is #53336C.


I love getcolorcode.com

Triadic colors

1 #93ACCC and #CC93AC with #ACCC93 are triadic colors.

2 #93CCAC and #CCAC93 with #ACCC93 are triadic colors.