COLOR #ACCEA2

HEX: #ACCEA2 RGB: (172,206,162)

Color info

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

RGB color model

#ACCEA2 color RGB value is (172,206,162).

RGB: (172,206,162) (67%, 81%, 64%)

RGB channels and saturation

R 172 of 255 = 67%
G 206 of 255 = 81%
B 162 of 255 = 64%

172
206
162

R + G + B ~ 71%. #ACCEA2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 206 + 162 = 540 (100%)
R 172 of 540 ~ 31.85%
G 206 of 540 ~ 38.15%
B 162 of 540 ~ 30'%

%31.85
%38.15
%30

CMYK color model

#ACCEA2 color CMYK value is (17,0,21,19).

  • cyan value is 16.50%
  • magenta value is 0.00%
  • yellow value is 21.36%
  • key color value is 19.22%

CMYK: (17,0,21,19)
C17M0Y21K19 (17%, 0%, 21%, 19%)
(0.17 / 0.00 / 0.21 / 0.19)

CMYK percentages

%16.5
%0
%21.36
%19.22

Codes

Color #ACCEA2 in popluar color models

AC CE A2
RGB 172 206 162
HSL 106° 30.99% 72.16%
HSB/HSV 106° 21.36% 80.78%
CMYK 16.50% 0.00% 21.36%
19.22%

Color #ACCEA2 in popluar number systems.

HEX AC CE A2
Decimal 172 206 162
Binary 10101100 11001110 10100010
Octal 254 316 242

Shades and tints

Shades of #ACCEA2

#ACCEA2
(172,206,162)
#9DBC94
(157,188,148)
#8EAA86
(142,170,134)
#7F9878
(127,152,120)
#70866A
(112,134,106)
#61745C
(97,116,92)
#52624E
(82,98,78)
#435040
(67,80,64)
#343E32
(52,62,50)
#252C24
(37,44,36)
#161A16
(22,26,22)
#000000
(0,0,0)

Tints of #ACCEA2

#ACCEA2
(172,206,162)
#B3D2AA
(179,210,170)
#BAD6B2
(186,214,178)
#C1DABA
(193,218,186)
#C8DEC2
(200,222,194)
#CFE2CA
(207,226,202)
#D6E6D2
(214,230,210)
#DDEADA
(221,234,218)
#E4EEE2
(228,238,226)
#EBF2EA
(235,242,234)
#F2F6F2
(242,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCEA2; }

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

This text font color is #ACCEA2.

Background Color

.myBgColor { background-color: #ACCEA2; }

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

This div background color is #ACCEA2.

Border color

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

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

This div border color is #ACCEA2.

Opacity

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

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

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

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

This text has shadow with #ACCEA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACCEA2.

Preview

Color preview on black background

This text has color #ACCEA2 on black background.


Color preview on white background

This text has color #ACCEA2 on white background.


Black color preview on #ACCEA2 background

This text has black color on #ACCEA2 background.


White color preview on #ACCEA2 background

This text has white color on #ACCEA2 background.


Related colors

Complementary color

Complementary color for #hex is #53315D.


I love getcolorcode.com

Triadic colors

1 #A2ACCE and #CEA2AC with #ACCEA2 are triadic colors.

2 #A2CEAC and #CEACA2 with #ACCEA2 are triadic colors.