COLOR #96B0AD

HEX: #96B0AD RGB: (150,176,173)

Color info

#96B0AD contains red, green and blue colors in about the same proportion. Web safe color of #96B0AD is #999999 (or #999).

RGB color model

#96B0AD color RGB value is (150,176,173).

RGB: (150,176,173) (59%, 69%, 68%)

RGB channels and saturation

R 150 of 255 = 59%
G 176 of 255 = 69%
B 173 of 255 = 68%

150
176
173

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

Portions of RGB colors in percentages

R + G + B = 150 + 176 + 173 = 499 (100%)
R 150 of 499 ~ 30.06%
G 176 of 499 ~ 35.27%
B 173 of 499 ~ 34.67'%

%30.06
%35.27
%34.67

CMYK color model

#96B0AD color CMYK value is (15,0,2,31).

  • cyan value is 14.77%
  • magenta value is 0.00%
  • yellow value is 1.70%
  • key color value is 30.98%

CMYK: (15,0,2,31)
C15M0Y2K31 (15%, 0%, 2%, 31%)
(0.15 / 0.00 / 0.02 / 0.31)

CMYK percentages

%14.77
%0
%1.7
%30.98

Codes

Color #96B0AD in popluar color models

96 B0 AD
RGB 150 176 173
HSL 173° 14.13% 63.92%
HSB/HSV 173° 14.77% 69.02%
CMYK 14.77% 0.00% 1.70%
30.98%

Color #96B0AD in popluar number systems.

HEX 96 B0 AD
Decimal 150 176 173
Binary 10010110 10110000 10101101
Octal 226 260 255

Shades and tints

Shades of #96B0AD

#96B0AD
(150,176,173)
#89A09E
(137,160,158)
#7C908F
(124,144,143)
#6F8080
(111,128,128)
#627071
(98,112,113)
#556062
(85,96,98)
#485053
(72,80,83)
#3B4044
(59,64,68)
#2E3035
(46,48,53)
#212026
(33,32,38)
#141017
(20,16,23)
#000000
(0,0,0)

Tints of #96B0AD

#96B0AD
(150,176,173)
#9FB7B4
(159,183,180)
#A8BEBB
(168,190,187)
#B1C5C2
(177,197,194)
#BACCC9
(186,204,201)
#C3D3D0
(195,211,208)
#CCDAD7
(204,218,215)
#D5E1DE
(213,225,222)
#DEE8E5
(222,232,229)
#E7EFEC
(231,239,236)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B0AD; }

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

This text font color is #96B0AD.

Background Color

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

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

This div background color is #96B0AD.

Border color

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

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

This div border color is #96B0AD.

Opacity

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

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

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

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

This text has shadow with #96B0AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96B0AD.

Preview

Color preview on black background

This text has color #96B0AD on black background.


Color preview on white background

This text has color #96B0AD on white background.


Black color preview on #96B0AD background

This text has black color on #96B0AD background.


White color preview on #96B0AD background

This text has white color on #96B0AD background.


Related colors

Complementary color

Complementary color for #hex is #694F52.


I love getcolorcode.com

Triadic colors

1 #AD96B0 and #B0AD96 with #96B0AD are triadic colors.

2 #ADB096 and #B096AD with #96B0AD are triadic colors.