COLOR #A3CB90

HEX: #A3CB90
RGB: (163,203,144)

Color info

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

RGB color model

#A3CB90 color RGB value is (163,203,144).

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

RGB channels and saturation

R 163 of 255 = 64%
G 203 of 255 = 80%
B 144 of 255 = 56%

163
203
144

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

Portions of RGB colors in percentages

R + G + B =
163 + 203 + 144 = 510 (100%)
R 163 of 510 ~ 31.96%
G 203 of 510 ~ 39.8%
B 144 of 510 ~ 28.24%

%31.96
%39.8
%28.24

CMYK color model

#A3CB90 color CMYK value is (20,0,29,20).

  • cyan value is 19.70%
  • magenta value is 0.00%
  • yellow value is 29.06%
  • key color value is 20.39%
CMYK:
(20,0,29,20)
C20M0Y29K20 
(20%,0%,29%,20%)
(0.20/0.00/0.29/0.20)	

CMYK percentages

%19.7
%0
%29.06
%20.39

Codes

Color #A3CB90 in popluar color models

A3CB90
RGB163203144
HSL101°36.20%68.04%
HSB/HSV101°29.06%79.61%
CMYK19.70%0.00%29.06%
20.39%

Color #A3CB90 in popluar number systems.

HEXA3CB90
Decimal163203144
Binary101000111100101110010000
Octal243313220

Shades and tints

Shades of #A3CB90

#A3CB90
(163,203,144)
#95B983
(149,185,131)
#87A776
(135,167,118)
#799569
(121,149,105)
#6B835C
(107,131,92)
#5D714F
(93,113,79)
#4F5F42
(79,95,66)
#414D35
(65,77,53)
#333B28
(51,59,40)
#25291B
(37,41,27)
#17170E
(23,23,14)
#000000
(0,0,0)

Tints of #A3CB90

#A3CB90
(163,203,144)
#ABCF9A
(171,207,154)
#B3D3A4
(179,211,164)
#BBD7AE
(187,215,174)
#C3DBB8
(195,219,184)
#CBDFC2
(203,223,194)
#D3E3CC
(211,227,204)
#DBE7D6
(219,231,214)
#E3EBE0
(227,235,224)
#EBEFEA
(235,239,234)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3CB90; }

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

This text font color is #A3CB90.


Background Color

.myBgColor { background-color: #A3CB90; }

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

This div background color is #A3CB90.


Border color

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

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

This div border color is #A3CB90.


Opacity

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

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

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

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

This text has shadow with #A3CB90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3CB90 on black background.


Color preview on white background

This text has color #A3CB90 on white background.



Black color preview on #A3CB90 background

This text has black color on #A3CB90 background.


White color preview on #A3CB90 background

This text has white color on #A3CB90 background.