COLOR #96CEA8

HEX: #96CEA8
RGB: (150,206,168)

Color info

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

RGB color model

#96CEA8 color RGB value is (150,206,168).

  • red value is 150;
  • green value is 206;
  • blue value is 168.
RGB:
(150,206,168)
(59%,81%,66%)

RGB channels and saturation

R 150 of 255 = 59%
G 206 of 255 = 81%
B 168 of 255 = 66%

150
206
168

R + G + B ~ 69%. #96CEA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 206 + 168 = 524 (100%)
R 150 of 524 ~ 28.63%
G 206 of 524 ~ 39.31%
B 168 of 524 ~ 32.06%

%28.63
%39.31
%32.06

CMYK color model

#96CEA8 color CMYK value is (27,0,18,19).

  • cyan value is 27.18%
  • magenta value is 0.00%
  • yellow value is 18.45%
  • key color value is 19.22%
CMYK:
(27,0,18,19)
C27M0Y18K19 
(27%,0%,18%,19%)
(0.27/0.00/0.18/0.19)	

CMYK percentages

%27.18
%0
%18.45
%19.22

Codes

Color #96CEA8 in popluar color models

96CEA8
RGB150206168
HSL139°36.36%69.80%
HSB/HSV139°27.18%80.78%
CMYK27.18%0.00%18.45%
19.22%

Color #96CEA8 in popluar number systems.

HEX96CEA8
Decimal150206168
Binary100101101100111010101000
Octal226316250

Shades and tints

Shades of #96CEA8

#96CEA8
(150,206,168)
#89BC99
(137,188,153)
#7CAA8A
(124,170,138)
#6F987B
(111,152,123)
#62866C
(98,134,108)
#55745D
(85,116,93)
#48624E
(72,98,78)
#3B503F
(59,80,63)
#2E3E30
(46,62,48)
#212C21
(33,44,33)
#141A12
(20,26,18)
#000000
(0,0,0)

Tints of #96CEA8

#96CEA8
(150,206,168)
#9FD2AF
(159,210,175)
#A8D6B6
(168,214,182)
#B1DABD
(177,218,189)
#BADEC4
(186,222,196)
#C3E2CB
(195,226,203)
#CCE6D2
(204,230,210)
#D5EAD9
(213,234,217)
#DEEEE0
(222,238,224)
#E7F2E7
(231,242,231)
#F0F6EE
(240,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96CEA8 color. Also use rgb(150,206,168) instead hex code.

Text Font Color

.myTextColor { color: #96CEA8; }

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

This text font color is #96CEA8.


Background Color

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

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

This div background color is #96CEA8.


Border color

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

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

This div border color is #96CEA8.


Opacity

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

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

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

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

This text has shadow with #96CEA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CEA8 on black background.


Color preview on white background

This text has color #96CEA8 on white background.



Black color preview on #96CEA8 background

This text has black color on #96CEA8 background.


White color preview on #96CEA8 background

This text has white color on #96CEA8 background.