COLOR #ACC3A3

HEX: #ACC3A3 RGB: (172,195,163)

Color info

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

RGB color model

#ACC3A3 color RGB value is (172,195,163).

RGB: (172,195,163) (67%, 76%, 64%)

RGB channels and saturation

R 172 of 255 = 67%
G 195 of 255 = 76%
B 163 of 255 = 64%

172
195
163

R + G + B ~ 69%. #ACC3A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 195 + 163 = 530 (100%)
R 172 of 530 ~ 32.45%
G 195 of 530 ~ 36.79%
B 163 of 530 ~ 30.75'%

%32.45
%36.79
%30.75

CMYK color model

#ACC3A3 color CMYK value is (12,0,16,24).

  • cyan value is 11.79%
  • magenta value is 0.00%
  • yellow value is 16.41%
  • key color value is 23.53%
CMYK: (12,0,16,24) C12M0Y16K24 (12%,0%,16%,24%) (0.12/0.00/0.16/0.24) 

CMYK percentages

%11.79
%0
%16.41
%23.53

Codes

Color #ACC3A3 in popluar color models

AC C3 A3
RGB 172 195 163
HSL 103° 21.05% 70.20%
HSB/HSV 103° 16.41% 76.47%
CMYK 11.79% 0.00% 16.41%
23.53%

Color #ACC3A3 in popluar number systems.

HEX AC C3 A3
Decimal 172 195 163
Binary 10101100 11000011 10100011
Octal 254 303 243

Shades and tints

Shades of #ACC3A3

#ACC3A3
(172,195,163)
#9DB295
(157,178,149)
#8EA187
(142,161,135)
#7F9079
(127,144,121)
#707F6B
(112,127,107)
#616E5D
(97,110,93)
#525D4F
(82,93,79)
#434C41
(67,76,65)
#343B33
(52,59,51)
#252A25
(37,42,37)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #ACC3A3

#ACC3A3
(172,195,163)
#B3C8AB
(179,200,171)
#BACDB3
(186,205,179)
#C1D2BB
(193,210,187)
#C8D7C3
(200,215,195)
#CFDCCB
(207,220,203)
#D6E1D3
(214,225,211)
#DDE6DB
(221,230,219)
#E4EBE3
(228,235,227)
#EBF0EB
(235,240,235)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC3A3 color. Also use rgb(172,195,163) instead hex code.

Text Font Color

.myTextColor { color: #ACC3A3; }

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

This text font color is #ACC3A3.

Background Color

.myBgColor { background-color: #ACC3A3; }

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

This div background color is #ACC3A3.

Border color

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

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

This div border color is #ACC3A3.

Opacity

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

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

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

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

This text has shadow with #ACC3A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC3A3.

Preview

Color preview on black background

This text has color #ACC3A3 on black background.


Color preview on white background

This text has color #ACC3A3 on white background.


Black color preview on #ACC3A3 background

This text has black color on #ACC3A3 background.


White color preview on #ACC3A3 background

This text has white color on #ACC3A3 background.


Related colors

Complementary color

Complementary color for #hex is #533C5C.


I love getcolorcode.com

Triadic colors

1 #A3ACC3 and #C3A3AC with #ACC3A3 are triadic colors.

2 #A3C3AC and #C3ACA3 with #ACC3A3 are triadic colors.