COLOR #A8D996

HEX: #A8D996
RGB: (168,217,150)

Color info

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

RGB color model

#A8D996 color RGB value is (168,217,150).

  • red value is 168;
  • green value is 217;
  • blue value is 150.
RGB:
(168,217,150)
(66%,85%,59%)

RGB channels and saturation

R 168 of 255 = 66%
G 217 of 255 = 85%
B 150 of 255 = 59%

168
217
150

R + G + B ~ 70%. #A8D996 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 217 + 150 = 535 (100%)
R 168 of 535 ~ 31.4%
G 217 of 535 ~ 40.56%
B 150 of 535 ~ 28.04%

%31.4
%40.56
%28.04

CMYK color model

#A8D996 color CMYK value is (23,0,31,15).

  • cyan value is 22.58%
  • magenta value is 0.00%
  • yellow value is 30.88%
  • key color value is 14.90%
CMYK:
(23,0,31,15)
C23M0Y31K15 
(23%,0%,31%,15%)
(0.23/0.00/0.31/0.15)	

CMYK percentages

%22.58
%0
%30.88
%14.9

Codes

Color #A8D996 in popluar color models

A8D996
RGB168217150
HSL104°46.85%71.96%
HSB/HSV104°30.88%85.10%
CMYK22.58%0.00%30.88%
14.90%

Color #A8D996 in popluar number systems.

HEXA8D996
Decimal168217150
Binary101010001101100110010110
Octal250331226

Shades and tints

Shades of #A8D996

#A8D996
(168,217,150)
#99C689
(153,198,137)
#8AB37C
(138,179,124)
#7BA06F
(123,160,111)
#6C8D62
(108,141,98)
#5D7A55
(93,122,85)
#4E6748
(78,103,72)
#3F543B
(63,84,59)
#30412E
(48,65,46)
#212E21
(33,46,33)
#121B14
(18,27,20)
#000000
(0,0,0)

Tints of #A8D996

#A8D996
(168,217,150)
#AFDC9F
(175,220,159)
#B6DFA8
(182,223,168)
#BDE2B1
(189,226,177)
#C4E5BA
(196,229,186)
#CBE8C3
(203,232,195)
#D2EBCC
(210,235,204)
#D9EED5
(217,238,213)
#E0F1DE
(224,241,222)
#E7F4E7
(231,244,231)
#EEF7F0
(238,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8D996 color. Also use rgb(168,217,150) instead hex code.

Text Font Color

.myTextColor { color: #A8D996; }

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

This text font color is #A8D996.


Background Color

.myBgColor { background-color: #A8D996; }

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

This div background color is #A8D996.


Border color

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

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

This div border color is #A8D996.


Opacity

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

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

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

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

This text has shadow with #A8D996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8D996 on black background.


Color preview on white background

This text has color #A8D996 on white background.



Black color preview on #A8D996 background

This text has black color on #A8D996 background.


White color preview on #A8D996 background

This text has white color on #A8D996 background.