COLOR #99EFA2

HEX: #99EFA2
RGB: (153,239,162)

Color info

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

RGB color model

#99EFA2 color RGB value is (153,239,162).

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

RGB channels and saturation

R 153 of 255 = 60%
G 239 of 255 = 94%
B 162 of 255 = 64%

153
239
162

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

Portions of RGB colors in percentages

R + G + B =
153 + 239 + 162 = 554 (100%)
R 153 of 554 ~ 27.62%
G 239 of 554 ~ 43.14%
B 162 of 554 ~ 29.24%

%27.62
%43.14
%29.24

CMYK color model

#99EFA2 color CMYK value is (36,0,32,6).

  • cyan value is 35.98%
  • magenta value is 0.00%
  • yellow value is 32.22%
  • key color value is 6.27%
CMYK:
(36,0,32,6)
C36M0Y32K6 
(36%,0%,32%,6%)
(0.36/0.00/0.32/0.06)	

CMYK percentages

%35.98
%0
%32.22
%6.27

Codes

Color #99EFA2 in popluar color models

99EFA2
RGB153239162
HSL126°72.88%76.86%
HSB/HSV126°35.98%93.73%
CMYK35.98%0.00%32.22%
6.27%

Color #99EFA2 in popluar number systems.

HEX99EFA2
Decimal153239162
Binary100110011110111110100010
Octal231357242

Shades and tints

Shades of #99EFA2

#99EFA2
(153,239,162)
#8CDA94
(140,218,148)
#7FC586
(127,197,134)
#72B078
(114,176,120)
#659B6A
(101,155,106)
#58865C
(88,134,92)
#4B714E
(75,113,78)
#3E5C40
(62,92,64)
#314732
(49,71,50)
#243224
(36,50,36)
#171D16
(23,29,22)
#000000
(0,0,0)

Tints of #99EFA2

#99EFA2
(153,239,162)
#A2F0AA
(162,240,170)
#ABF1B2
(171,241,178)
#B4F2BA
(180,242,186)
#BDF3C2
(189,243,194)
#C6F4CA
(198,244,202)
#CFF5D2
(207,245,210)
#D8F6DA
(216,246,218)
#E1F7E2
(225,247,226)
#EAF8EA
(234,248,234)
#F3F9F2
(243,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99EFA2; }

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

This text font color is #99EFA2.


Background Color

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

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

This div background color is #99EFA2.


Border color

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

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

This div border color is #99EFA2.


Opacity

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

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

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

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

This text has shadow with #99EFA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99EFA2 on black background.


Color preview on white background

This text has color #99EFA2 on white background.



Black color preview on #99EFA2 background

This text has black color on #99EFA2 background.


White color preview on #99EFA2 background

This text has white color on #99EFA2 background.