COLOR #96B183

HEX: #96B183 RGB: (150,177,131)

Color info

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

RGB color model

#96B183 color RGB value is (150,177,131).

RGB: (150,177,131) (59%, 69%, 51%)

RGB channels and saturation

R 150 of 255 = 59%
G 177 of 255 = 69%
B 131 of 255 = 51%

150
177
131

R + G + B ~ 60%. #96B183 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 177 + 131 = 458 (100%)
R 150 of 458 ~ 32.75%
G 177 of 458 ~ 38.65%
B 131 of 458 ~ 28.6'%

%32.75
%38.65
%28.6

CMYK color model

#96B183 color CMYK value is (15,0,26,31).

  • cyan value is 15.25%
  • magenta value is 0.00%
  • yellow value is 25.99%
  • key color value is 30.59%

CMYK: (15,0,26,31)
C15M0Y26K31 (15%, 0%, 26%, 31%)
(0.15 / 0.00 / 0.26 / 0.31)

CMYK percentages

%15.25
%0
%25.99
%30.59

Codes

Color #96B183 in popluar color models

96 B1 83
RGB 150 177 131
HSL 95° 22.77% 60.39%
HSB/HSV 95° 25.99% 69.41%
CMYK 15.25% 0.00% 25.99%
30.59%

Color #96B183 in popluar number systems.

HEX 96 B1 83
Decimal 150 177 131
Binary 10010110 10110001 10000011
Octal 226 261 203

Shades and tints

Shades of #96B183

#96B183
(150,177,131)
#89A178
(137,161,120)
#7C916D
(124,145,109)
#6F8162
(111,129,98)
#627157
(98,113,87)
#55614C
(85,97,76)
#485141
(72,81,65)
#3B4136
(59,65,54)
#2E312B
(46,49,43)
#212120
(33,33,32)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #96B183

#96B183
(150,177,131)
#9FB88E
(159,184,142)
#A8BF99
(168,191,153)
#B1C6A4
(177,198,164)
#BACDAF
(186,205,175)
#C3D4BA
(195,212,186)
#CCDBC5
(204,219,197)
#D5E2D0
(213,226,208)
#DEE9DB
(222,233,219)
#E7F0E6
(231,240,230)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B183 color. Also use rgb(150,177,131) instead hex code.

Text Font Color

.myTextColor { color: #96B183; }

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

This text font color is #96B183.

Background Color

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

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

This div background color is #96B183.

Border color

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

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

This div border color is #96B183.

Opacity

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

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

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

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

This text has shadow with #96B183 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96B183.

Preview

Color preview on black background

This text has color #96B183 on black background.


Color preview on white background

This text has color #96B183 on white background.


Black color preview on #96B183 background

This text has black color on #96B183 background.


White color preview on #96B183 background

This text has white color on #96B183 background.


Related colors

Complementary color

Complementary color for #hex is #694E7C.


I love getcolorcode.com

Triadic colors

1 #8396B1 and #B18396 with #96B183 are triadic colors.

2 #83B196 and #B19683 with #96B183 are triadic colors.