COLOR #96B894

HEX: #96B894
RGB: (150,184,148)

Color info

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

RGB color model

#96B894 color RGB value is (150,184,148).

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

RGB channels and saturation

R 150 of 255 = 59%
G 184 of 255 = 72%
B 148 of 255 = 58%

150
184
148

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

Portions of RGB colors in percentages

R + G + B =
150 + 184 + 148 = 482 (100%)
R 150 of 482 ~ 31.12%
G 184 of 482 ~ 38.17%
B 148 of 482 ~ 30.71%

%31.12
%38.17
%30.71

CMYK color model

#96B894 color CMYK value is (18,0,20,28).

  • cyan value is 18.48%
  • magenta value is 0.00%
  • yellow value is 19.57%
  • key color value is 27.84%
CMYK:
(18,0,20,28)
C18M0Y20K28 
(18%,0%,20%,28%)
(0.18/0.00/0.20/0.28)	

CMYK percentages

%18.48
%0
%19.57
%27.84

Codes

Color #96B894 in popluar color models

96B894
RGB150184148
HSL117°20.22%65.10%
HSB/HSV117°19.57%72.16%
CMYK18.48%0.00%19.57%
27.84%

Color #96B894 in popluar number systems.

HEX96B894
Decimal150184148
Binary100101101011100010010100
Octal226270224

Shades and tints

Shades of #96B894

#96B894
(150,184,148)
#89A887
(137,168,135)
#7C987A
(124,152,122)
#6F886D
(111,136,109)
#627860
(98,120,96)
#556853
(85,104,83)
#485846
(72,88,70)
#3B4839
(59,72,57)
#2E382C
(46,56,44)
#21281F
(33,40,31)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #96B894

#96B894
(150,184,148)
#9FBE9D
(159,190,157)
#A8C4A6
(168,196,166)
#B1CAAF
(177,202,175)
#BAD0B8
(186,208,184)
#C3D6C1
(195,214,193)
#CCDCCA
(204,220,202)
#D5E2D3
(213,226,211)
#DEE8DC
(222,232,220)
#E7EEE5
(231,238,229)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B894; }

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

This text font color is #96B894.


Background Color

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

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

This div background color is #96B894.


Border color

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

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

This div border color is #96B894.


Opacity

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

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

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

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

This text has shadow with #96B894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B894 on black background.


Color preview on white background

This text has color #96B894 on white background.



Black color preview on #96B894 background

This text has black color on #96B894 background.


White color preview on #96B894 background

This text has white color on #96B894 background.