COLOR #96B8AD

HEX: #96B8AD
RGB: (150,184,173)

Color info

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

RGB color model

#96B8AD color RGB value is (150,184,173).

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

RGB channels and saturation

R 150 of 255 = 59%
G 184 of 255 = 72%
B 173 of 255 = 68%

150
184
173

R + G + B ~ 66%. #96B8AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 184 + 173 = 507 (100%)
R 150 of 507 ~ 29.59%
G 184 of 507 ~ 36.29%
B 173 of 507 ~ 34.12%

%29.59
%36.29
%34.12

CMYK color model

#96B8AD color CMYK value is (18,0,6,28).

  • cyan value is 18.48%
  • magenta value is 0.00%
  • yellow value is 5.98%
  • key color value is 27.84%
CMYK:
(18,0,6,28)
C18M0Y6K28 
(18%,0%,6%,28%)
(0.18/0.00/0.06/0.28)	

CMYK percentages

%18.48
%0
%5.98
%27.84

Codes

Color #96B8AD in popluar color models

96B8AD
RGB150184173
HSL161°19.32%65.49%
HSB/HSV161°18.48%72.16%
CMYK18.48%0.00%5.98%
27.84%

Color #96B8AD in popluar number systems.

HEX96B8AD
Decimal150184173
Binary100101101011100010101101
Octal226270255

Shades and tints

Shades of #96B8AD

#96B8AD
(150,184,173)
#89A89E
(137,168,158)
#7C988F
(124,152,143)
#6F8880
(111,136,128)
#627871
(98,120,113)
#556862
(85,104,98)
#485853
(72,88,83)
#3B4844
(59,72,68)
#2E3835
(46,56,53)
#212826
(33,40,38)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #96B8AD

#96B8AD
(150,184,173)
#9FBEB4
(159,190,180)
#A8C4BB
(168,196,187)
#B1CAC2
(177,202,194)
#BAD0C9
(186,208,201)
#C3D6D0
(195,214,208)
#CCDCD7
(204,220,215)
#D5E2DE
(213,226,222)
#DEE8E5
(222,232,229)
#E7EEEC
(231,238,236)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B8AD; }

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

This text font color is #96B8AD.


Background Color

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

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

This div background color is #96B8AD.


Border color

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

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

This div border color is #96B8AD.


Opacity

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

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

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

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

This text has shadow with #96B8AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B8AD on black background.


Color preview on white background

This text has color #96B8AD on white background.



Black color preview on #96B8AD background

This text has black color on #96B8AD background.


White color preview on #96B8AD background

This text has white color on #96B8AD background.