COLOR #96BD8A

HEX: #96BD8A
RGB: (150,189,138)

Color info

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

RGB color model

#96BD8A color RGB value is (150,189,138).

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

RGB channels and saturation

R 150 of 255 = 59%
G 189 of 255 = 74%
B 138 of 255 = 54%

150
189
138

R + G + B ~ 62%. #96BD8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 189 + 138 = 477 (100%)
R 150 of 477 ~ 31.45%
G 189 of 477 ~ 39.62%
B 138 of 477 ~ 28.93%

%31.45
%39.62
%28.93

CMYK color model

#96BD8A color CMYK value is (21,0,27,26).

  • cyan value is 20.63%
  • magenta value is 0.00%
  • yellow value is 26.98%
  • key color value is 25.88%
CMYK:
(21,0,27,26)
C21M0Y27K26 
(21%,0%,27%,26%)
(0.21/0.00/0.27/0.26)	

CMYK percentages

%20.63
%0
%26.98
%25.88

Codes

Color #96BD8A in popluar color models

96BD8A
RGB150189138
HSL106°27.87%64.12%
HSB/HSV106°26.98%74.12%
CMYK20.63%0.00%26.98%
25.88%

Color #96BD8A in popluar number systems.

HEX96BD8A
Decimal150189138
Binary100101101011110110001010
Octal226275212

Shades and tints

Shades of #96BD8A

#96BD8A
(150,189,138)
#89AC7E
(137,172,126)
#7C9B72
(124,155,114)
#6F8A66
(111,138,102)
#62795A
(98,121,90)
#55684E
(85,104,78)
#485742
(72,87,66)
#3B4636
(59,70,54)
#2E352A
(46,53,42)
#21241E
(33,36,30)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #96BD8A

#96BD8A
(150,189,138)
#9FC394
(159,195,148)
#A8C99E
(168,201,158)
#B1CFA8
(177,207,168)
#BAD5B2
(186,213,178)
#C3DBBC
(195,219,188)
#CCE1C6
(204,225,198)
#D5E7D0
(213,231,208)
#DEEDDA
(222,237,218)
#E7F3E4
(231,243,228)
#F0F9EE
(240,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BD8A; }

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

This text font color is #96BD8A.


Background Color

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

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

This div background color is #96BD8A.


Border color

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

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

This div border color is #96BD8A.


Opacity

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

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

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

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

This text has shadow with #96BD8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BD8A on black background.


Color preview on white background

This text has color #96BD8A on white background.



Black color preview on #96BD8A background

This text has black color on #96BD8A background.


White color preview on #96BD8A background

This text has white color on #96BD8A background.