COLOR #96B89E

HEX: #96B89E
RGB: (150,184,158)

Color info

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

RGB color model

#96B89E color RGB value is (150,184,158).

  • red value is 150;
  • green value is 184;
  • blue value is 158.
RGB:
(150,184,158)
(59%,72%,62%)

RGB channels and saturation

R 150 of 255 = 59%
G 184 of 255 = 72%
B 158 of 255 = 62%

150
184
158

R + G + B ~ 64%. #96B89E is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 184 + 158 = 492 (100%)
R 150 of 492 ~ 30.49%
G 184 of 492 ~ 37.4%
B 158 of 492 ~ 32.11%

%30.49
%37.4
%32.11

CMYK color model

#96B89E color CMYK value is (18,0,14,28).

  • cyan value is 18.48%
  • magenta value is 0.00%
  • yellow value is 14.13%
  • key color value is 27.84%
CMYK:
(18,0,14,28)
C18M0Y14K28 
(18%,0%,14%,28%)
(0.18/0.00/0.14/0.28)	

CMYK percentages

%18.48
%0
%14.13
%27.84

Codes

Color #96B89E in popluar color models

96B89E
RGB150184158
HSL134°19.32%65.49%
HSB/HSV134°18.48%72.16%
CMYK18.48%0.00%14.13%
27.84%

Color #96B89E in popluar number systems.

HEX96B89E
Decimal150184158
Binary100101101011100010011110
Octal226270236

Shades and tints

Shades of #96B89E

#96B89E
(150,184,158)
#89A890
(137,168,144)
#7C9882
(124,152,130)
#6F8874
(111,136,116)
#627866
(98,120,102)
#556858
(85,104,88)
#48584A
(72,88,74)
#3B483C
(59,72,60)
#2E382E
(46,56,46)
#212820
(33,40,32)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #96B89E

#96B89E
(150,184,158)
#9FBEA6
(159,190,166)
#A8C4AE
(168,196,174)
#B1CAB6
(177,202,182)
#BAD0BE
(186,208,190)
#C3D6C6
(195,214,198)
#CCDCCE
(204,220,206)
#D5E2D6
(213,226,214)
#DEE8DE
(222,232,222)
#E7EEE6
(231,238,230)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B89E color. Also use rgb(150,184,158) instead hex code.

Text Font Color

.myTextColor { color: #96B89E; }

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

This text font color is #96B89E.


Background Color

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

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

This div background color is #96B89E.


Border color

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

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

This div border color is #96B89E.


Opacity

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

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

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

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

This text has shadow with #96B89E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B89E on black background.


Color preview on white background

This text has color #96B89E on white background.



Black color preview on #96B89E background

This text has black color on #96B89E background.


White color preview on #96B89E background

This text has white color on #96B89E background.