COLOR #96BE99

HEX: #96BE99
RGB: (150,190,153)

Color info

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

RGB color model

#96BE99 color RGB value is (150,190,153).

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

RGB channels and saturation

R 150 of 255 = 59%
G 190 of 255 = 75%
B 153 of 255 = 60%

150
190
153

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

Portions of RGB colors in percentages

R + G + B =
150 + 190 + 153 = 493 (100%)
R 150 of 493 ~ 30.43%
G 190 of 493 ~ 38.54%
B 153 of 493 ~ 31.03%

%30.43
%38.54
%31.03

CMYK color model

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

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

CMYK percentages

%21.05
%0
%19.47
%25.49

Codes

Color #96BE99 in popluar color models

96BE99
RGB150190153
HSL125°23.53%66.67%
HSB/HSV125°21.05%74.51%
CMYK21.05%0.00%19.47%
25.49%

Color #96BE99 in popluar number systems.

HEX96BE99
Decimal150190153
Binary100101101011111010011001
Octal226276231

Shades and tints

Shades of #96BE99

#96BE99
(150,190,153)
#89AD8C
(137,173,140)
#7C9C7F
(124,156,127)
#6F8B72
(111,139,114)
#627A65
(98,122,101)
#556958
(85,105,88)
#48584B
(72,88,75)
#3B473E
(59,71,62)
#2E3631
(46,54,49)
#212524
(33,37,36)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #96BE99

#96BE99
(150,190,153)
#9FC3A2
(159,195,162)
#A8C8AB
(168,200,171)
#B1CDB4
(177,205,180)
#BAD2BD
(186,210,189)
#C3D7C6
(195,215,198)
#CCDCCF
(204,220,207)
#D5E1D8
(213,225,216)
#DEE6E1
(222,230,225)
#E7EBEA
(231,235,234)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96BE99 color. Also use rgb(150,190,153) instead hex code.

Text Font Color

.myTextColor { color: #96BE99; }

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

This text font color is #96BE99.


Background Color

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

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

This div background color is #96BE99.


Border color

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

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

This div border color is #96BE99.


Opacity

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

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

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

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

This text has shadow with #96BE99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BE99 on black background.


Color preview on white background

This text has color #96BE99 on white background.



Black color preview on #96BE99 background

This text has black color on #96BE99 background.


White color preview on #96BE99 background

This text has white color on #96BE99 background.