COLOR #99D1B1

HEX: #99D1B1
RGB: (153,209,177)

Color info

#99D1B1 contains red, green and blue colors in about the same proportion. Web safe color of #99D1B1 is #99CC99 (or #9C9).

RGB color model

#99D1B1 color RGB value is (153,209,177).

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

RGB channels and saturation

R 153 of 255 = 60%
G 209 of 255 = 82%
B 177 of 255 = 69%

153
209
177

R + G + B ~ 70%. #99D1B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 209 + 177 = 539 (100%)
R 153 of 539 ~ 28.39%
G 209 of 539 ~ 38.78%
B 177 of 539 ~ 32.84%

%28.39
%38.78
%32.84

CMYK color model

#99D1B1 color CMYK value is (27,0,15,18).

  • cyan value is 26.79%
  • magenta value is 0.00%
  • yellow value is 15.31%
  • key color value is 18.04%
CMYK:
(27,0,15,18)
C27M0Y15K18 
(27%,0%,15%,18%)
(0.27/0.00/0.15/0.18)	

CMYK percentages

%26.79
%0
%15.31
%18.04

Codes

Color #99D1B1 in popluar color models

99D1B1
RGB153209177
HSL146°37.84%70.98%
HSB/HSV146°26.79%81.96%
CMYK26.79%0.00%15.31%
18.04%

Color #99D1B1 in popluar number systems.

HEX99D1B1
Decimal153209177
Binary100110011101000110110001
Octal231321261

Shades and tints

Shades of #99D1B1

#99D1B1
(153,209,177)
#8CBEA1
(140,190,161)
#7FAB91
(127,171,145)
#729881
(114,152,129)
#658571
(101,133,113)
#587261
(88,114,97)
#4B5F51
(75,95,81)
#3E4C41
(62,76,65)
#313931
(49,57,49)
#242621
(36,38,33)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #99D1B1

#99D1B1
(153,209,177)
#A2D5B8
(162,213,184)
#ABD9BF
(171,217,191)
#B4DDC6
(180,221,198)
#BDE1CD
(189,225,205)
#C6E5D4
(198,229,212)
#CFE9DB
(207,233,219)
#D8EDE2
(216,237,226)
#E1F1E9
(225,241,233)
#EAF5F0
(234,245,240)
#F3F9F7
(243,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99D1B1; }

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

This text font color is #99D1B1.


Background Color

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

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

This div background color is #99D1B1.


Border color

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

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

This div border color is #99D1B1.


Opacity

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

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

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

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

This text has shadow with #99D1B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99D1B1 on black background.


Color preview on white background

This text has color #99D1B1 on white background.



Black color preview on #99D1B1 background

This text has black color on #99D1B1 background.


White color preview on #99D1B1 background

This text has white color on #99D1B1 background.