COLOR #99F5B3

HEX: #99F5B3 RGB: (153,245,179)

Color info

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

RGB color model

#99F5B3 color RGB value is (153,245,179).

RGB: (153,245,179) (60%, 96%, 70%)

RGB channels and saturation

R 153 of 255 = 60%
G 245 of 255 = 96%
B 179 of 255 = 70%

153
245
179

R + G + B ~ 75%. #99F5B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 245 + 179 = 577 (100%)
R 153 of 577 ~ 26.52%
G 245 of 577 ~ 42.46%
B 179 of 577 ~ 31.02'%

%26.52
%42.46
%31.02

CMYK color model

#99F5B3 color CMYK value is (38,0,27,4).

  • cyan value is 37.55%
  • magenta value is 0.00%
  • yellow value is 26.94%
  • key color value is 3.92%

CMYK: (38,0,27,4)
C38M0Y27K4 (38%, 0%, 27%, 4%)
(0.38 / 0.00 / 0.27 / 0.04)

CMYK percentages

%37.55
%0
%26.94
%3.92

Codes

Color #99F5B3 in popluar color models

99 F5 B3
RGB 153 245 179
HSL 137° 82.14% 78.04%
HSB/HSV 137° 37.55% 96.08%
CMYK 37.55% 0.00% 26.94%
3.92%

Color #99F5B3 in popluar number systems.

HEX 99 F5 B3
Decimal 153 245 179
Binary 10011001 11110101 10110011
Octal 231 365 263

Shades and tints

Shades of #99F5B3

#99F5B3
(153,245,179)
#8CDFA3
(140,223,163)
#7FC993
(127,201,147)
#72B383
(114,179,131)
#659D73
(101,157,115)
#588763
(88,135,99)
#4B7153
(75,113,83)
#3E5B43
(62,91,67)
#314533
(49,69,51)
#242F23
(36,47,35)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #99F5B3

#99F5B3
(153,245,179)
#A2F5B9
(162,245,185)
#ABF5BF
(171,245,191)
#B4F5C5
(180,245,197)
#BDF5CB
(189,245,203)
#C6F5D1
(198,245,209)
#CFF5D7
(207,245,215)
#D8F5DD
(216,245,221)
#E1F5E3
(225,245,227)
#EAF5E9
(234,245,233)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99F5B3 color. Also use rgb(153,245,179) instead hex code.

Text Font Color

.myTextColor { color: #99F5B3; }

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

This text font color is #99F5B3.

Background Color

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

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

This div background color is #99F5B3.

Border color

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

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

This div border color is #99F5B3.

Opacity

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

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

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

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

This text has shadow with #99F5B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99F5B3.

Preview

Color preview on black background

This text has color #99F5B3 on black background.


Color preview on white background

This text has color #99F5B3 on white background.


Black color preview on #99F5B3 background

This text has black color on #99F5B3 background.


White color preview on #99F5B3 background

This text has white color on #99F5B3 background.


Related colors

Complementary color

Complementary color for #hex is #660A4C.


I love getcolorcode.com

Triadic colors

1 #B399F5 and #F5B399 with #99F5B3 are triadic colors.

2 #B3F599 and #F599B3 with #99F5B3 are triadic colors.