COLOR #99DF7F

HEX: #99DF7F
RGB: (153,223,127)

Color info

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

RGB color model

#99DF7F color RGB value is (153,223,127).

  • red value is 153;
  • green value is 223;
  • blue value is 127.
RGB:
(153,223,127)
(60%,87%,50%)

RGB channels and saturation

R 153 of 255 = 60%
G 223 of 255 = 87%
B 127 of 255 = 50%

153
223
127

R + G + B ~ 66%. #99DF7F is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 223 + 127 = 503 (100%)
R 153 of 503 ~ 30.42%
G 223 of 503 ~ 44.33%
B 127 of 503 ~ 25.25%

%30.42
%44.33
%25.25

CMYK color model

#99DF7F color CMYK value is (31,0,43,13).

  • cyan value is 31.39%
  • magenta value is 0.00%
  • yellow value is 43.05%
  • key color value is 12.55%
CMYK:
(31,0,43,13)
C31M0Y43K13 
(31%,0%,43%,13%)
(0.31/0.00/0.43/0.13)	

CMYK percentages

%31.39
%0
%43.05
%12.55

Codes

Color #99DF7F in popluar color models

99DF7F
RGB153223127
HSL104°60.00%68.63%
HSB/HSV104°43.05%87.45%
CMYK31.39%0.00%43.05%
12.55%

Color #99DF7F in popluar number systems.

HEX99DF7F
Decimal153223127
Binary10011001110111111111111
Octal231337177

Shades and tints

Shades of #99DF7F

#99DF7F
(153,223,127)
#8CCB74
(140,203,116)
#7FB769
(127,183,105)
#72A35E
(114,163,94)
#658F53
(101,143,83)
#587B48
(88,123,72)
#4B673D
(75,103,61)
#3E5332
(62,83,50)
#313F27
(49,63,39)
#242B1C
(36,43,28)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #99DF7F

#99DF7F
(153,223,127)
#A2E18A
(162,225,138)
#ABE395
(171,227,149)
#B4E5A0
(180,229,160)
#BDE7AB
(189,231,171)
#C6E9B6
(198,233,182)
#CFEBC1
(207,235,193)
#D8EDCC
(216,237,204)
#E1EFD7
(225,239,215)
#EAF1E2
(234,241,226)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99DF7F color. Also use rgb(153,223,127) instead hex code.

Text Font Color

.myTextColor { color: #99DF7F; }

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

This text font color is #99DF7F.


Background Color

.myBgColor { background-color: #99DF7F; }

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

This div background color is #99DF7F.


Border color

.myBorderColor { border: 1px solid #99DF7F; }

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

This div border color is #99DF7F.


Opacity

.myOpacity80 { color: #99DF7F; opacity: 0.8; }

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

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

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

This text has shadow with #99DF7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99DF7F on black background.


Color preview on white background

This text has color #99DF7F on white background.



Black color preview on #99DF7F background

This text has black color on #99DF7F background.


White color preview on #99DF7F background

This text has white color on #99DF7F background.