COLOR #99C5B1

HEX: #99C5B1
RGB: (153,197,177)

Color info

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

RGB color model

#99C5B1 color RGB value is (153,197,177).

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

RGB channels and saturation

R 153 of 255 = 60%
G 197 of 255 = 77%
B 177 of 255 = 69%

153
197
177

R + G + B ~ 69%. #99C5B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 197 + 177 = 527 (100%)
R 153 of 527 ~ 29.03%
G 197 of 527 ~ 37.38%
B 177 of 527 ~ 33.59%

%29.03
%37.38
%33.59

CMYK color model

#99C5B1 color CMYK value is (22,0,10,23).

  • cyan value is 22.34%
  • magenta value is 0.00%
  • yellow value is 10.15%
  • key color value is 22.75%
CMYK:
(22,0,10,23)
C22M0Y10K23 
(22%,0%,10%,23%)
(0.22/0.00/0.10/0.23)	

CMYK percentages

%22.34
%0
%10.15
%22.75

Codes

Color #99C5B1 in popluar color models

99C5B1
RGB153197177
HSL153°27.50%68.63%
HSB/HSV153°22.34%77.25%
CMYK22.34%0.00%10.15%
22.75%

Color #99C5B1 in popluar number systems.

HEX99C5B1
Decimal153197177
Binary100110011100010110110001
Octal231305261

Shades and tints

Shades of #99C5B1

#99C5B1
(153,197,177)
#8CB4A1
(140,180,161)
#7FA391
(127,163,145)
#729281
(114,146,129)
#658171
(101,129,113)
#587061
(88,112,97)
#4B5F51
(75,95,81)
#3E4E41
(62,78,65)
#313D31
(49,61,49)
#242C21
(36,44,33)
#171B11
(23,27,17)
#000000
(0,0,0)

Tints of #99C5B1

#99C5B1
(153,197,177)
#A2CAB8
(162,202,184)
#ABCFBF
(171,207,191)
#B4D4C6
(180,212,198)
#BDD9CD
(189,217,205)
#C6DED4
(198,222,212)
#CFE3DB
(207,227,219)
#D8E8E2
(216,232,226)
#E1EDE9
(225,237,233)
#EAF2F0
(234,242,240)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99C5B1; }

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

This text font color is #99C5B1.


Background Color

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

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

This div background color is #99C5B1.


Border color

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

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

This div border color is #99C5B1.


Opacity

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

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

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

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

This text has shadow with #99C5B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99C5B1 on black background.


Color preview on white background

This text has color #99C5B1 on white background.



Black color preview on #99C5B1 background

This text has black color on #99C5B1 background.


White color preview on #99C5B1 background

This text has white color on #99C5B1 background.