COLOR #99EFA5

HEX: #99EFA5
RGB: (153,239,165)

Color info

#99EFA5 contains mainly green color. Web safe color of #99EFA5 is #99FF99 (or #9F9).

RGB color model

#99EFA5 color RGB value is (153,239,165).

  • red value is 153;
  • green value is 239;
  • blue value is 165.
RGB:
(153,239,165)
(60%,94%,65%)

RGB channels and saturation

R 153 of 255 = 60%
G 239 of 255 = 94%
B 165 of 255 = 65%

153
239
165

R + G + B ~ 73%. #99EFA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 239 + 165 = 557 (100%)
R 153 of 557 ~ 27.47%
G 239 of 557 ~ 42.91%
B 165 of 557 ~ 29.62%

%27.47
%42.91
%29.62

CMYK color model

#99EFA5 color CMYK value is (36,0,31,6).

  • cyan value is 35.98%
  • magenta value is 0.00%
  • yellow value is 30.96%
  • key color value is 6.27%
CMYK:
(36,0,31,6)
C36M0Y31K6 
(36%,0%,31%,6%)
(0.36/0.00/0.31/0.06)	

CMYK percentages

%35.98
%0
%30.96
%6.27

Codes

Color #99EFA5 in popluar color models

99EFA5
RGB153239165
HSL128°72.88%76.86%
HSB/HSV128°35.98%93.73%
CMYK35.98%0.00%30.96%
6.27%

Color #99EFA5 in popluar number systems.

HEX99EFA5
Decimal153239165
Binary100110011110111110100101
Octal231357245

Shades and tints

Shades of #99EFA5

#99EFA5
(153,239,165)
#8CDA96
(140,218,150)
#7FC587
(127,197,135)
#72B078
(114,176,120)
#659B69
(101,155,105)
#58865A
(88,134,90)
#4B714B
(75,113,75)
#3E5C3C
(62,92,60)
#31472D
(49,71,45)
#24321E
(36,50,30)
#171D0F
(23,29,15)
#000000
(0,0,0)

Tints of #99EFA5

#99EFA5
(153,239,165)
#A2F0AD
(162,240,173)
#ABF1B5
(171,241,181)
#B4F2BD
(180,242,189)
#BDF3C5
(189,243,197)
#C6F4CD
(198,244,205)
#CFF5D5
(207,245,213)
#D8F6DD
(216,246,221)
#E1F7E5
(225,247,229)
#EAF8ED
(234,248,237)
#F3F9F5
(243,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99EFA5 color. Also use rgb(153,239,165) instead hex code.

Text Font Color

.myTextColor { color: #99EFA5; }

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

This text font color is #99EFA5.


Background Color

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

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

This div background color is #99EFA5.


Border color

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

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

This div border color is #99EFA5.


Opacity

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

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

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

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

This text has shadow with #99EFA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99EFA5 on black background.


Color preview on white background

This text has color #99EFA5 on white background.



Black color preview on #99EFA5 background

This text has black color on #99EFA5 background.


White color preview on #99EFA5 background

This text has white color on #99EFA5 background.