COLOR #99DB94

HEX: #99DB94
RGB: (153,219,148)

Color info

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

RGB color model

#99DB94 color RGB value is (153,219,148).

  • red value is 153;
  • green value is 219;
  • blue value is 148.
RGB:
(153,219,148)
(60%,86%,58%)

RGB channels and saturation

R 153 of 255 = 60%
G 219 of 255 = 86%
B 148 of 255 = 58%

153
219
148

R + G + B ~ 68%. #99DB94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 219 + 148 = 520 (100%)
R 153 of 520 ~ 29.42%
G 219 of 520 ~ 42.12%
B 148 of 520 ~ 28.46%

%29.42
%42.12
%28.46

CMYK color model

#99DB94 color CMYK value is (30,0,32,14).

  • cyan value is 30.14%
  • magenta value is 0.00%
  • yellow value is 32.42%
  • key color value is 14.12%
CMYK:
(30,0,32,14)
C30M0Y32K14 
(30%,0%,32%,14%)
(0.30/0.00/0.32/0.14)	

CMYK percentages

%30.14
%0
%32.42
%14.12

Codes

Color #99DB94 in popluar color models

99DB94
RGB153219148
HSL116°49.65%71.96%
HSB/HSV116°32.42%85.88%
CMYK30.14%0.00%32.42%
14.12%

Color #99DB94 in popluar number systems.

HEX99DB94
Decimal153219148
Binary100110011101101110010100
Octal231333224

Shades and tints

Shades of #99DB94

#99DB94
(153,219,148)
#8CC887
(140,200,135)
#7FB57A
(127,181,122)
#72A26D
(114,162,109)
#658F60
(101,143,96)
#587C53
(88,124,83)
#4B6946
(75,105,70)
#3E5639
(62,86,57)
#31432C
(49,67,44)
#24301F
(36,48,31)
#171D12
(23,29,18)
#000000
(0,0,0)

Tints of #99DB94

#99DB94
(153,219,148)
#A2DE9D
(162,222,157)
#ABE1A6
(171,225,166)
#B4E4AF
(180,228,175)
#BDE7B8
(189,231,184)
#C6EAC1
(198,234,193)
#CFEDCA
(207,237,202)
#D8F0D3
(216,240,211)
#E1F3DC
(225,243,220)
#EAF6E5
(234,246,229)
#F3F9EE
(243,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99DB94 color. Also use rgb(153,219,148) instead hex code.

Text Font Color

.myTextColor { color: #99DB94; }

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

This text font color is #99DB94.


Background Color

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

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

This div background color is #99DB94.


Border color

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

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

This div border color is #99DB94.


Opacity

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

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

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

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

This text has shadow with #99DB94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99DB94 on black background.


Color preview on white background

This text has color #99DB94 on white background.



Black color preview on #99DB94 background

This text has black color on #99DB94 background.


White color preview on #99DB94 background

This text has white color on #99DB94 background.