COLOR #A8D397

HEX: #A8D397
RGB: (168,211,151)

Color info

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

RGB color model

#A8D397 color RGB value is (168,211,151).

  • red value is 168;
  • green value is 211;
  • blue value is 151.
RGB:
(168,211,151)
(66%,83%,59%)

RGB channels and saturation

R 168 of 255 = 66%
G 211 of 255 = 83%
B 151 of 255 = 59%

168
211
151

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

Portions of RGB colors in percentages

R + G + B =
168 + 211 + 151 = 530 (100%)
R 168 of 530 ~ 31.7%
G 211 of 530 ~ 39.81%
B 151 of 530 ~ 28.49%

%31.7
%39.81
%28.49

CMYK color model

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

  • cyan value is 20.38%
  • magenta value is 0.00%
  • yellow value is 28.44%
  • key color value is 17.25%
CMYK:
(20,0,28,17)
C20M0Y28K17 
(20%,0%,28%,17%)
(0.20/0.00/0.28/0.17)	

CMYK percentages

%20.38
%0
%28.44
%17.25

Codes

Color #A8D397 in popluar color models

A8D397
RGB168211151
HSL103°40.54%70.98%
HSB/HSV103°28.44%82.75%
CMYK20.38%0.00%28.44%
17.25%

Color #A8D397 in popluar number systems.

HEXA8D397
Decimal168211151
Binary101010001101001110010111
Octal250323227

Shades and tints

Shades of #A8D397

#A8D397
(168,211,151)
#99C08A
(153,192,138)
#8AAD7D
(138,173,125)
#7B9A70
(123,154,112)
#6C8763
(108,135,99)
#5D7456
(93,116,86)
#4E6149
(78,97,73)
#3F4E3C
(63,78,60)
#303B2F
(48,59,47)
#212822
(33,40,34)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #A8D397

#A8D397
(168,211,151)
#AFD7A0
(175,215,160)
#B6DBA9
(182,219,169)
#BDDFB2
(189,223,178)
#C4E3BB
(196,227,187)
#CBE7C4
(203,231,196)
#D2EBCD
(210,235,205)
#D9EFD6
(217,239,214)
#E0F3DF
(224,243,223)
#E7F7E8
(231,247,232)
#EEFBF1
(238,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8D397 color. Also use rgb(168,211,151) instead hex code.

Text Font Color

.myTextColor { color: #A8D397; }

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

This text font color is #A8D397.


Background Color

.myBgColor { background-color: #A8D397; }

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

This div background color is #A8D397.


Border color

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

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

This div border color is #A8D397.


Opacity

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

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

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

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

This text has shadow with #A8D397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8D397 on black background.


Color preview on white background

This text has color #A8D397 on white background.



Black color preview on #A8D397 background

This text has black color on #A8D397 background.


White color preview on #A8D397 background

This text has white color on #A8D397 background.