COLOR #A2CB93

HEX: #A2CB93
RGB: (162,203,147)

Color info

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

RGB color model

#A2CB93 color RGB value is (162,203,147).

  • red value is 162;
  • green value is 203;
  • blue value is 147.
RGB:
(162,203,147)
(64%,80%,58%)

RGB channels and saturation

R 162 of 255 = 64%
G 203 of 255 = 80%
B 147 of 255 = 58%

162
203
147

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

Portions of RGB colors in percentages

R + G + B =
162 + 203 + 147 = 512 (100%)
R 162 of 512 ~ 31.64%
G 203 of 512 ~ 39.65%
B 147 of 512 ~ 28.71%

%31.64
%39.65
%28.71

CMYK color model

#A2CB93 color CMYK value is (20,0,28,20).

  • cyan value is 20.20%
  • magenta value is 0.00%
  • yellow value is 27.59%
  • key color value is 20.39%
CMYK:
(20,0,28,20)
C20M0Y28K20 
(20%,0%,28%,20%)
(0.20/0.00/0.28/0.20)	

CMYK percentages

%20.2
%0
%27.59
%20.39

Codes

Color #A2CB93 in popluar color models

A2CB93
RGB162203147
HSL104°35.00%68.63%
HSB/HSV104°27.59%79.61%
CMYK20.20%0.00%27.59%
20.39%

Color #A2CB93 in popluar number systems.

HEXA2CB93
Decimal162203147
Binary101000101100101110010011
Octal242313223

Shades and tints

Shades of #A2CB93

#A2CB93
(162,203,147)
#94B986
(148,185,134)
#86A779
(134,167,121)
#78956C
(120,149,108)
#6A835F
(106,131,95)
#5C7152
(92,113,82)
#4E5F45
(78,95,69)
#404D38
(64,77,56)
#323B2B
(50,59,43)
#24291E
(36,41,30)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #A2CB93

#A2CB93
(162,203,147)
#AACF9C
(170,207,156)
#B2D3A5
(178,211,165)
#BAD7AE
(186,215,174)
#C2DBB7
(194,219,183)
#CADFC0
(202,223,192)
#D2E3C9
(210,227,201)
#DAE7D2
(218,231,210)
#E2EBDB
(226,235,219)
#EAEFE4
(234,239,228)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2CB93 color. Also use rgb(162,203,147) instead hex code.

Text Font Color

.myTextColor { color: #A2CB93; }

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

This text font color is #A2CB93.


Background Color

.myBgColor { background-color: #A2CB93; }

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

This div background color is #A2CB93.


Border color

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

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

This div border color is #A2CB93.


Opacity

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

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

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

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

This text has shadow with #A2CB93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2CB93 on black background.


Color preview on white background

This text has color #A2CB93 on white background.



Black color preview on #A2CB93 background

This text has black color on #A2CB93 background.


White color preview on #A2CB93 background

This text has white color on #A2CB93 background.