COLOR #96BA9B

HEX: #96BA9B RGB: (150,186,155)

Color info

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

RGB color model

#96BA9B color RGB value is (150,186,155).

RGB: (150,186,155) (59%, 73%, 61%)

RGB channels and saturation

R 150 of 255 = 59%
G 186 of 255 = 73%
B 155 of 255 = 61%

150
186
155

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

Portions of RGB colors in percentages

R + G + B = 150 + 186 + 155 = 491 (100%)
R 150 of 491 ~ 30.55%
G 186 of 491 ~ 37.88%
B 155 of 491 ~ 31.57'%

%30.55
%37.88
%31.57

CMYK color model

#96BA9B color CMYK value is (19,0,17,27).

  • cyan value is 19.35%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 27.06%

CMYK: (19,0,17,27)
C19M0Y17K27 (19%, 0%, 17%, 27%)
(0.19 / 0.00 / 0.17 / 0.27)

CMYK percentages

%19.35
%0
%16.67
%27.06

Codes

Color #96BA9B in popluar color models

96 BA 9B
RGB 150 186 155
HSL 128° 20.69% 65.88%
HSB/HSV 128° 19.35% 72.94%
CMYK 19.35% 0.00% 16.67%
27.06%

Color #96BA9B in popluar number systems.

HEX 96 BA 9B
Decimal 150 186 155
Binary 10010110 10111010 10011011
Octal 226 272 233

Shades and tints

Shades of #96BA9B

#96BA9B
(150,186,155)
#89AA8D
(137,170,141)
#7C9A7F
(124,154,127)
#6F8A71
(111,138,113)
#627A63
(98,122,99)
#556A55
(85,106,85)
#485A47
(72,90,71)
#3B4A39
(59,74,57)
#2E3A2B
(46,58,43)
#212A1D
(33,42,29)
#141A0F
(20,26,15)
#000000
(0,0,0)

Tints of #96BA9B

#96BA9B
(150,186,155)
#9FC0A4
(159,192,164)
#A8C6AD
(168,198,173)
#B1CCB6
(177,204,182)
#BAD2BF
(186,210,191)
#C3D8C8
(195,216,200)
#CCDED1
(204,222,209)
#D5E4DA
(213,228,218)
#DEEAE3
(222,234,227)
#E7F0EC
(231,240,236)
#F0F6F5
(240,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BA9B; }

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

This text font color is #96BA9B.

Background Color

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

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

This div background color is #96BA9B.

Border color

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

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

This div border color is #96BA9B.

Opacity

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

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

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

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

This text has shadow with #96BA9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96BA9B.

Preview

Color preview on black background

This text has color #96BA9B on black background.


Color preview on white background

This text has color #96BA9B on white background.


Black color preview on #96BA9B background

This text has black color on #96BA9B background.


White color preview on #96BA9B background

This text has white color on #96BA9B background.


Related colors

Complementary color

Complementary color for #hex is #694564.


I love getcolorcode.com

Triadic colors

1 #9B96BA and #BA9B96 with #96BA9B are triadic colors.

2 #9BBA96 and #BA969B with #96BA9B are triadic colors.