COLOR #96C088

HEX: #96C088
RGB: (150,192,136)

Color info

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

RGB color model

#96C088 color RGB value is (150,192,136).

  • red value is 150;
  • green value is 192;
  • blue value is 136.
RGB:
(150,192,136)
(59%,75%,53%)

RGB channels and saturation

R 150 of 255 = 59%
G 192 of 255 = 75%
B 136 of 255 = 53%

150
192
136

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

Portions of RGB colors in percentages

R + G + B =
150 + 192 + 136 = 478 (100%)
R 150 of 478 ~ 31.38%
G 192 of 478 ~ 40.17%
B 136 of 478 ~ 28.45%

%31.38
%40.17
%28.45

CMYK color model

#96C088 color CMYK value is (22,0,29,25).

  • cyan value is 21.88%
  • magenta value is 0.00%
  • yellow value is 29.17%
  • key color value is 24.71%
CMYK:
(22,0,29,25)
C22M0Y29K25 
(22%,0%,29%,25%)
(0.22/0.00/0.29/0.25)	

CMYK percentages

%21.88
%0
%29.17
%24.71

Codes

Color #96C088 in popluar color models

96C088
RGB150192136
HSL105°30.77%64.31%
HSB/HSV105°29.17%75.29%
CMYK21.88%0.00%29.17%
24.71%

Color #96C088 in popluar number systems.

HEX96C088
Decimal150192136
Binary100101101100000010001000
Octal226300210

Shades and tints

Shades of #96C088

#96C088
(150,192,136)
#89AF7C
(137,175,124)
#7C9E70
(124,158,112)
#6F8D64
(111,141,100)
#627C58
(98,124,88)
#556B4C
(85,107,76)
#485A40
(72,90,64)
#3B4934
(59,73,52)
#2E3828
(46,56,40)
#21271C
(33,39,28)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #96C088

#96C088
(150,192,136)
#9FC592
(159,197,146)
#A8CA9C
(168,202,156)
#B1CFA6
(177,207,166)
#BAD4B0
(186,212,176)
#C3D9BA
(195,217,186)
#CCDEC4
(204,222,196)
#D5E3CE
(213,227,206)
#DEE8D8
(222,232,216)
#E7EDE2
(231,237,226)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C088 color. Also use rgb(150,192,136) instead hex code.

Text Font Color

.myTextColor { color: #96C088; }

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

This text font color is #96C088.


Background Color

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

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

This div background color is #96C088.


Border color

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

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

This div border color is #96C088.


Opacity

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

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

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

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

This text has shadow with #96C088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C088 on black background.


Color preview on white background

This text has color #96C088 on white background.



Black color preview on #96C088 background

This text has black color on #96C088 background.


White color preview on #96C088 background

This text has white color on #96C088 background.