COLOR #97DB7D

HEX: #97DB7D
RGB: (151,219,125)

Color info

#97DB7D contains mainly green color. Web safe color of #97DB7D is #99CC66 (or #9C6).

RGB color model

#97DB7D color RGB value is (151,219,125).

  • red value is 151;
  • green value is 219;
  • blue value is 125.
RGB:
(151,219,125)
(59%,86%,49%)

RGB channels and saturation

R 151 of 255 = 59%
G 219 of 255 = 86%
B 125 of 255 = 49%

151
219
125

R + G + B ~ 65%. #97DB7D is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 219 + 125 = 495 (100%)
R 151 of 495 ~ 30.51%
G 219 of 495 ~ 44.24%
B 125 of 495 ~ 25.25%

%30.51
%44.24
%25.25

CMYK color model

#97DB7D color CMYK value is (31,0,43,14).

  • cyan value is 31.05%
  • magenta value is 0.00%
  • yellow value is 42.92%
  • key color value is 14.12%
CMYK:
(31,0,43,14)
C31M0Y43K14 
(31%,0%,43%,14%)
(0.31/0.00/0.43/0.14)	

CMYK percentages

%31.05
%0
%42.92
%14.12

Codes

Color #97DB7D in popluar color models

97DB7D
RGB151219125
HSL103°56.63%67.45%
HSB/HSV103°42.92%85.88%
CMYK31.05%0.00%42.92%
14.12%

Color #97DB7D in popluar number systems.

HEX97DB7D
Decimal151219125
Binary10010111110110111111101
Octal227333175

Shades and tints

Shades of #97DB7D

#97DB7D
(151,219,125)
#8AC872
(138,200,114)
#7DB567
(125,181,103)
#70A25C
(112,162,92)
#638F51
(99,143,81)
#567C46
(86,124,70)
#49693B
(73,105,59)
#3C5630
(60,86,48)
#2F4325
(47,67,37)
#22301A
(34,48,26)
#151D0F
(21,29,15)
#000000
(0,0,0)

Tints of #97DB7D

#97DB7D
(151,219,125)
#A0DE88
(160,222,136)
#A9E193
(169,225,147)
#B2E49E
(178,228,158)
#BBE7A9
(187,231,169)
#C4EAB4
(196,234,180)
#CDEDBF
(205,237,191)
#D6F0CA
(214,240,202)
#DFF3D5
(223,243,213)
#E8F6E0
(232,246,224)
#F1F9EB
(241,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97DB7D color. Also use rgb(151,219,125) instead hex code.

Text Font Color

.myTextColor { color: #97DB7D; }

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

This text font color is #97DB7D.


Background Color

.myBgColor { background-color: #97DB7D; }

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

This div background color is #97DB7D.


Border color

.myBorderColor { border: 1px solid #97DB7D; }

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

This div border color is #97DB7D.


Opacity

.myOpacity80 { color: #97DB7D; opacity: 0.8; }

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

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

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

This text has shadow with #97DB7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97DB7D on black background.


Color preview on white background

This text has color #97DB7D on white background.



Black color preview on #97DB7D background

This text has black color on #97DB7D background.


White color preview on #97DB7D background

This text has white color on #97DB7D background.