COLOR #96B98E

HEX: #96B98E RGB: (150,185,142)

Color info

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

RGB color model

#96B98E color RGB value is (150,185,142).

RGB: (150,185,142) (59%, 73%, 56%)

RGB channels and saturation

R 150 of 255 = 59%
G 185 of 255 = 73%
B 142 of 255 = 56%

150
185
142

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

Portions of RGB colors in percentages

R + G + B = 150 + 185 + 142 = 477 (100%)
R 150 of 477 ~ 31.45%
G 185 of 477 ~ 38.78%
B 142 of 477 ~ 29.77'%

%31.45
%38.78
%29.77

CMYK color model

#96B98E color CMYK value is (19,0,23,27).

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

CMYK: (19,0,23,27)
C19M0Y23K27 (19%, 0%, 23%, 27%)
(0.19 / 0.00 / 0.23 / 0.27)

CMYK percentages

%18.92
%0
%23.24
%27.45

Codes

Color #96B98E in popluar color models

96 B9 8E
RGB 150 185 142
HSL 109° 23.50% 64.12%
HSB/HSV 109° 23.24% 72.55%
CMYK 18.92% 0.00% 23.24%
27.45%

Color #96B98E in popluar number systems.

HEX 96 B9 8E
Decimal 150 185 142
Binary 10010110 10111001 10001110
Octal 226 271 216

Shades and tints

Shades of #96B98E

#96B98E
(150,185,142)
#89A982
(137,169,130)
#7C9976
(124,153,118)
#6F896A
(111,137,106)
#62795E
(98,121,94)
#556952
(85,105,82)
#485946
(72,89,70)
#3B493A
(59,73,58)
#2E392E
(46,57,46)
#212922
(33,41,34)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #96B98E

#96B98E
(150,185,142)
#9FBF98
(159,191,152)
#A8C5A2
(168,197,162)
#B1CBAC
(177,203,172)
#BAD1B6
(186,209,182)
#C3D7C0
(195,215,192)
#CCDDCA
(204,221,202)
#D5E3D4
(213,227,212)
#DEE9DE
(222,233,222)
#E7EFE8
(231,239,232)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B98E; }

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

This text font color is #96B98E.

Background Color

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

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

This div background color is #96B98E.

Border color

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

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

This div border color is #96B98E.

Opacity

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

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

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

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

This text has shadow with #96B98E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96B98E.

Preview

Color preview on black background

This text has color #96B98E on black background.


Color preview on white background

This text has color #96B98E on white background.


Black color preview on #96B98E background

This text has black color on #96B98E background.


White color preview on #96B98E background

This text has white color on #96B98E background.


Related colors

Complementary color

Complementary color for #hex is #694671.


I love getcolorcode.com

Triadic colors

1 #8E96B9 and #B98E96 with #96B98E are triadic colors.

2 #8EB996 and #B9968E with #96B98E are triadic colors.