COLOR #96B09A

HEX: #96B09A RGB: (150,176,154)

Color info

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

RGB color model

#96B09A color RGB value is (150,176,154).

RGB: (150,176,154) (59%, 69%, 60%)

RGB channels and saturation

R 150 of 255 = 59%
G 176 of 255 = 69%
B 154 of 255 = 60%

150
176
154

R + G + B ~ 63%. #96B09A is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 176 + 154 = 480 (100%)
R 150 of 480 ~ 31.25%
G 176 of 480 ~ 36.67%
B 154 of 480 ~ 32.08'%

%31.25
%36.67
%32.08

CMYK color model

#96B09A color CMYK value is (15,0,13,31).

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

CMYK: (15,0,13,31)
C15M0Y13K31 (15%, 0%, 13%, 31%)
(0.15 / 0.00 / 0.13 / 0.31)

CMYK percentages

%14.77
%0
%12.5
%30.98

Codes

Color #96B09A in popluar color models

96 B0 9A
RGB 150 176 154
HSL 129° 14.13% 63.92%
HSB/HSV 129° 14.77% 69.02%
CMYK 14.77% 0.00% 12.50%
30.98%

Color #96B09A in popluar number systems.

HEX 96 B0 9A
Decimal 150 176 154
Binary 10010110 10110000 10011010
Octal 226 260 232

Shades and tints

Shades of #96B09A

#96B09A
(150,176,154)
#89A08C
(137,160,140)
#7C907E
(124,144,126)
#6F8070
(111,128,112)
#627062
(98,112,98)
#556054
(85,96,84)
#485046
(72,80,70)
#3B4038
(59,64,56)
#2E302A
(46,48,42)
#21201C
(33,32,28)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #96B09A

#96B09A
(150,176,154)
#9FB7A3
(159,183,163)
#A8BEAC
(168,190,172)
#B1C5B5
(177,197,181)
#BACCBE
(186,204,190)
#C3D3C7
(195,211,199)
#CCDAD0
(204,218,208)
#D5E1D9
(213,225,217)
#DEE8E2
(222,232,226)
#E7EFEB
(231,239,235)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B09A; }

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

This text font color is #96B09A.

Background Color

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

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

This div background color is #96B09A.

Border color

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

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

This div border color is #96B09A.

Opacity

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

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

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

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

This text has shadow with #96B09A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96B09A.

Preview

Color preview on black background

This text has color #96B09A on black background.


Color preview on white background

This text has color #96B09A on white background.


Black color preview on #96B09A background

This text has black color on #96B09A background.


White color preview on #96B09A background

This text has white color on #96B09A background.


Related colors

Complementary color

Complementary color for #hex is #694F65.


I love getcolorcode.com

Triadic colors

1 #9A96B0 and #B09A96 with #96B09A are triadic colors.

2 #9AB096 and #B0969A with #96B09A are triadic colors.