COLOR #99B196

HEX: #99B196
RGB: (153,177,150)

Color info

#99B196 contains red, green and blue colors in about the same proportion. Web safe color of #99B196 is #999999 (or #999).

RGB color model

#99B196 color RGB value is (153,177,150).

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

RGB channels and saturation

R 153 of 255 = 60%
G 177 of 255 = 69%
B 150 of 255 = 59%

153
177
150

R + G + B ~ 63%. #99B196 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 177 + 150 = 480 (100%)
R 153 of 480 ~ 31.88%
G 177 of 480 ~ 36.88%
B 150 of 480 ~ 31.25%

%31.88
%36.88
%31.25

CMYK color model

#99B196 color CMYK value is (14,0,15,31).

  • cyan value is 13.56%
  • magenta value is 0.00%
  • yellow value is 15.25%
  • key color value is 30.59%
CMYK: (14,0,15,31) C14M0Y15K31 (14%,0%,15%,31%) (0.14/0.00/0.15/0.31)

CMYK percentages

%13.56
%0
%15.25
%30.59

Codes

Color #99B196 in popluar color models

99B196
RGB153177150
HSL113°14.75%64.12%
HSB/HSV113°15.25%69.41%
CMYK13.56%0.00%15.25%
30.59%

Color #99B196 in popluar number systems.

HEX99B196
Decimal153177150
Binary100110011011000110010110
Octal231261226

Shades and tints

Shades of #99B196

#99B196
(153,177,150)
#8CA189
(140,161,137)
#7F917C
(127,145,124)
#72816F
(114,129,111)
#657162
(101,113,98)
#586155
(88,97,85)
#4B5148
(75,81,72)
#3E413B
(62,65,59)
#31312E
(49,49,46)
#242121
(36,33,33)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #99B196

#99B196
(153,177,150)
#A2B89F
(162,184,159)
#ABBFA8
(171,191,168)
#B4C6B1
(180,198,177)
#BDCDBA
(189,205,186)
#C6D4C3
(198,212,195)
#CFDBCC
(207,219,204)
#D8E2D5
(216,226,213)
#E1E9DE
(225,233,222)
#EAF0E7
(234,240,231)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B196; }

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

This text font color is #99B196.


Background Color

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

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

This div background color is #99B196.


Border color

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

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

This div border color is #99B196.


Opacity

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

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

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

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

This text has shadow with #99B196 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #99B196 on black background.


Color preview on white background

This text has color #99B196 on white background.



Black color preview on #99B196 background

This text has black color on #99B196 background.


White color preview on #99B196 background

This text has white color on #99B196 background.