COLOR #96BD8F

HEX: #96BD8F
RGB: (150,189,143)

Color info

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

RGB color model

#96BD8F color RGB value is (150,189,143).

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

RGB channels and saturation

R 150 of 255 = 59%
G 189 of 255 = 74%
B 143 of 255 = 56%

150
189
143

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

Portions of RGB colors in percentages

R + G + B =
150 + 189 + 143 = 482 (100%)
R 150 of 482 ~ 31.12%
G 189 of 482 ~ 39.21%
B 143 of 482 ~ 29.67%

%31.12
%39.21
%29.67

CMYK color model

#96BD8F color CMYK value is (21,0,24,26).

  • cyan value is 20.63%
  • magenta value is 0.00%
  • yellow value is 24.34%
  • key color value is 25.88%
CMYK:
(21,0,24,26)
C21M0Y24K26 
(21%,0%,24%,26%)
(0.21/0.00/0.24/0.26)	

CMYK percentages

%20.63
%0
%24.34
%25.88

Codes

Color #96BD8F in popluar color models

96BD8F
RGB150189143
HSL111°25.84%65.10%
HSB/HSV111°24.34%74.12%
CMYK20.63%0.00%24.34%
25.88%

Color #96BD8F in popluar number systems.

HEX96BD8F
Decimal150189143
Binary100101101011110110001111
Octal226275217

Shades and tints

Shades of #96BD8F

#96BD8F
(150,189,143)
#89AC82
(137,172,130)
#7C9B75
(124,155,117)
#6F8A68
(111,138,104)
#62795B
(98,121,91)
#55684E
(85,104,78)
#485741
(72,87,65)
#3B4634
(59,70,52)
#2E3527
(46,53,39)
#21241A
(33,36,26)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #96BD8F

#96BD8F
(150,189,143)
#9FC399
(159,195,153)
#A8C9A3
(168,201,163)
#B1CFAD
(177,207,173)
#BAD5B7
(186,213,183)
#C3DBC1
(195,219,193)
#CCE1CB
(204,225,203)
#D5E7D5
(213,231,213)
#DEEDDF
(222,237,223)
#E7F3E9
(231,243,233)
#F0F9F3
(240,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BD8F; }

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

This text font color is #96BD8F.


Background Color

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

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

This div background color is #96BD8F.


Border color

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

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

This div border color is #96BD8F.


Opacity

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

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

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

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

This text has shadow with #96BD8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BD8F on black background.


Color preview on white background

This text has color #96BD8F on white background.



Black color preview on #96BD8F background

This text has black color on #96BD8F background.


White color preview on #96BD8F background

This text has white color on #96BD8F background.