COLOR #96B090

HEX: #96B090 RGB: (150,176,144)

Color info

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

RGB color model

#96B090 color RGB value is (150,176,144).

RGB: (150,176,144) (59%, 69%, 56%)

RGB channels and saturation

R 150 of 255 = 59%
G 176 of 255 = 69%
B 144 of 255 = 56%

150
176
144

R + G + B ~ 61%. #96B090 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 176 + 144 = 470 (100%)
R 150 of 470 ~ 31.91%
G 176 of 470 ~ 37.45%
B 144 of 470 ~ 30.64'%

%31.91
%37.45
%30.64

CMYK color model

#96B090 color CMYK value is (15,0,18,31).

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

CMYK: (15,0,18,31)
C15M0Y18K31 (15%, 0%, 18%, 31%)
(0.15 / 0.00 / 0.18 / 0.31)

CMYK percentages

%14.77
%0
%18.18
%30.98

Codes

Color #96B090 in popluar color models

96 B0 90
RGB 150 176 144
HSL 109° 16.84% 62.75%
HSB/HSV 109° 18.18% 69.02%
CMYK 14.77% 0.00% 18.18%
30.98%

Color #96B090 in popluar number systems.

HEX 96 B0 90
Decimal 150 176 144
Binary 10010110 10110000 10010000
Octal 226 260 220

Shades and tints

Shades of #96B090

#96B090
(150,176,144)
#89A083
(137,160,131)
#7C9076
(124,144,118)
#6F8069
(111,128,105)
#62705C
(98,112,92)
#55604F
(85,96,79)
#485042
(72,80,66)
#3B4035
(59,64,53)
#2E3028
(46,48,40)
#21201B
(33,32,27)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #96B090

#96B090
(150,176,144)
#9FB79A
(159,183,154)
#A8BEA4
(168,190,164)
#B1C5AE
(177,197,174)
#BACCB8
(186,204,184)
#C3D3C2
(195,211,194)
#CCDACC
(204,218,204)
#D5E1D6
(213,225,214)
#DEE8E0
(222,232,224)
#E7EFEA
(231,239,234)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B090; }

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

This text font color is #96B090.

Background Color

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

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

This div background color is #96B090.

Border color

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

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

This div border color is #96B090.

Opacity

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

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

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

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

This text has shadow with #96B090 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96B090.

Preview

Color preview on black background

This text has color #96B090 on black background.


Color preview on white background

This text has color #96B090 on white background.


Black color preview on #96B090 background

This text has black color on #96B090 background.


White color preview on #96B090 background

This text has white color on #96B090 background.


Related colors

Complementary color

Complementary color for #hex is #694F6F.


I love getcolorcode.com

Triadic colors

1 #9096B0 and #B09096 with #96B090 are triadic colors.

2 #90B096 and #B09690 with #96B090 are triadic colors.