COLOR #96BF9A

HEX: #96BF9A
RGB: (150,191,154)

Color info

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

RGB color model

#96BF9A color RGB value is (150,191,154).

  • red value is 150;
  • green value is 191;
  • blue value is 154.
RGB:
(150,191,154)
(59%,75%,60%)

RGB channels and saturation

R 150 of 255 = 59%
G 191 of 255 = 75%
B 154 of 255 = 60%

150
191
154

R + G + B ~ 65%. #96BF9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 191 + 154 = 495 (100%)
R 150 of 495 ~ 30.3%
G 191 of 495 ~ 38.59%
B 154 of 495 ~ 31.11%

%30.3
%38.59
%31.11

CMYK color model

#96BF9A color CMYK value is (21,0,19,25).

  • cyan value is 21.47%
  • magenta value is 0.00%
  • yellow value is 19.37%
  • key color value is 25.10%
CMYK:
(21,0,19,25)
C21M0Y19K25 
(21%,0%,19%,25%)
(0.21/0.00/0.19/0.25)	

CMYK percentages

%21.47
%0
%19.37
%25.1

Codes

Color #96BF9A in popluar color models

96BF9A
RGB150191154
HSL126°24.26%66.86%
HSB/HSV126°21.47%74.90%
CMYK21.47%0.00%19.37%
25.10%

Color #96BF9A in popluar number systems.

HEX96BF9A
Decimal150191154
Binary100101101011111110011010
Octal226277232

Shades and tints

Shades of #96BF9A

#96BF9A
(150,191,154)
#89AE8C
(137,174,140)
#7C9D7E
(124,157,126)
#6F8C70
(111,140,112)
#627B62
(98,123,98)
#556A54
(85,106,84)
#485946
(72,89,70)
#3B4838
(59,72,56)
#2E372A
(46,55,42)
#21261C
(33,38,28)
#14150E
(20,21,14)
#000000
(0,0,0)

Tints of #96BF9A

#96BF9A
(150,191,154)
#9FC4A3
(159,196,163)
#A8C9AC
(168,201,172)
#B1CEB5
(177,206,181)
#BAD3BE
(186,211,190)
#C3D8C7
(195,216,199)
#CCDDD0
(204,221,208)
#D5E2D9
(213,226,217)
#DEE7E2
(222,231,226)
#E7ECEB
(231,236,235)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96BF9A color. Also use rgb(150,191,154) instead hex code.

Text Font Color

.myTextColor { color: #96BF9A; }

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

This text font color is #96BF9A.


Background Color

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

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

This div background color is #96BF9A.


Border color

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

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

This div border color is #96BF9A.


Opacity

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

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

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

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

This text has shadow with #96BF9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BF9A on black background.


Color preview on white background

This text has color #96BF9A on white background.



Black color preview on #96BF9A background

This text has black color on #96BF9A background.


White color preview on #96BF9A background

This text has white color on #96BF9A background.