COLOR #A3CB9F

HEX: #A3CB9F
RGB: (163,203,159)

Color info

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

RGB color model

#A3CB9F color RGB value is (163,203,159).

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

RGB channels and saturation

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

163
203
159

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

Portions of RGB colors in percentages

R + G + B =
163 + 203 + 159 = 525 (100%)
R 163 of 525 ~ 31.05%
G 203 of 525 ~ 38.67%
B 159 of 525 ~ 30.29%

%31.05
%38.67
%30.29

CMYK color model

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

  • cyan value is 19.70%
  • magenta value is 0.00%
  • yellow value is 21.67%
  • 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
%21.67
%20.39

Codes

Color #A3CB9F in popluar color models

A3CB9F
RGB163203159
HSL115°29.73%70.98%
HSB/HSV115°21.67%79.61%
CMYK19.70%0.00%21.67%
20.39%

Color #A3CB9F in popluar number systems.

HEXA3CB9F
Decimal163203159
Binary101000111100101110011111
Octal243313237

Shades and tints

Shades of #A3CB9F

#A3CB9F
(163,203,159)
#95B991
(149,185,145)
#87A783
(135,167,131)
#799575
(121,149,117)
#6B8367
(107,131,103)
#5D7159
(93,113,89)
#4F5F4B
(79,95,75)
#414D3D
(65,77,61)
#333B2F
(51,59,47)
#252921
(37,41,33)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #A3CB9F

#A3CB9F
(163,203,159)
#ABCFA7
(171,207,167)
#B3D3AF
(179,211,175)
#BBD7B7
(187,215,183)
#C3DBBF
(195,219,191)
#CBDFC7
(203,223,199)
#D3E3CF
(211,227,207)
#DBE7D7
(219,231,215)
#E3EBDF
(227,235,223)
#EBEFE7
(235,239,231)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3CB9F; }

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

This text font color is #A3CB9F.


Background Color

.myBgColor { background-color: #A3CB9F; }

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

This div background color is #A3CB9F.


Border color

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

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

This div border color is #A3CB9F.


Opacity

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

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

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

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

This text has shadow with #A3CB9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3CB9F on black background.


Color preview on white background

This text has color #A3CB9F on white background.



Black color preview on #A3CB9F background

This text has black color on #A3CB9F background.


White color preview on #A3CB9F background

This text has white color on #A3CB9F background.