COLOR #A7DB96

HEX: #A7DB96
RGB: (167,219,150)

Color info

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

RGB color model

#A7DB96 color RGB value is (167,219,150).

  • red value is 167;
  • green value is 219;
  • blue value is 150.
RGB:
(167,219,150)
(65%,86%,59%)

RGB channels and saturation

R 167 of 255 = 65%
G 219 of 255 = 86%
B 150 of 255 = 59%

167
219
150

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

Portions of RGB colors in percentages

R + G + B =
167 + 219 + 150 = 536 (100%)
R 167 of 536 ~ 31.16%
G 219 of 536 ~ 40.86%
B 150 of 536 ~ 27.99%

%31.16
%40.86
%27.99

CMYK color model

#A7DB96 color CMYK value is (24,0,32,14).

  • cyan value is 23.74%
  • magenta value is 0.00%
  • yellow value is 31.51%
  • key color value is 14.12%
CMYK:
(24,0,32,14)
C24M0Y32K14 
(24%,0%,32%,14%)
(0.24/0.00/0.32/0.14)	

CMYK percentages

%23.74
%0
%31.51
%14.12

Codes

Color #A7DB96 in popluar color models

A7DB96
RGB167219150
HSL105°48.94%72.35%
HSB/HSV105°31.51%85.88%
CMYK23.74%0.00%31.51%
14.12%

Color #A7DB96 in popluar number systems.

HEXA7DB96
Decimal167219150
Binary101001111101101110010110
Octal247333226

Shades and tints

Shades of #A7DB96

#A7DB96
(167,219,150)
#98C889
(152,200,137)
#89B57C
(137,181,124)
#7AA26F
(122,162,111)
#6B8F62
(107,143,98)
#5C7C55
(92,124,85)
#4D6948
(77,105,72)
#3E563B
(62,86,59)
#2F432E
(47,67,46)
#203021
(32,48,33)
#111D14
(17,29,20)
#000000
(0,0,0)

Tints of #A7DB96

#A7DB96
(167,219,150)
#AFDE9F
(175,222,159)
#B7E1A8
(183,225,168)
#BFE4B1
(191,228,177)
#C7E7BA
(199,231,186)
#CFEAC3
(207,234,195)
#D7EDCC
(215,237,204)
#DFF0D5
(223,240,213)
#E7F3DE
(231,243,222)
#EFF6E7
(239,246,231)
#F7F9F0
(247,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7DB96 color. Also use rgb(167,219,150) instead hex code.

Text Font Color

.myTextColor { color: #A7DB96; }

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

This text font color is #A7DB96.


Background Color

.myBgColor { background-color: #A7DB96; }

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

This div background color is #A7DB96.


Border color

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

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

This div border color is #A7DB96.


Opacity

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

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

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

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

This text has shadow with #A7DB96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7DB96 on black background.


Color preview on white background

This text has color #A7DB96 on white background.



Black color preview on #A7DB96 background

This text has black color on #A7DB96 background.


White color preview on #A7DB96 background

This text has white color on #A7DB96 background.