COLOR #A3CB6D

HEX: #A3CB6D
RGB: (163,203,109)

Color info

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

RGB color model

#A3CB6D color RGB value is (163,203,109).

  • red value is 163;
  • green value is 203;
  • blue value is 109.
RGB:
(163,203,109)
(64%,80%,43%)

RGB channels and saturation

R 163 of 255 = 64%
G 203 of 255 = 80%
B 109 of 255 = 43%

163
203
109

R + G + B ~ 62%. #A3CB6D is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 203 + 109 = 475 (100%)
R 163 of 475 ~ 34.32%
G 203 of 475 ~ 42.74%
B 109 of 475 ~ 22.95%

%34.32
%42.74
%22.95

CMYK color model

#A3CB6D color CMYK value is (20,0,46,20).

  • cyan value is 19.70%
  • magenta value is 0.00%
  • yellow value is 46.31%
  • key color value is 20.39%
CMYK:
(20,0,46,20)
C20M0Y46K20 
(20%,0%,46%,20%)
(0.20/0.00/0.46/0.20)	

CMYK percentages

%19.7
%0
%46.31
%20.39

Codes

Color #A3CB6D in popluar color models

A3CB6D
RGB163203109
HSL86°47.47%61.18%
HSB/HSV86°46.31%79.61%
CMYK19.70%0.00%46.31%
20.39%

Color #A3CB6D in popluar number systems.

HEXA3CB6D
Decimal163203109
Binary10100011110010111101101
Octal243313155

Shades and tints

Shades of #A3CB6D

#A3CB6D
(163,203,109)
#95B964
(149,185,100)
#87A75B
(135,167,91)
#799552
(121,149,82)
#6B8349
(107,131,73)
#5D7140
(93,113,64)
#4F5F37
(79,95,55)
#414D2E
(65,77,46)
#333B25
(51,59,37)
#25291C
(37,41,28)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #A3CB6D

#A3CB6D
(163,203,109)
#ABCF7A
(171,207,122)
#B3D387
(179,211,135)
#BBD794
(187,215,148)
#C3DBA1
(195,219,161)
#CBDFAE
(203,223,174)
#D3E3BB
(211,227,187)
#DBE7C8
(219,231,200)
#E3EBD5
(227,235,213)
#EBEFE2
(235,239,226)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3CB6D; }

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

This text font color is #A3CB6D.


Background Color

.myBgColor { background-color: #A3CB6D; }

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

This div background color is #A3CB6D.


Border color

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

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

This div border color is #A3CB6D.


Opacity

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

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

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

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

This text has shadow with #A3CB6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3CB6D on black background.


Color preview on white background

This text has color #A3CB6D on white background.



Black color preview on #A3CB6D background

This text has black color on #A3CB6D background.


White color preview on #A3CB6D background

This text has white color on #A3CB6D background.