COLOR #96B98A

HEX: #96B98A
RGB: (150,185,138)

Color info

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

RGB color model

#96B98A color RGB value is (150,185,138).

  • red value is 150;
  • green value is 185;
  • blue value is 138.
RGB:
(150,185,138)
(59%,73%,54%)

RGB channels and saturation

R 150 of 255 = 59%
G 185 of 255 = 73%
B 138 of 255 = 54%

150
185
138

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

Portions of RGB colors in percentages

R + G + B =
150 + 185 + 138 = 473 (100%)
R 150 of 473 ~ 31.71%
G 185 of 473 ~ 39.11%
B 138 of 473 ~ 29.18%

%31.71
%39.11
%29.18

CMYK color model

#96B98A color CMYK value is (19,0,25,27).

  • cyan value is 18.92%
  • magenta value is 0.00%
  • yellow value is 25.41%
  • key color value is 27.45%
CMYK:
(19,0,25,27)
C19M0Y25K27 
(19%,0%,25%,27%)
(0.19/0.00/0.25/0.27)	

CMYK percentages

%18.92
%0
%25.41
%27.45

Codes

Color #96B98A in popluar color models

96B98A
RGB150185138
HSL105°25.13%63.33%
HSB/HSV105°25.41%72.55%
CMYK18.92%0.00%25.41%
27.45%

Color #96B98A in popluar number systems.

HEX96B98A
Decimal150185138
Binary100101101011100110001010
Octal226271212

Shades and tints

Shades of #96B98A

#96B98A
(150,185,138)
#89A97E
(137,169,126)
#7C9972
(124,153,114)
#6F8966
(111,137,102)
#62795A
(98,121,90)
#55694E
(85,105,78)
#485942
(72,89,66)
#3B4936
(59,73,54)
#2E392A
(46,57,42)
#21291E
(33,41,30)
#141912
(20,25,18)
#000000
(0,0,0)

Tints of #96B98A

#96B98A
(150,185,138)
#9FBF94
(159,191,148)
#A8C59E
(168,197,158)
#B1CBA8
(177,203,168)
#BAD1B2
(186,209,178)
#C3D7BC
(195,215,188)
#CCDDC6
(204,221,198)
#D5E3D0
(213,227,208)
#DEE9DA
(222,233,218)
#E7EFE4
(231,239,228)
#F0F5EE
(240,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B98A color. Also use rgb(150,185,138) instead hex code.

Text Font Color

.myTextColor { color: #96B98A; }

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

This text font color is #96B98A.


Background Color

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

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

This div background color is #96B98A.


Border color

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

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

This div border color is #96B98A.


Opacity

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

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

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

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

This text has shadow with #96B98A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B98A on black background.


Color preview on white background

This text has color #96B98A on white background.



Black color preview on #96B98A background

This text has black color on #96B98A background.


White color preview on #96B98A background

This text has white color on #96B98A background.