COLOR #96B188

HEX: #96B188 RGB: (150,177,136)

Color info

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

RGB color model

#96B188 color RGB value is (150,177,136).

RGB: (150,177,136) (59%, 69%, 53%)

RGB channels and saturation

R 150 of 255 = 59%
G 177 of 255 = 69%
B 136 of 255 = 53%

150
177
136

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

Portions of RGB colors in percentages

R + G + B = 150 + 177 + 136 = 463 (100%)
R 150 of 463 ~ 32.4%
G 177 of 463 ~ 38.23%
B 136 of 463 ~ 29.37'%

%32.4
%38.23
%29.37

CMYK color model

#96B188 color CMYK value is (15,0,23,31).

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

CMYK: (15,0,23,31)
C15M0Y23K31 (15%, 0%, 23%, 31%)
(0.15 / 0.00 / 0.23 / 0.31)

CMYK percentages

%15.25
%0
%23.16
%30.59

Codes

Color #96B188 in popluar color models

96 B1 88
RGB 150 177 136
HSL 100° 20.81% 61.37%
HSB/HSV 100° 23.16% 69.41%
CMYK 15.25% 0.00% 23.16%
30.59%

Color #96B188 in popluar number systems.

HEX 96 B1 88
Decimal 150 177 136
Binary 10010110 10110001 10001000
Octal 226 261 210

Shades and tints

Shades of #96B188

#96B188
(150,177,136)
#89A17C
(137,161,124)
#7C9170
(124,145,112)
#6F8164
(111,129,100)
#627158
(98,113,88)
#55614C
(85,97,76)
#485140
(72,81,64)
#3B4134
(59,65,52)
#2E3128
(46,49,40)
#21211C
(33,33,28)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #96B188

#96B188
(150,177,136)
#9FB892
(159,184,146)
#A8BF9C
(168,191,156)
#B1C6A6
(177,198,166)
#BACDB0
(186,205,176)
#C3D4BA
(195,212,186)
#CCDBC4
(204,219,196)
#D5E2CE
(213,226,206)
#DEE9D8
(222,233,216)
#E7F0E2
(231,240,226)
#F0F7EC
(240,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B188; }

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

This text font color is #96B188.

Background Color

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

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

This div background color is #96B188.

Border color

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

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

This div border color is #96B188.

Opacity

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

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

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

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

This text has shadow with #96B188 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96B188.

Preview

Color preview on black background

This text has color #96B188 on black background.


Color preview on white background

This text has color #96B188 on white background.


Black color preview on #96B188 background

This text has black color on #96B188 background.


White color preview on #96B188 background

This text has white color on #96B188 background.


Related colors

Complementary color

Complementary color for #hex is #694E77.


I love getcolorcode.com

Triadic colors

1 #8896B1 and #B18896 with #96B188 are triadic colors.

2 #88B196 and #B19688 with #96B188 are triadic colors.