COLOR #99D7BB

HEX: #99D7BB
RGB: (153,215,187)

Color info

#99D7BB contains mainly green and blue colors. Web safe color of #99D7BB is #99CCCC (or #9CC).

RGB color model

#99D7BB color RGB value is (153,215,187).

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

RGB channels and saturation

R 153 of 255 = 60%
G 215 of 255 = 84%
B 187 of 255 = 73%

153
215
187

R + G + B ~ 72%. #99D7BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 215 + 187 = 555 (100%)
R 153 of 555 ~ 27.57%
G 215 of 555 ~ 38.74%
B 187 of 555 ~ 33.69%

%27.57
%38.74
%33.69

CMYK color model

#99D7BB color CMYK value is (29,0,13,16).

  • cyan value is 28.84%
  • magenta value is 0.00%
  • yellow value is 13.02%
  • key color value is 15.69%
CMYK:
(29,0,13,16)
C29M0Y13K16 
(29%,0%,13%,16%)
(0.29/0.00/0.13/0.16)	

CMYK percentages

%28.84
%0
%13.02
%15.69

Codes

Color #99D7BB in popluar color models

99D7BB
RGB153215187
HSL153°43.66%72.16%
HSB/HSV153°28.84%84.31%
CMYK28.84%0.00%13.02%
15.69%

Color #99D7BB in popluar number systems.

HEX99D7BB
Decimal153215187
Binary100110011101011110111011
Octal231327273

Shades and tints

Shades of #99D7BB

#99D7BB
(153,215,187)
#8CC4AA
(140,196,170)
#7FB199
(127,177,153)
#729E88
(114,158,136)
#658B77
(101,139,119)
#587866
(88,120,102)
#4B6555
(75,101,85)
#3E5244
(62,82,68)
#313F33
(49,63,51)
#242C22
(36,44,34)
#171911
(23,25,17)
#000000
(0,0,0)

Tints of #99D7BB

#99D7BB
(153,215,187)
#A2DAC1
(162,218,193)
#ABDDC7
(171,221,199)
#B4E0CD
(180,224,205)
#BDE3D3
(189,227,211)
#C6E6D9
(198,230,217)
#CFE9DF
(207,233,223)
#D8ECE5
(216,236,229)
#E1EFEB
(225,239,235)
#EAF2F1
(234,242,241)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99D7BB; }

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

This text font color is #99D7BB.


Background Color

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

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

This div background color is #99D7BB.


Border color

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

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

This div border color is #99D7BB.


Opacity

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

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

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

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

This text has shadow with #99D7BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99D7BB on black background.


Color preview on white background

This text has color #99D7BB on white background.



Black color preview on #99D7BB background

This text has black color on #99D7BB background.


White color preview on #99D7BB background

This text has white color on #99D7BB background.