COLOR #99D07F

HEX: #99D07F
RGB: (153,208,127)

Color info

#99D07F contains mainly red and green colors. Web safe color of #99D07F is #99CC66 (or #9C6).

RGB color model

#99D07F color RGB value is (153,208,127).

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

RGB channels and saturation

R 153 of 255 = 60%
G 208 of 255 = 82%
B 127 of 255 = 50%

153
208
127

R + G + B ~ 64%. #99D07F is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 208 + 127 = 488 (100%)
R 153 of 488 ~ 31.35%
G 208 of 488 ~ 42.62%
B 127 of 488 ~ 26.02%

%31.35
%42.62
%26.02

CMYK color model

#99D07F color CMYK value is (26,0,39,18).

  • cyan value is 26.44%
  • magenta value is 0.00%
  • yellow value is 38.94%
  • key color value is 18.43%
CMYK:
(26,0,39,18)
C26M0Y39K18 
(26%,0%,39%,18%)
(0.26/0.00/0.39/0.18)	

CMYK percentages

%26.44
%0
%38.94
%18.43

Codes

Color #99D07F in popluar color models

99D07F
RGB153208127
HSL101°46.29%65.69%
HSB/HSV101°38.94%81.57%
CMYK26.44%0.00%38.94%
18.43%

Color #99D07F in popluar number systems.

HEX99D07F
Decimal153208127
Binary10011001110100001111111
Octal231320177

Shades and tints

Shades of #99D07F

#99D07F
(153,208,127)
#8CBE74
(140,190,116)
#7FAC69
(127,172,105)
#729A5E
(114,154,94)
#658853
(101,136,83)
#587648
(88,118,72)
#4B643D
(75,100,61)
#3E5232
(62,82,50)
#314027
(49,64,39)
#242E1C
(36,46,28)
#171C11
(23,28,17)
#000000
(0,0,0)

Tints of #99D07F

#99D07F
(153,208,127)
#A2D48A
(162,212,138)
#ABD895
(171,216,149)
#B4DCA0
(180,220,160)
#BDE0AB
(189,224,171)
#C6E4B6
(198,228,182)
#CFE8C1
(207,232,193)
#D8ECCC
(216,236,204)
#E1F0D7
(225,240,215)
#EAF4E2
(234,244,226)
#F3F8ED
(243,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99D07F; }

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

This text font color is #99D07F.


Background Color

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

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

This div background color is #99D07F.


Border color

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

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

This div border color is #99D07F.


Opacity

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

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

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

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

This text has shadow with #99D07F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99D07F on black background.


Color preview on white background

This text has color #99D07F on white background.



Black color preview on #99D07F background

This text has black color on #99D07F background.


White color preview on #99D07F background

This text has white color on #99D07F background.