COLOR #A3CB9E

HEX: #A3CB9E RGB: (163,203,158)

Color info

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

RGB color model

#A3CB9E color RGB value is (163,203,158).

RGB: (163,203,158) (64%, 80%, 62%)

RGB channels and saturation

R 163 of 255 = 64%
G 203 of 255 = 80%
B 158 of 255 = 62%

163
203
158

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

Portions of RGB colors in percentages

R + G + B = 163 + 203 + 158 = 524 (100%)
R 163 of 524 ~ 31.11%
G 203 of 524 ~ 38.74%
B 158 of 524 ~ 30.15'%

%31.11
%38.74
%30.15

CMYK color model

#A3CB9E color CMYK value is (20,0,22,20).

  • cyan value is 19.70%
  • magenta value is 0.00%
  • yellow value is 22.17%
  • key color value is 20.39%

CMYK: (20,0,22,20)
C20M0Y22K20 (20%, 0%, 22%, 20%)
(0.20 / 0.00 / 0.22 / 0.20)

CMYK percentages

%19.7
%0
%22.17
%20.39

Codes

Color #A3CB9E in popluar color models

A3 CB 9E
RGB 163 203 158
HSL 113° 30.20% 70.78%
HSB/HSV 113° 22.17% 79.61%
CMYK 19.70% 0.00% 22.17%
20.39%

Color #A3CB9E in popluar number systems.

HEX A3 CB 9E
Decimal 163 203 158
Binary 10100011 11001011 10011110
Octal 243 313 236

Shades and tints

Shades of #A3CB9E

#A3CB9E
(163,203,158)
#95B990
(149,185,144)
#87A782
(135,167,130)
#799574
(121,149,116)
#6B8366
(107,131,102)
#5D7158
(93,113,88)
#4F5F4A
(79,95,74)
#414D3C
(65,77,60)
#333B2E
(51,59,46)
#252920
(37,41,32)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #A3CB9E

#A3CB9E
(163,203,158)
#ABCFA6
(171,207,166)
#B3D3AE
(179,211,174)
#BBD7B6
(187,215,182)
#C3DBBE
(195,219,190)
#CBDFC6
(203,223,198)
#D3E3CE
(211,227,206)
#DBE7D6
(219,231,214)
#E3EBDE
(227,235,222)
#EBEFE6
(235,239,230)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3CB9E color. Also use rgb(163,203,158) instead hex code.

Text Font Color

.myTextColor { color: #A3CB9E; }

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

This text font color is #A3CB9E.

Background Color

.myBgColor { background-color: #A3CB9E; }

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

This div background color is #A3CB9E.

Border color

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

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

This div border color is #A3CB9E.

Opacity

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

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

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

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

This text has shadow with #A3CB9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3CB9E.

Preview

Color preview on black background

This text has color #A3CB9E on black background.


Color preview on white background

This text has color #A3CB9E on white background.


Black color preview on #A3CB9E background

This text has black color on #A3CB9E background.


White color preview on #A3CB9E background

This text has white color on #A3CB9E background.


Related colors

Complementary color

Complementary color for #hex is #5C3461.


I love getcolorcode.com

Triadic colors

1 #9EA3CB and #CB9EA3 with #A3CB9E are triadic colors.

2 #9ECBA3 and #CBA39E with #A3CB9E are triadic colors.