COLOR #A8D093

HEX: #A8D093
RGB: (168,208,147)

Color info

#A8D093 contains mainly red and green colors. Web safe color of #A8D093 is #99CC99 (or #9C9).

RGB color model

#A8D093 color RGB value is (168,208,147).

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

RGB channels and saturation

R 168 of 255 = 66%
G 208 of 255 = 82%
B 147 of 255 = 58%

168
208
147

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

Portions of RGB colors in percentages

R + G + B =
168 + 208 + 147 = 523 (100%)
R 168 of 523 ~ 32.12%
G 208 of 523 ~ 39.77%
B 147 of 523 ~ 28.11%

%32.12
%39.77
%28.11

CMYK color model

#A8D093 color CMYK value is (19,0,29,18).

  • cyan value is 19.23%
  • magenta value is 0.00%
  • yellow value is 29.33%
  • key color value is 18.43%
CMYK:
(19,0,29,18)
C19M0Y29K18 
(19%,0%,29%,18%)
(0.19/0.00/0.29/0.18)	

CMYK percentages

%19.23
%0
%29.33
%18.43

Codes

Color #A8D093 in popluar color models

A8D093
RGB168208147
HSL99°39.35%69.61%
HSB/HSV99°29.33%81.57%
CMYK19.23%0.00%29.33%
18.43%

Color #A8D093 in popluar number systems.

HEXA8D093
Decimal168208147
Binary101010001101000010010011
Octal250320223

Shades and tints

Shades of #A8D093

#A8D093
(168,208,147)
#99BE86
(153,190,134)
#8AAC79
(138,172,121)
#7B9A6C
(123,154,108)
#6C885F
(108,136,95)
#5D7652
(93,118,82)
#4E6445
(78,100,69)
#3F5238
(63,82,56)
#30402B
(48,64,43)
#212E1E
(33,46,30)
#121C11
(18,28,17)
#000000
(0,0,0)

Tints of #A8D093

#A8D093
(168,208,147)
#AFD49C
(175,212,156)
#B6D8A5
(182,216,165)
#BDDCAE
(189,220,174)
#C4E0B7
(196,224,183)
#CBE4C0
(203,228,192)
#D2E8C9
(210,232,201)
#D9ECD2
(217,236,210)
#E0F0DB
(224,240,219)
#E7F4E4
(231,244,228)
#EEF8ED
(238,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8D093; }

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

This text font color is #A8D093.


Background Color

.myBgColor { background-color: #A8D093; }

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

This div background color is #A8D093.


Border color

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

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

This div border color is #A8D093.


Opacity

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

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

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

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

This text has shadow with #A8D093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8D093 on black background.


Color preview on white background

This text has color #A8D093 on white background.



Black color preview on #A8D093 background

This text has black color on #A8D093 background.


White color preview on #A8D093 background

This text has white color on #A8D093 background.