COLOR #A3C29B

HEX: #A3C29B
RGB: (163,194,155)

Color info

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

RGB color model

#A3C29B color RGB value is (163,194,155).

  • red value is 163;
  • green value is 194;
  • blue value is 155.
RGB:
(163,194,155)
(64%,76%,61%)

RGB channels and saturation

R 163 of 255 = 64%
G 194 of 255 = 76%
B 155 of 255 = 61%

163
194
155

R + G + B ~ 67%. #A3C29B is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 194 + 155 = 512 (100%)
R 163 of 512 ~ 31.84%
G 194 of 512 ~ 37.89%
B 155 of 512 ~ 30.27%

%31.84
%37.89
%30.27

CMYK color model

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

  • cyan value is 15.98%
  • magenta value is 0.00%
  • yellow value is 20.10%
  • key color value is 23.92%
CMYK:
(16,0,20,24)
C16M0Y20K24 
(16%,0%,20%,24%)
(0.16/0.00/0.20/0.24)	

CMYK percentages

%15.98
%0
%20.1
%23.92

Codes

Color #A3C29B in popluar color models

A3C29B
RGB163194155
HSL108°24.22%68.43%
HSB/HSV108°20.10%76.08%
CMYK15.98%0.00%20.10%
23.92%

Color #A3C29B in popluar number systems.

HEXA3C29B
Decimal163194155
Binary101000111100001010011011
Octal243302233

Shades and tints

Shades of #A3C29B

#A3C29B
(163,194,155)
#95B18D
(149,177,141)
#87A07F
(135,160,127)
#798F71
(121,143,113)
#6B7E63
(107,126,99)
#5D6D55
(93,109,85)
#4F5C47
(79,92,71)
#414B39
(65,75,57)
#333A2B
(51,58,43)
#25291D
(37,41,29)
#17180F
(23,24,15)
#000000
(0,0,0)

Tints of #A3C29B

#A3C29B
(163,194,155)
#ABC7A4
(171,199,164)
#B3CCAD
(179,204,173)
#BBD1B6
(187,209,182)
#C3D6BF
(195,214,191)
#CBDBC8
(203,219,200)
#D3E0D1
(211,224,209)
#DBE5DA
(219,229,218)
#E3EAE3
(227,234,227)
#EBEFEC
(235,239,236)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C29B color. Also use rgb(163,194,155) instead hex code.

Text Font Color

.myTextColor { color: #A3C29B; }

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

This text font color is #A3C29B.


Background Color

.myBgColor { background-color: #A3C29B; }

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

This div background color is #A3C29B.


Border color

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

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

This div border color is #A3C29B.


Opacity

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

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

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

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

This text has shadow with #A3C29B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C29B on black background.


Color preview on white background

This text has color #A3C29B on white background.



Black color preview on #A3C29B background

This text has black color on #A3C29B background.


White color preview on #A3C29B background

This text has white color on #A3C29B background.