COLOR #96B4A3

HEX: #96B4A3
RGB: (150,180,163)

Color info

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

RGB color model

#96B4A3 color RGB value is (150,180,163).

  • red value is 150;
  • green value is 180;
  • blue value is 163.
RGB:
(150,180,163)
(59%,71%,64%)

RGB channels and saturation

R 150 of 255 = 59%
G 180 of 255 = 71%
B 163 of 255 = 64%

150
180
163

R + G + B ~ 65%. #96B4A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 180 + 163 = 493 (100%)
R 150 of 493 ~ 30.43%
G 180 of 493 ~ 36.51%
B 163 of 493 ~ 33.06%

%30.43
%36.51
%33.06

CMYK color model

#96B4A3 color CMYK value is (17,0,9,29).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 9.44%
  • key color value is 29.41%
CMYK:
(17,0,9,29)
C17M0Y9K29 
(17%,0%,9%,29%)
(0.17/0.00/0.09/0.29)	

CMYK percentages

%16.67
%0
%9.44
%29.41

Codes

Color #96B4A3 in popluar color models

96B4A3
RGB150180163
HSL146°16.67%64.71%
HSB/HSV146°16.67%70.59%
CMYK16.67%0.00%9.44%
29.41%

Color #96B4A3 in popluar number systems.

HEX96B4A3
Decimal150180163
Binary100101101011010010100011
Octal226264243

Shades and tints

Shades of #96B4A3

#96B4A3
(150,180,163)
#89A495
(137,164,149)
#7C9487
(124,148,135)
#6F8479
(111,132,121)
#62746B
(98,116,107)
#55645D
(85,100,93)
#48544F
(72,84,79)
#3B4441
(59,68,65)
#2E3433
(46,52,51)
#212425
(33,36,37)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #96B4A3

#96B4A3
(150,180,163)
#9FBAAB
(159,186,171)
#A8C0B3
(168,192,179)
#B1C6BB
(177,198,187)
#BACCC3
(186,204,195)
#C3D2CB
(195,210,203)
#CCD8D3
(204,216,211)
#D5DEDB
(213,222,219)
#DEE4E3
(222,228,227)
#E7EAEB
(231,234,235)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B4A3 color. Also use rgb(150,180,163) instead hex code.

Text Font Color

.myTextColor { color: #96B4A3; }

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

This text font color is #96B4A3.


Background Color

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

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

This div background color is #96B4A3.


Border color

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

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

This div border color is #96B4A3.


Opacity

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

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

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

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

This text has shadow with #96B4A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B4A3 on black background.


Color preview on white background

This text has color #96B4A3 on white background.



Black color preview on #96B4A3 background

This text has black color on #96B4A3 background.


White color preview on #96B4A3 background

This text has white color on #96B4A3 background.