COLOR #99D9B1

HEX: #99D9B1
RGB: (153,217,177)

Color info

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

RGB color model

#99D9B1 color RGB value is (153,217,177).

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

RGB channels and saturation

R 153 of 255 = 60%
G 217 of 255 = 85%
B 177 of 255 = 69%

153
217
177

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

Portions of RGB colors in percentages

R + G + B =
153 + 217 + 177 = 547 (100%)
R 153 of 547 ~ 27.97%
G 217 of 547 ~ 39.67%
B 177 of 547 ~ 32.36%

%27.97
%39.67
%32.36

CMYK color model

#99D9B1 color CMYK value is (29,0,18,15).

  • cyan value is 29.49%
  • magenta value is 0.00%
  • yellow value is 18.43%
  • key color value is 14.90%
CMYK:
(29,0,18,15)
C29M0Y18K15 
(29%,0%,18%,15%)
(0.29/0.00/0.18/0.15)	

CMYK percentages

%29.49
%0
%18.43
%14.9

Codes

Color #99D9B1 in popluar color models

99D9B1
RGB153217177
HSL143°45.71%72.55%
HSB/HSV143°29.49%85.10%
CMYK29.49%0.00%18.43%
14.90%

Color #99D9B1 in popluar number systems.

HEX99D9B1
Decimal153217177
Binary100110011101100110110001
Octal231331261

Shades and tints

Shades of #99D9B1

#99D9B1
(153,217,177)
#8CC6A1
(140,198,161)
#7FB391
(127,179,145)
#72A081
(114,160,129)
#658D71
(101,141,113)
#587A61
(88,122,97)
#4B6751
(75,103,81)
#3E5441
(62,84,65)
#314131
(49,65,49)
#242E21
(36,46,33)
#171B11
(23,27,17)
#000000
(0,0,0)

Tints of #99D9B1

#99D9B1
(153,217,177)
#A2DCB8
(162,220,184)
#ABDFBF
(171,223,191)
#B4E2C6
(180,226,198)
#BDE5CD
(189,229,205)
#C6E8D4
(198,232,212)
#CFEBDB
(207,235,219)
#D8EEE2
(216,238,226)
#E1F1E9
(225,241,233)
#EAF4F0
(234,244,240)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99D9B1; }

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

This text font color is #99D9B1.


Background Color

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

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

This div background color is #99D9B1.


Border color

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

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

This div border color is #99D9B1.


Opacity

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

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

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

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

This text has shadow with #99D9B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99D9B1 on black background.


Color preview on white background

This text has color #99D9B1 on white background.



Black color preview on #99D9B1 background

This text has black color on #99D9B1 background.


White color preview on #99D9B1 background

This text has white color on #99D9B1 background.