COLOR #A3CA7E

HEX: #A3CA7E RGB: (163,202,126)

Color info

#A3CA7E contains mainly red and green colors. Web safe color of #A3CA7E is #99CC66 (or #9C6).

RGB color model

#A3CA7E color RGB value is (163,202,126).

RGB: (163,202,126) (64%, 79%, 49%)

RGB channels and saturation

R 163 of 255 = 64%
G 202 of 255 = 79%
B 126 of 255 = 49%

163
202
126

R + G + B ~ 64%. #A3CA7E is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 202 + 126 = 491 (100%)
R 163 of 491 ~ 33.2%
G 202 of 491 ~ 41.14%
B 126 of 491 ~ 25.66'%

%33.2
%41.14
%25.66

CMYK color model

#A3CA7E color CMYK value is (19,0,38,21).

  • cyan value is 19.31%
  • magenta value is 0.00%
  • yellow value is 37.62%
  • key color value is 20.78%

CMYK: (19,0,38,21)
C19M0Y38K21 (19%, 0%, 38%, 21%)
(0.19 / 0.00 / 0.38 / 0.21)

CMYK percentages

%19.31
%0
%37.62
%20.78

Codes

Color #A3CA7E in popluar color models

A3 CA 7E
RGB 163 202 126
HSL 91° 41.76% 64.31%
HSB/HSV 91° 37.62% 79.22%
CMYK 19.31% 0.00% 37.62%
20.78%

Color #A3CA7E in popluar number systems.

HEX A3 CA 7E
Decimal 163 202 126
Binary 10100011 11001010 1111110
Octal 243 312 176

Shades and tints

Shades of #A3CA7E

#A3CA7E
(163,202,126)
#95B873
(149,184,115)
#87A668
(135,166,104)
#79945D
(121,148,93)
#6B8252
(107,130,82)
#5D7047
(93,112,71)
#4F5E3C
(79,94,60)
#414C31
(65,76,49)
#333A26
(51,58,38)
#25281B
(37,40,27)
#171610
(23,22,16)
#000000
(0,0,0)

Tints of #A3CA7E

#A3CA7E
(163,202,126)
#ABCE89
(171,206,137)
#B3D294
(179,210,148)
#BBD69F
(187,214,159)
#C3DAAA
(195,218,170)
#CBDEB5
(203,222,181)
#D3E2C0
(211,226,192)
#DBE6CB
(219,230,203)
#E3EAD6
(227,234,214)
#EBEEE1
(235,238,225)
#F3F2EC
(243,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3CA7E color. Also use rgb(163,202,126) instead hex code.

Text Font Color

.myTextColor { color: #A3CA7E; }

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

This text font color is #A3CA7E.

Background Color

.myBgColor { background-color: #A3CA7E; }

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

This div background color is #A3CA7E.

Border color

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

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

This div border color is #A3CA7E.

Opacity

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

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

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

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

This text has shadow with #A3CA7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3CA7E.

Preview

Color preview on black background

This text has color #A3CA7E on black background.


Color preview on white background

This text has color #A3CA7E on white background.


Black color preview on #A3CA7E background

This text has black color on #A3CA7E background.


White color preview on #A3CA7E background

This text has white color on #A3CA7E background.


Related colors

Complementary color

Complementary color for #hex is #5C3581.


I love getcolorcode.com

Triadic colors

1 #7EA3CA and #CA7EA3 with #A3CA7E are triadic colors.

2 #7ECAA3 and #CAA37E with #A3CA7E are triadic colors.