COLOR #96BBAA

HEX: #96BBAA
RGB: (150,187,170)

Color info

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

RGB color model

#96BBAA color RGB value is (150,187,170).

  • red value is 150;
  • green value is 187;
  • blue value is 170.
RGB:
(150,187,170)
(59%,73%,67%)

RGB channels and saturation

R 150 of 255 = 59%
G 187 of 255 = 73%
B 170 of 255 = 67%

150
187
170

R + G + B ~ 66%. #96BBAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 187 + 170 = 507 (100%)
R 150 of 507 ~ 29.59%
G 187 of 507 ~ 36.88%
B 170 of 507 ~ 33.53%

%29.59
%36.88
%33.53

CMYK color model

#96BBAA color CMYK value is (20,0,9,27).

  • cyan value is 19.79%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 26.67%
CMYK:
(20,0,9,27)
C20M0Y9K27 
(20%,0%,9%,27%)
(0.20/0.00/0.09/0.27)	

CMYK percentages

%19.79
%0
%9.09
%26.67

Codes

Color #96BBAA in popluar color models

96BBAA
RGB150187170
HSL152°21.39%66.08%
HSB/HSV152°19.79%73.33%
CMYK19.79%0.00%9.09%
26.67%

Color #96BBAA in popluar number systems.

HEX96BBAA
Decimal150187170
Binary100101101011101110101010
Octal226273252

Shades and tints

Shades of #96BBAA

#96BBAA
(150,187,170)
#89AA9B
(137,170,155)
#7C998C
(124,153,140)
#6F887D
(111,136,125)
#62776E
(98,119,110)
#55665F
(85,102,95)
#485550
(72,85,80)
#3B4441
(59,68,65)
#2E3332
(46,51,50)
#212223
(33,34,35)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #96BBAA

#96BBAA
(150,187,170)
#9FC1B1
(159,193,177)
#A8C7B8
(168,199,184)
#B1CDBF
(177,205,191)
#BAD3C6
(186,211,198)
#C3D9CD
(195,217,205)
#CCDFD4
(204,223,212)
#D5E5DB
(213,229,219)
#DEEBE2
(222,235,226)
#E7F1E9
(231,241,233)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96BBAA color. Also use rgb(150,187,170) instead hex code.

Text Font Color

.myTextColor { color: #96BBAA; }

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

This text font color is #96BBAA.


Background Color

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

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

This div background color is #96BBAA.


Border color

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

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

This div border color is #96BBAA.


Opacity

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

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

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

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

This text has shadow with #96BBAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BBAA on black background.


Color preview on white background

This text has color #96BBAA on white background.



Black color preview on #96BBAA background

This text has black color on #96BBAA background.


White color preview on #96BBAA background

This text has white color on #96BBAA background.