COLOR #99D193

HEX: #99D193
RGB: (153,209,147)

Color info

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

RGB color model

#99D193 color RGB value is (153,209,147).

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

RGB channels and saturation

R 153 of 255 = 60%
G 209 of 255 = 82%
B 147 of 255 = 58%

153
209
147

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

Portions of RGB colors in percentages

R + G + B =
153 + 209 + 147 = 509 (100%)
R 153 of 509 ~ 30.06%
G 209 of 509 ~ 41.06%
B 147 of 509 ~ 28.88%

%30.06
%41.06
%28.88

CMYK color model

#99D193 color CMYK value is (27,0,30,18).

  • cyan value is 26.79%
  • magenta value is 0.00%
  • yellow value is 29.67%
  • key color value is 18.04%
CMYK:
(27,0,30,18)
C27M0Y30K18 
(27%,0%,30%,18%)
(0.27/0.00/0.30/0.18)	

CMYK percentages

%26.79
%0
%29.67
%18.04

Codes

Color #99D193 in popluar color models

99D193
RGB153209147
HSL114°40.26%69.80%
HSB/HSV114°29.67%81.96%
CMYK26.79%0.00%29.67%
18.04%

Color #99D193 in popluar number systems.

HEX99D193
Decimal153209147
Binary100110011101000110010011
Octal231321223

Shades and tints

Shades of #99D193

#99D193
(153,209,147)
#8CBE86
(140,190,134)
#7FAB79
(127,171,121)
#72986C
(114,152,108)
#65855F
(101,133,95)
#587252
(88,114,82)
#4B5F45
(75,95,69)
#3E4C38
(62,76,56)
#31392B
(49,57,43)
#24261E
(36,38,30)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #99D193

#99D193
(153,209,147)
#A2D59C
(162,213,156)
#ABD9A5
(171,217,165)
#B4DDAE
(180,221,174)
#BDE1B7
(189,225,183)
#C6E5C0
(198,229,192)
#CFE9C9
(207,233,201)
#D8EDD2
(216,237,210)
#E1F1DB
(225,241,219)
#EAF5E4
(234,245,228)
#F3F9ED
(243,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99D193; }

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

This text font color is #99D193.


Background Color

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

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

This div background color is #99D193.


Border color

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

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

This div border color is #99D193.


Opacity

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

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

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

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

This text has shadow with #99D193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99D193 on black background.


Color preview on white background

This text has color #99D193 on white background.



Black color preview on #99D193 background

This text has black color on #99D193 background.


White color preview on #99D193 background

This text has white color on #99D193 background.