COLOR #96B99C

HEX: #96B99C RGB: (150,185,156)

Color info

#96B99C contains red, green and blue colors in about the same proportion. Web safe color of #96B99C is #99CC99 (or #9C9).

RGB color model

#96B99C color RGB value is (150,185,156).

RGB: (150,185,156) (59%, 73%, 61%)

RGB channels and saturation

R 150 of 255 = 59%
G 185 of 255 = 73%
B 156 of 255 = 61%

150
185
156

R + G + B ~ 64%. #96B99C is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 185 + 156 = 491 (100%)
R 150 of 491 ~ 30.55%
G 185 of 491 ~ 37.68%
B 156 of 491 ~ 31.77'%

%30.55
%37.68
%31.77

CMYK color model

#96B99C color CMYK value is (19,0,16,27).

  • cyan value is 18.92%
  • magenta value is 0.00%
  • yellow value is 15.68%
  • key color value is 27.45%

CMYK: (19,0,16,27)
C19M0Y16K27 (19%, 0%, 16%, 27%)
(0.19 / 0.00 / 0.16 / 0.27)

CMYK percentages

%18.92
%0
%15.68
%27.45

Codes

Color #96B99C in popluar color models

96 B9 9C
RGB 150 185 156
HSL 130° 20.00% 65.69%
HSB/HSV 130° 18.92% 72.55%
CMYK 18.92% 0.00% 15.68%
27.45%

Color #96B99C in popluar number systems.

HEX 96 B9 9C
Decimal 150 185 156
Binary 10010110 10111001 10011100
Octal 226 271 234

Shades and tints

Shades of #96B99C

#96B99C
(150,185,156)
#89A98E
(137,169,142)
#7C9980
(124,153,128)
#6F8972
(111,137,114)
#627964
(98,121,100)
#556956
(85,105,86)
#485948
(72,89,72)
#3B493A
(59,73,58)
#2E392C
(46,57,44)
#21291E
(33,41,30)
#141910
(20,25,16)
#000000
(0,0,0)

Tints of #96B99C

#96B99C
(150,185,156)
#9FBFA5
(159,191,165)
#A8C5AE
(168,197,174)
#B1CBB7
(177,203,183)
#BAD1C0
(186,209,192)
#C3D7C9
(195,215,201)
#CCDDD2
(204,221,210)
#D5E3DB
(213,227,219)
#DEE9E4
(222,233,228)
#E7EFED
(231,239,237)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B99C color. Also use rgb(150,185,156) instead hex code.

Text Font Color

.myTextColor { color: #96B99C; }

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

This text font color is #96B99C.

Background Color

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

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

This div background color is #96B99C.

Border color

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

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

This div border color is #96B99C.

Opacity

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

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

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

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

This text has shadow with #96B99C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96B99C.

Preview

Color preview on black background

This text has color #96B99C on black background.


Color preview on white background

This text has color #96B99C on white background.


Black color preview on #96B99C background

This text has black color on #96B99C background.


White color preview on #96B99C background

This text has white color on #96B99C background.


Related colors

Complementary color

Complementary color for #hex is #694663.


I love getcolorcode.com

Triadic colors

1 #9C96B9 and #B99C96 with #96B99C are triadic colors.

2 #9CB996 and #B9969C with #96B99C are triadic colors.