COLOR #96B993

HEX: #96B993
RGB: (150,185,147)

Color info

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

RGB color model

#96B993 color RGB value is (150,185,147).

  • red value is 150;
  • green value is 185;
  • blue value is 147.
RGB:
(150,185,147)
(59%,73%,58%)

RGB channels and saturation

R 150 of 255 = 59%
G 185 of 255 = 73%
B 147 of 255 = 58%

150
185
147

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

Portions of RGB colors in percentages

R + G + B =
150 + 185 + 147 = 482 (100%)
R 150 of 482 ~ 31.12%
G 185 of 482 ~ 38.38%
B 147 of 482 ~ 30.5%

%31.12
%38.38
%30.5

CMYK color model

#96B993 color CMYK value is (19,0,21,27).

  • cyan value is 18.92%
  • magenta value is 0.00%
  • yellow value is 20.54%
  • key color value is 27.45%
CMYK:
(19,0,21,27)
C19M0Y21K27 
(19%,0%,21%,27%)
(0.19/0.00/0.21/0.27)	

CMYK percentages

%18.92
%0
%20.54
%27.45

Codes

Color #96B993 in popluar color models

96B993
RGB150185147
HSL115°21.35%65.10%
HSB/HSV115°20.54%72.55%
CMYK18.92%0.00%20.54%
27.45%

Color #96B993 in popluar number systems.

HEX96B993
Decimal150185147
Binary100101101011100110010011
Octal226271223

Shades and tints

Shades of #96B993

#96B993
(150,185,147)
#89A986
(137,169,134)
#7C9979
(124,153,121)
#6F896C
(111,137,108)
#62795F
(98,121,95)
#556952
(85,105,82)
#485945
(72,89,69)
#3B4938
(59,73,56)
#2E392B
(46,57,43)
#21291E
(33,41,30)
#141911
(20,25,17)
#000000
(0,0,0)

Tints of #96B993

#96B993
(150,185,147)
#9FBF9C
(159,191,156)
#A8C5A5
(168,197,165)
#B1CBAE
(177,203,174)
#BAD1B7
(186,209,183)
#C3D7C0
(195,215,192)
#CCDDC9
(204,221,201)
#D5E3D2
(213,227,210)
#DEE9DB
(222,233,219)
#E7EFE4
(231,239,228)
#F0F5ED
(240,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B993 color. Also use rgb(150,185,147) instead hex code.

Text Font Color

.myTextColor { color: #96B993; }

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

This text font color is #96B993.


Background Color

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

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

This div background color is #96B993.


Border color

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

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

This div border color is #96B993.


Opacity

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

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

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

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

This text has shadow with #96B993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B993 on black background.


Color preview on white background

This text has color #96B993 on white background.



Black color preview on #96B993 background

This text has black color on #96B993 background.


White color preview on #96B993 background

This text has white color on #96B993 background.