COLOR #99D693

HEX: #99D693
RGB: (153,214,147)

Color info

#99D693 contains mainly green color. Web safe color of #99D693 is #99CC99 (or #9C9).

RGB color model

#99D693 color RGB value is (153,214,147).

  • red value is 153;
  • green value is 214;
  • blue value is 147.
RGB:
(153,214,147)
(60%,84%,58%)

RGB channels and saturation

R 153 of 255 = 60%
G 214 of 255 = 84%
B 147 of 255 = 58%

153
214
147

R + G + B ~ 67%. #99D693 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 214 + 147 = 514 (100%)
R 153 of 514 ~ 29.77%
G 214 of 514 ~ 41.63%
B 147 of 514 ~ 28.6%

%29.77
%41.63
%28.6

CMYK color model

#99D693 color CMYK value is (29,0,31,16).

  • cyan value is 28.50%
  • magenta value is 0.00%
  • yellow value is 31.31%
  • key color value is 16.08%
CMYK:
(29,0,31,16)
C29M0Y31K16 
(29%,0%,31%,16%)
(0.29/0.00/0.31/0.16)	

CMYK percentages

%28.5
%0
%31.31
%16.08

Codes

Color #99D693 in popluar color models

99D693
RGB153214147
HSL115°44.97%70.78%
HSB/HSV115°31.31%83.92%
CMYK28.50%0.00%31.31%
16.08%

Color #99D693 in popluar number systems.

HEX99D693
Decimal153214147
Binary100110011101011010010011
Octal231326223

Shades and tints

Shades of #99D693

#99D693
(153,214,147)
#8CC386
(140,195,134)
#7FB079
(127,176,121)
#729D6C
(114,157,108)
#658A5F
(101,138,95)
#587752
(88,119,82)
#4B6445
(75,100,69)
#3E5138
(62,81,56)
#313E2B
(49,62,43)
#242B1E
(36,43,30)
#171811
(23,24,17)
#000000
(0,0,0)

Tints of #99D693

#99D693
(153,214,147)
#A2D99C
(162,217,156)
#ABDCA5
(171,220,165)
#B4DFAE
(180,223,174)
#BDE2B7
(189,226,183)
#C6E5C0
(198,229,192)
#CFE8C9
(207,232,201)
#D8EBD2
(216,235,210)
#E1EEDB
(225,238,219)
#EAF1E4
(234,241,228)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99D693 color. Also use rgb(153,214,147) instead hex code.

Text Font Color

.myTextColor { color: #99D693; }

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

This text font color is #99D693.


Background Color

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

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

This div background color is #99D693.


Border color

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

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

This div border color is #99D693.


Opacity

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

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

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

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

This text has shadow with #99D693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99D693 on black background.


Color preview on white background

This text has color #99D693 on white background.



Black color preview on #99D693 background

This text has black color on #99D693 background.


White color preview on #99D693 background

This text has white color on #99D693 background.