COLOR #A8CB93

HEX: #A8CB93
RGB: (168,203,147)

Color info

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

RGB color model

#A8CB93 color RGB value is (168,203,147).

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

RGB channels and saturation

R 168 of 255 = 66%
G 203 of 255 = 80%
B 147 of 255 = 58%

168
203
147

R + G + B ~ 68%. #A8CB93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 203 + 147 = 518 (100%)
R 168 of 518 ~ 32.43%
G 203 of 518 ~ 39.19%
B 147 of 518 ~ 28.38%

%32.43
%39.19
%28.38

CMYK color model

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

  • cyan value is 17.24%
  • magenta value is 0.00%
  • yellow value is 27.59%
  • key color value is 20.39%
CMYK:
(17,0,28,20)
C17M0Y28K20 
(17%,0%,28%,20%)
(0.17/0.00/0.28/0.20)	

CMYK percentages

%17.24
%0
%27.59
%20.39

Codes

Color #A8CB93 in popluar color models

A8CB93
RGB168203147
HSL98°35.00%68.63%
HSB/HSV98°27.59%79.61%
CMYK17.24%0.00%27.59%
20.39%

Color #A8CB93 in popluar number systems.

HEXA8CB93
Decimal168203147
Binary101010001100101110010011
Octal250313223

Shades and tints

Shades of #A8CB93

#A8CB93
(168,203,147)
#99B986
(153,185,134)
#8AA779
(138,167,121)
#7B956C
(123,149,108)
#6C835F
(108,131,95)
#5D7152
(93,113,82)
#4E5F45
(78,95,69)
#3F4D38
(63,77,56)
#303B2B
(48,59,43)
#21291E
(33,41,30)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #A8CB93

#A8CB93
(168,203,147)
#AFCF9C
(175,207,156)
#B6D3A5
(182,211,165)
#BDD7AE
(189,215,174)
#C4DBB7
(196,219,183)
#CBDFC0
(203,223,192)
#D2E3C9
(210,227,201)
#D9E7D2
(217,231,210)
#E0EBDB
(224,235,219)
#E7EFE4
(231,239,228)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8CB93; }

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

This text font color is #A8CB93.


Background Color

.myBgColor { background-color: #A8CB93; }

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

This div background color is #A8CB93.


Border color

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

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

This div border color is #A8CB93.


Opacity

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

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

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

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

This text has shadow with #A8CB93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8CB93 on black background.


Color preview on white background

This text has color #A8CB93 on white background.



Black color preview on #A8CB93 background

This text has black color on #A8CB93 background.


White color preview on #A8CB93 background

This text has white color on #A8CB93 background.