COLOR #96B89B

HEX: #96B89B RGB: (150,184,155)

Color info

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

RGB color model

#96B89B color RGB value is (150,184,155).

RGB: (150,184,155) (59%, 72%, 61%)

RGB channels and saturation

R 150 of 255 = 59%
G 184 of 255 = 72%
B 155 of 255 = 61%

150
184
155

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

Portions of RGB colors in percentages

R + G + B = 150 + 184 + 155 = 489 (100%)
R 150 of 489 ~ 30.67%
G 184 of 489 ~ 37.63%
B 155 of 489 ~ 31.7'%

%30.67
%37.63
%31.7

CMYK color model

#96B89B color CMYK value is (18,0,16,28).

  • cyan value is 18.48%
  • magenta value is 0.00%
  • yellow value is 15.76%
  • key color value is 27.84%

CMYK: (18,0,16,28)
C18M0Y16K28 (18%, 0%, 16%, 28%)
(0.18 / 0.00 / 0.16 / 0.28)

CMYK percentages

%18.48
%0
%15.76
%27.84

Codes

Color #96B89B in popluar color models

96 B8 9B
RGB 150 184 155
HSL 129° 19.32% 65.49%
HSB/HSV 129° 18.48% 72.16%
CMYK 18.48% 0.00% 15.76%
27.84%

Color #96B89B in popluar number systems.

HEX 96 B8 9B
Decimal 150 184 155
Binary 10010110 10111000 10011011
Octal 226 270 233

Shades and tints

Shades of #96B89B

#96B89B
(150,184,155)
#89A88D
(137,168,141)
#7C987F
(124,152,127)
#6F8871
(111,136,113)
#627863
(98,120,99)
#556855
(85,104,85)
#485847
(72,88,71)
#3B4839
(59,72,57)
#2E382B
(46,56,43)
#21281D
(33,40,29)
#14180F
(20,24,15)
#000000
(0,0,0)

Tints of #96B89B

#96B89B
(150,184,155)
#9FBEA4
(159,190,164)
#A8C4AD
(168,196,173)
#B1CAB6
(177,202,182)
#BAD0BF
(186,208,191)
#C3D6C8
(195,214,200)
#CCDCD1
(204,220,209)
#D5E2DA
(213,226,218)
#DEE8E3
(222,232,227)
#E7EEEC
(231,238,236)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B89B color. Also use rgb(150,184,155) instead hex code.

Text Font Color

.myTextColor { color: #96B89B; }

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

This text font color is #96B89B.

Background Color

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

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

This div background color is #96B89B.

Border color

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

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

This div border color is #96B89B.

Opacity

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

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

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

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

This text has shadow with #96B89B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96B89B.

Preview

Color preview on black background

This text has color #96B89B on black background.


Color preview on white background

This text has color #96B89B on white background.


Black color preview on #96B89B background

This text has black color on #96B89B background.


White color preview on #96B89B background

This text has white color on #96B89B background.


Related colors

Complementary color

Complementary color for #hex is #694764.


I love getcolorcode.com

Triadic colors

1 #9B96B8 and #B89B96 with #96B89B are triadic colors.

2 #9BB896 and #B8969B with #96B89B are triadic colors.