COLOR #96B4AD

HEX: #96B4AD
RGB: (150,180,173)

Color info

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

RGB color model

#96B4AD color RGB value is (150,180,173).

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

RGB channels and saturation

R 150 of 255 = 59%
G 180 of 255 = 71%
B 173 of 255 = 68%

150
180
173

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

Portions of RGB colors in percentages

R + G + B =
150 + 180 + 173 = 503 (100%)
R 150 of 503 ~ 29.82%
G 180 of 503 ~ 35.79%
B 173 of 503 ~ 34.39%

%29.82
%35.79
%34.39

CMYK color model

#96B4AD color CMYK value is (17,0,4,29).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 3.89%
  • key color value is 29.41%
CMYK:
(17,0,4,29)
C17M0Y4K29 
(17%,0%,4%,29%)
(0.17/0.00/0.04/0.29)	

CMYK percentages

%16.67
%0
%3.89
%29.41

Codes

Color #96B4AD in popluar color models

96B4AD
RGB150180173
HSL166°16.67%64.71%
HSB/HSV166°16.67%70.59%
CMYK16.67%0.00%3.89%
29.41%

Color #96B4AD in popluar number systems.

HEX96B4AD
Decimal150180173
Binary100101101011010010101101
Octal226264255

Shades and tints

Shades of #96B4AD

#96B4AD
(150,180,173)
#89A49E
(137,164,158)
#7C948F
(124,148,143)
#6F8480
(111,132,128)
#627471
(98,116,113)
#556462
(85,100,98)
#485453
(72,84,83)
#3B4444
(59,68,68)
#2E3435
(46,52,53)
#212426
(33,36,38)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #96B4AD

#96B4AD
(150,180,173)
#9FBAB4
(159,186,180)
#A8C0BB
(168,192,187)
#B1C6C2
(177,198,194)
#BACCC9
(186,204,201)
#C3D2D0
(195,210,208)
#CCD8D7
(204,216,215)
#D5DEDE
(213,222,222)
#DEE4E5
(222,228,229)
#E7EAEC
(231,234,236)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B4AD; }

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

This text font color is #96B4AD.


Background Color

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

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

This div background color is #96B4AD.


Border color

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

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

This div border color is #96B4AD.


Opacity

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

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

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

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

This text has shadow with #96B4AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B4AD on black background.


Color preview on white background

This text has color #96B4AD on white background.



Black color preview on #96B4AD background

This text has black color on #96B4AD background.


White color preview on #96B4AD background

This text has white color on #96B4AD background.