COLOR #A3CC9C

HEX: #A3CC9C RGB: (163,204,156)

Color info

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

RGB color model

#A3CC9C color RGB value is (163,204,156).

RGB: (163,204,156) (64%, 80%, 61%)

RGB channels and saturation

R 163 of 255 = 64%
G 204 of 255 = 80%
B 156 of 255 = 61%

163
204
156

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

Portions of RGB colors in percentages

R + G + B = 163 + 204 + 156 = 523 (100%)
R 163 of 523 ~ 31.17%
G 204 of 523 ~ 39.01%
B 156 of 523 ~ 29.83'%

%31.17
%39.01
%29.83

CMYK color model

#A3CC9C color CMYK value is (20,0,24,20).

  • cyan value is 20.10%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 20.00%

CMYK: (20,0,24,20)
C20M0Y24K20 (20%, 0%, 24%, 20%)
(0.20 / 0.00 / 0.24 / 0.20)

CMYK percentages

%20.1
%0
%23.53
%20

Codes

Color #A3CC9C in popluar color models

A3 CC 9C
RGB 163 204 156
HSL 111° 32.00% 70.59%
HSB/HSV 111° 23.53% 80.00%
CMYK 20.10% 0.00% 23.53%
20.00%

Color #A3CC9C in popluar number systems.

HEX A3 CC 9C
Decimal 163 204 156
Binary 10100011 11001100 10011100
Octal 243 314 234

Shades and tints

Shades of #A3CC9C

#A3CC9C
(163,204,156)
#95BA8E
(149,186,142)
#87A880
(135,168,128)
#799672
(121,150,114)
#6B8464
(107,132,100)
#5D7256
(93,114,86)
#4F6048
(79,96,72)
#414E3A
(65,78,58)
#333C2C
(51,60,44)
#252A1E
(37,42,30)
#171810
(23,24,16)
#000000
(0,0,0)

Tints of #A3CC9C

#A3CC9C
(163,204,156)
#ABD0A5
(171,208,165)
#B3D4AE
(179,212,174)
#BBD8B7
(187,216,183)
#C3DCC0
(195,220,192)
#CBE0C9
(203,224,201)
#D3E4D2
(211,228,210)
#DBE8DB
(219,232,219)
#E3ECE4
(227,236,228)
#EBF0ED
(235,240,237)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3CC9C color. Also use rgb(163,204,156) instead hex code.

Text Font Color

.myTextColor { color: #A3CC9C; }

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

This text font color is #A3CC9C.

Background Color

.myBgColor { background-color: #A3CC9C; }

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

This div background color is #A3CC9C.

Border color

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

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

This div border color is #A3CC9C.

Opacity

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

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

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

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

This text has shadow with #A3CC9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3CC9C.

Preview

Color preview on black background

This text has color #A3CC9C on black background.


Color preview on white background

This text has color #A3CC9C on white background.


Black color preview on #A3CC9C background

This text has black color on #A3CC9C background.


White color preview on #A3CC9C background

This text has white color on #A3CC9C background.


Related colors

Complementary color

Complementary color for #hex is #5C3363.


I love getcolorcode.com

Triadic colors

1 #9CA3CC and #CC9CA3 with #A3CC9C are triadic colors.

2 #9CCCA3 and #CCA39C with #A3CC9C are triadic colors.