COLOR #99E7B1

HEX: #99E7B1 RGB: (153,231,177)

Color info

#99E7B1 contains mainly green and blue colors. Web safe color of #99E7B1 is #99FF99 (or #9F9).

RGB color model

#99E7B1 color RGB value is (153,231,177).

RGB: (153,231,177) (60%, 91%, 69%)

RGB channels and saturation

R 153 of 255 = 60%
G 231 of 255 = 91%
B 177 of 255 = 69%

153
231
177

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

Portions of RGB colors in percentages

R + G + B = 153 + 231 + 177 = 561 (100%)
R 153 of 561 ~ 27.27%
G 231 of 561 ~ 41.18%
B 177 of 561 ~ 31.55'%

%27.27
%41.18
%31.55

CMYK color model

#99E7B1 color CMYK value is (34,0,23,9).

  • cyan value is 33.77%
  • magenta value is 0.00%
  • yellow value is 23.38%
  • key color value is 9.41%

CMYK: (34,0,23,9)
C34M0Y23K9 (34%, 0%, 23%, 9%)
(0.34 / 0.00 / 0.23 / 0.09)

CMYK percentages

%33.77
%0
%23.38
%9.41

Codes

Color #99E7B1 in popluar color models

99 E7 B1
RGB 153 231 177
HSL 138° 61.90% 75.29%
HSB/HSV 138° 33.77% 90.59%
CMYK 33.77% 0.00% 23.38%
9.41%

Color #99E7B1 in popluar number systems.

HEX 99 E7 B1
Decimal 153 231 177
Binary 10011001 11100111 10110001
Octal 231 347 261

Shades and tints

Shades of #99E7B1

#99E7B1
(153,231,177)
#8CD2A1
(140,210,161)
#7FBD91
(127,189,145)
#72A881
(114,168,129)
#659371
(101,147,113)
#587E61
(88,126,97)
#4B6951
(75,105,81)
#3E5441
(62,84,65)
#313F31
(49,63,49)
#242A21
(36,42,33)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #99E7B1

#99E7B1
(153,231,177)
#A2E9B8
(162,233,184)
#ABEBBF
(171,235,191)
#B4EDC6
(180,237,198)
#BDEFCD
(189,239,205)
#C6F1D4
(198,241,212)
#CFF3DB
(207,243,219)
#D8F5E2
(216,245,226)
#E1F7E9
(225,247,233)
#EAF9F0
(234,249,240)
#F3FBF7
(243,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99E7B1 color. Also use rgb(153,231,177) instead hex code.

Text Font Color

.myTextColor { color: #99E7B1; }

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

This text font color is #99E7B1.

Background Color

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

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

This div background color is #99E7B1.

Border color

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

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

This div border color is #99E7B1.

Opacity

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

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

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

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

This text has shadow with #99E7B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99E7B1.

Preview

Color preview on black background

This text has color #99E7B1 on black background.


Color preview on white background

This text has color #99E7B1 on white background.


Black color preview on #99E7B1 background

This text has black color on #99E7B1 background.


White color preview on #99E7B1 background

This text has white color on #99E7B1 background.


Related colors

Complementary color

Complementary color for #hex is #66184E.


I love getcolorcode.com

Triadic colors

1 #B199E7 and #E7B199 with #99E7B1 are triadic colors.

2 #B1E799 and #E799B1 with #99E7B1 are triadic colors.