COLOR #ACC182

HEX: #ACC182 RGB: (172,193,130)

Color info

#ACC182 contains mainly red and green colors. Web safe color of #ACC182 is #99CC99 (or #9C9).

RGB color model

#ACC182 color RGB value is (172,193,130).

RGB: (172,193,130) (67%, 76%, 51%)

RGB channels and saturation

R 172 of 255 = 67%
G 193 of 255 = 76%
B 130 of 255 = 51%

172
193
130

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

Portions of RGB colors in percentages

R + G + B = 172 + 193 + 130 = 495 (100%)
R 172 of 495 ~ 34.75%
G 193 of 495 ~ 38.99%
B 130 of 495 ~ 26.26'%

%34.75
%38.99
%26.26

CMYK color model

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

  • cyan value is 10.88%
  • magenta value is 0.00%
  • yellow value is 32.64%
  • key color value is 24.31%

CMYK: (11,0,33,24)
C11M0Y33K24 (11%, 0%, 33%, 24%)
(0.11 / 0.00 / 0.33 / 0.24)

CMYK percentages

%10.88
%0
%32.64
%24.31

Codes

Color #ACC182 in popluar color models

AC C1 82
RGB 172 193 130
HSL 80° 33.69% 63.33%
HSB/HSV 80° 32.64% 75.69%
CMYK 10.88% 0.00% 32.64%
24.31%

Color #ACC182 in popluar number systems.

HEX AC C1 82
Decimal 172 193 130
Binary 10101100 11000001 10000010
Octal 254 301 202

Shades and tints

Shades of #ACC182

#ACC182
(172,193,130)
#9DB077
(157,176,119)
#8E9F6C
(142,159,108)
#7F8E61
(127,142,97)
#707D56
(112,125,86)
#616C4B
(97,108,75)
#525B40
(82,91,64)
#434A35
(67,74,53)
#34392A
(52,57,42)
#25281F
(37,40,31)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #ACC182

#ACC182
(172,193,130)
#B3C68D
(179,198,141)
#BACB98
(186,203,152)
#C1D0A3
(193,208,163)
#C8D5AE
(200,213,174)
#CFDAB9
(207,218,185)
#D6DFC4
(214,223,196)
#DDE4CF
(221,228,207)
#E4E9DA
(228,233,218)
#EBEEE5
(235,238,229)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC182; }

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

This text font color is #ACC182.

Background Color

.myBgColor { background-color: #ACC182; }

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

This div background color is #ACC182.

Border color

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

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

This div border color is #ACC182.

Opacity

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

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

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

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

This text has shadow with #ACC182 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC182.

Preview

Color preview on black background

This text has color #ACC182 on black background.


Color preview on white background

This text has color #ACC182 on white background.


Black color preview on #ACC182 background

This text has black color on #ACC182 background.


White color preview on #ACC182 background

This text has white color on #ACC182 background.


Related colors

Complementary color

Complementary color for #hex is #533E7D.


I love getcolorcode.com

Triadic colors

1 #82ACC1 and #C182AC with #ACC182 are triadic colors.

2 #82C1AC and #C1AC82 with #ACC182 are triadic colors.