COLOR #96B08F

HEX: #96B08F
RGB: (150,176,143)

Color info

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

RGB color model

#96B08F color RGB value is (150,176,143).

  • red value is 150;
  • green value is 176;
  • blue value is 143.
RGB:
(150,176,143)
(59%,69%,56%)

RGB channels and saturation

R 150 of 255 = 59%
G 176 of 255 = 69%
B 143 of 255 = 56%

150
176
143

R + G + B ~ 61%. #96B08F is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 176 + 143 = 469 (100%)
R 150 of 469 ~ 31.98%
G 176 of 469 ~ 37.53%
B 143 of 469 ~ 30.49%

%31.98
%37.53
%30.49

CMYK color model

#96B08F color CMYK value is (15,0,19,31).

  • cyan value is 14.77%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 30.98%
CMYK:
(15,0,19,31)
C15M0Y19K31 
(15%,0%,19%,31%)
(0.15/0.00/0.19/0.31)	

CMYK percentages

%14.77
%0
%18.75
%30.98

Codes

Color #96B08F in popluar color models

96B08F
RGB150176143
HSL107°17.28%62.55%
HSB/HSV107°18.75%69.02%
CMYK14.77%0.00%18.75%
30.98%

Color #96B08F in popluar number systems.

HEX96B08F
Decimal150176143
Binary100101101011000010001111
Octal226260217

Shades and tints

Shades of #96B08F

#96B08F
(150,176,143)
#89A082
(137,160,130)
#7C9075
(124,144,117)
#6F8068
(111,128,104)
#62705B
(98,112,91)
#55604E
(85,96,78)
#485041
(72,80,65)
#3B4034
(59,64,52)
#2E3027
(46,48,39)
#21201A
(33,32,26)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #96B08F

#96B08F
(150,176,143)
#9FB799
(159,183,153)
#A8BEA3
(168,190,163)
#B1C5AD
(177,197,173)
#BACCB7
(186,204,183)
#C3D3C1
(195,211,193)
#CCDACB
(204,218,203)
#D5E1D5
(213,225,213)
#DEE8DF
(222,232,223)
#E7EFE9
(231,239,233)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B08F color. Also use rgb(150,176,143) instead hex code.

Text Font Color

.myTextColor { color: #96B08F; }

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

This text font color is #96B08F.


Background Color

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

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

This div background color is #96B08F.


Border color

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

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

This div border color is #96B08F.


Opacity

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

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

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

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

This text has shadow with #96B08F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B08F on black background.


Color preview on white background

This text has color #96B08F on white background.



Black color preview on #96B08F background

This text has black color on #96B08F background.


White color preview on #96B08F background

This text has white color on #96B08F background.