COLOR #96B199

HEX: #96B199
RGB: (150,177,153)

Color info

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

RGB color model

#96B199 color RGB value is (150,177,153).

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

RGB channels and saturation

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

150
177
153

R + G + B ~ 63%. #96B199 is quite light color.

Portions of RGB colors in percentages

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

%31.25
%36.88
%31.88

CMYK color model

#96B199 color CMYK value is (15,0,14,31).

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

CMYK percentages

%15.25
%0
%13.56
%30.59

Codes

Color #96B199 in popluar color models

96B199
RGB150177153
HSL127°14.75%64.12%
HSB/HSV127°15.25%69.41%
CMYK15.25%0.00%13.56%
30.59%

Color #96B199 in popluar number systems.

HEX96B199
Decimal150177153
Binary100101101011000110011001
Octal226261231

Shades and tints

Shades of #96B199

#96B199
(150,177,153)
#89A18C
(137,161,140)
#7C917F
(124,145,127)
#6F8172
(111,129,114)
#627165
(98,113,101)
#556158
(85,97,88)
#48514B
(72,81,75)
#3B413E
(59,65,62)
#2E3131
(46,49,49)
#212124
(33,33,36)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #96B199

#96B199
(150,177,153)
#9FB8A2
(159,184,162)
#A8BFAB
(168,191,171)
#B1C6B4
(177,198,180)
#BACDBD
(186,205,189)
#C3D4C6
(195,212,198)
#CCDBCF
(204,219,207)
#D5E2D8
(213,226,216)
#DEE9E1
(222,233,225)
#E7F0EA
(231,240,234)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B199; }

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

This text font color is #96B199.


Background Color

.myBgColor { background-color: #96B199; }

<div style="background-color:#96B199">Inner text</div>

This div background color is #96B199.


Border color

.myBorderColor { border: 1px solid #96B199; }

<div style="border:3px solid #96B199">Div</div>

This div border color is #96B199.


Opacity

.myOpacity80 { color: #96B199; opacity: 0.8; }

<p style="color:#96B199;opacity:0.8;">80%</p>

Text with #96B199 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 #96B199;}

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

This text has shadow with #96B199 color.

.textShadow {text-shadow: 3px 3px 1px #96B199, 3px 3px 1px red;}

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

This text has shadow with #96B199 primary color and red secondary color.


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

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

This text has shadow with #96B199 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B199 on black background.


Color preview on white background

This text has color #96B199 on white background.



Black color preview on #96B199 background

This text has black color on #96B199 background.


White color preview on #96B199 background

This text has white color on #96B199 background.