COLOR #A3C69C

HEX: #A3C69C
RGB: (163,198,156)

Color info

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

RGB color model

#A3C69C color RGB value is (163,198,156).

  • red value is 163;
  • green value is 198;
  • blue value is 156.
RGB:
(163,198,156)
(64%,78%,61%)

RGB channels and saturation

R 163 of 255 = 64%
G 198 of 255 = 78%
B 156 of 255 = 61%

163
198
156

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

Portions of RGB colors in percentages

R + G + B =
163 + 198 + 156 = 517 (100%)
R 163 of 517 ~ 31.53%
G 198 of 517 ~ 38.3%
B 156 of 517 ~ 30.17%

%31.53
%38.3
%30.17

CMYK color model

#A3C69C color CMYK value is (18,0,21,22).

  • cyan value is 17.68%
  • magenta value is 0.00%
  • yellow value is 21.21%
  • key color value is 22.35%
CMYK:
(18,0,21,22)
C18M0Y21K22 
(18%,0%,21%,22%)
(0.18/0.00/0.21/0.22)	

CMYK percentages

%17.68
%0
%21.21
%22.35

Codes

Color #A3C69C in popluar color models

A3C69C
RGB163198156
HSL110°26.92%69.41%
HSB/HSV110°21.21%77.65%
CMYK17.68%0.00%21.21%
22.35%

Color #A3C69C in popluar number systems.

HEXA3C69C
Decimal163198156
Binary101000111100011010011100
Octal243306234

Shades and tints

Shades of #A3C69C

#A3C69C
(163,198,156)
#95B48E
(149,180,142)
#87A280
(135,162,128)
#799072
(121,144,114)
#6B7E64
(107,126,100)
#5D6C56
(93,108,86)
#4F5A48
(79,90,72)
#41483A
(65,72,58)
#33362C
(51,54,44)
#25241E
(37,36,30)
#171210
(23,18,16)
#000000
(0,0,0)

Tints of #A3C69C

#A3C69C
(163,198,156)
#ABCBA5
(171,203,165)
#B3D0AE
(179,208,174)
#BBD5B7
(187,213,183)
#C3DAC0
(195,218,192)
#CBDFC9
(203,223,201)
#D3E4D2
(211,228,210)
#DBE9DB
(219,233,219)
#E3EEE4
(227,238,228)
#EBF3ED
(235,243,237)
#F3F8F6
(243,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3C69C; }

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

This text font color is #A3C69C.


Background Color

.myBgColor { background-color: #A3C69C; }

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

This div background color is #A3C69C.


Border color

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

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

This div border color is #A3C69C.


Opacity

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

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

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

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

This text has shadow with #A3C69C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C69C on black background.


Color preview on white background

This text has color #A3C69C on white background.



Black color preview on #A3C69C background

This text has black color on #A3C69C background.


White color preview on #A3C69C background

This text has white color on #A3C69C background.