COLOR #99D7B1

HEX: #99D7B1
RGB: (153,215,177)

Color info

#99D7B1 contains mainly green and blue colors. Web safe color of #99D7B1 is #99CC99 (or #9C9).

RGB color model

#99D7B1 color RGB value is (153,215,177).

  • red value is 153;
  • green value is 215;
  • blue value is 177.
RGB:
(153,215,177)
(60%,84%,69%)

RGB channels and saturation

R 153 of 255 = 60%
G 215 of 255 = 84%
B 177 of 255 = 69%

153
215
177

R + G + B ~ 71%. #99D7B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 215 + 177 = 545 (100%)
R 153 of 545 ~ 28.07%
G 215 of 545 ~ 39.45%
B 177 of 545 ~ 32.48%

%28.07
%39.45
%32.48

CMYK color model

#99D7B1 color CMYK value is (29,0,18,16).

  • cyan value is 28.84%
  • magenta value is 0.00%
  • yellow value is 17.67%
  • key color value is 15.69%
CMYK:
(29,0,18,16)
C29M0Y18K16 
(29%,0%,18%,16%)
(0.29/0.00/0.18/0.16)	

CMYK percentages

%28.84
%0
%17.67
%15.69

Codes

Color #99D7B1 in popluar color models

99D7B1
RGB153215177
HSL143°43.66%72.16%
HSB/HSV143°28.84%84.31%
CMYK28.84%0.00%17.67%
15.69%

Color #99D7B1 in popluar number systems.

HEX99D7B1
Decimal153215177
Binary100110011101011110110001
Octal231327261

Shades and tints

Shades of #99D7B1

#99D7B1
(153,215,177)
#8CC4A1
(140,196,161)
#7FB191
(127,177,145)
#729E81
(114,158,129)
#658B71
(101,139,113)
#587861
(88,120,97)
#4B6551
(75,101,81)
#3E5241
(62,82,65)
#313F31
(49,63,49)
#242C21
(36,44,33)
#171911
(23,25,17)
#000000
(0,0,0)

Tints of #99D7B1

#99D7B1
(153,215,177)
#A2DAB8
(162,218,184)
#ABDDBF
(171,221,191)
#B4E0C6
(180,224,198)
#BDE3CD
(189,227,205)
#C6E6D4
(198,230,212)
#CFE9DB
(207,233,219)
#D8ECE2
(216,236,226)
#E1EFE9
(225,239,233)
#EAF2F0
(234,242,240)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99D7B1; }

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

This text font color is #99D7B1.


Background Color

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

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

This div background color is #99D7B1.


Border color

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

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

This div border color is #99D7B1.


Opacity

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

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

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

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

This text has shadow with #99D7B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99D7B1 on black background.


Color preview on white background

This text has color #99D7B1 on white background.



Black color preview on #99D7B1 background

This text has black color on #99D7B1 background.


White color preview on #99D7B1 background

This text has white color on #99D7B1 background.