COLOR #96BE8E

HEX: #96BE8E
RGB: (150,190,142)

Color info

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

RGB color model

#96BE8E color RGB value is (150,190,142).

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

RGB channels and saturation

R 150 of 255 = 59%
G 190 of 255 = 75%
B 142 of 255 = 56%

150
190
142

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

Portions of RGB colors in percentages

R + G + B =
150 + 190 + 142 = 482 (100%)
R 150 of 482 ~ 31.12%
G 190 of 482 ~ 39.42%
B 142 of 482 ~ 29.46%

%31.12
%39.42
%29.46

CMYK color model

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

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 25.26%
  • key color value is 25.49%
CMYK:
(21,0,25,25)
C21M0Y25K25 
(21%,0%,25%,25%)
(0.21/0.00/0.25/0.25)	

CMYK percentages

%21.05
%0
%25.26
%25.49

Codes

Color #96BE8E in popluar color models

96BE8E
RGB150190142
HSL110°26.97%65.10%
HSB/HSV110°25.26%74.51%
CMYK21.05%0.00%25.26%
25.49%

Color #96BE8E in popluar number systems.

HEX96BE8E
Decimal150190142
Binary100101101011111010001110
Octal226276216

Shades and tints

Shades of #96BE8E

#96BE8E
(150,190,142)
#89AD82
(137,173,130)
#7C9C76
(124,156,118)
#6F8B6A
(111,139,106)
#627A5E
(98,122,94)
#556952
(85,105,82)
#485846
(72,88,70)
#3B473A
(59,71,58)
#2E362E
(46,54,46)
#212522
(33,37,34)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #96BE8E

#96BE8E
(150,190,142)
#9FC398
(159,195,152)
#A8C8A2
(168,200,162)
#B1CDAC
(177,205,172)
#BAD2B6
(186,210,182)
#C3D7C0
(195,215,192)
#CCDCCA
(204,220,202)
#D5E1D4
(213,225,212)
#DEE6DE
(222,230,222)
#E7EBE8
(231,235,232)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BE8E; }

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

This text font color is #96BE8E.


Background Color

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

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

This div background color is #96BE8E.


Border color

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

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

This div border color is #96BE8E.


Opacity

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

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

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

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

This text has shadow with #96BE8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BE8E on black background.


Color preview on white background

This text has color #96BE8E on white background.



Black color preview on #96BE8E background

This text has black color on #96BE8E background.


White color preview on #96BE8E background

This text has white color on #96BE8E background.