COLOR #96B99A

HEX: #96B99A
RGB: (150,185,154)

Color info

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

RGB color model

#96B99A color RGB value is (150,185,154).

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

RGB channels and saturation

R 150 of 255 = 59%
G 185 of 255 = 73%
B 154 of 255 = 60%

150
185
154

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

Portions of RGB colors in percentages

R + G + B =
150 + 185 + 154 = 489 (100%)
R 150 of 489 ~ 30.67%
G 185 of 489 ~ 37.83%
B 154 of 489 ~ 31.49%

%30.67
%37.83
%31.49

CMYK color model

#96B99A color CMYK value is (19,0,17,27).

  • cyan value is 18.92%
  • magenta value is 0.00%
  • yellow value is 16.76%
  • key color value is 27.45%
CMYK:
(19,0,17,27)
C19M0Y17K27 
(19%,0%,17%,27%)
(0.19/0.00/0.17/0.27)	

CMYK percentages

%18.92
%0
%16.76
%27.45

Codes

Color #96B99A in popluar color models

96B99A
RGB150185154
HSL127°20.00%65.69%
HSB/HSV127°18.92%72.55%
CMYK18.92%0.00%16.76%
27.45%

Color #96B99A in popluar number systems.

HEX96B99A
Decimal150185154
Binary100101101011100110011010
Octal226271232

Shades and tints

Shades of #96B99A

#96B99A
(150,185,154)
#89A98C
(137,169,140)
#7C997E
(124,153,126)
#6F8970
(111,137,112)
#627962
(98,121,98)
#556954
(85,105,84)
#485946
(72,89,70)
#3B4938
(59,73,56)
#2E392A
(46,57,42)
#21291C
(33,41,28)
#14190E
(20,25,14)
#000000
(0,0,0)

Tints of #96B99A

#96B99A
(150,185,154)
#9FBFA3
(159,191,163)
#A8C5AC
(168,197,172)
#B1CBB5
(177,203,181)
#BAD1BE
(186,209,190)
#C3D7C7
(195,215,199)
#CCDDD0
(204,221,208)
#D5E3D9
(213,227,217)
#DEE9E2
(222,233,226)
#E7EFEB
(231,239,235)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B99A; }

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

This text font color is #96B99A.


Background Color

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

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

This div background color is #96B99A.


Border color

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

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

This div border color is #96B99A.


Opacity

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

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

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

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

This text has shadow with #96B99A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B99A on black background.


Color preview on white background

This text has color #96B99A on white background.



Black color preview on #96B99A background

This text has black color on #96B99A background.


White color preview on #96B99A background

This text has white color on #96B99A background.