COLOR #96BAAC

HEX: #96BAAC
RGB: (150,186,172)

Color info

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

RGB color model

#96BAAC color RGB value is (150,186,172).

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

RGB channels and saturation

R 150 of 255 = 59%
G 186 of 255 = 73%
B 172 of 255 = 67%

150
186
172

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

Portions of RGB colors in percentages

R + G + B =
150 + 186 + 172 = 508 (100%)
R 150 of 508 ~ 29.53%
G 186 of 508 ~ 36.61%
B 172 of 508 ~ 33.86%

%29.53
%36.61
%33.86

CMYK color model

#96BAAC color CMYK value is (19,0,8,27).

  • cyan value is 19.35%
  • magenta value is 0.00%
  • yellow value is 7.53%
  • key color value is 27.06%
CMYK:
(19,0,8,27)
C19M0Y8K27 
(19%,0%,8%,27%)
(0.19/0.00/0.08/0.27)	

CMYK percentages

%19.35
%0
%7.53
%27.06

Codes

Color #96BAAC in popluar color models

96BAAC
RGB150186172
HSL157°20.69%65.88%
HSB/HSV157°19.35%72.94%
CMYK19.35%0.00%7.53%
27.06%

Color #96BAAC in popluar number systems.

HEX96BAAC
Decimal150186172
Binary100101101011101010101100
Octal226272254

Shades and tints

Shades of #96BAAC

#96BAAC
(150,186,172)
#89AA9D
(137,170,157)
#7C9A8E
(124,154,142)
#6F8A7F
(111,138,127)
#627A70
(98,122,112)
#556A61
(85,106,97)
#485A52
(72,90,82)
#3B4A43
(59,74,67)
#2E3A34
(46,58,52)
#212A25
(33,42,37)
#141A16
(20,26,22)
#000000
(0,0,0)

Tints of #96BAAC

#96BAAC
(150,186,172)
#9FC0B3
(159,192,179)
#A8C6BA
(168,198,186)
#B1CCC1
(177,204,193)
#BAD2C8
(186,210,200)
#C3D8CF
(195,216,207)
#CCDED6
(204,222,214)
#D5E4DD
(213,228,221)
#DEEAE4
(222,234,228)
#E7F0EB
(231,240,235)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BAAC; }

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

This text font color is #96BAAC.


Background Color

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

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

This div background color is #96BAAC.


Border color

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

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

This div border color is #96BAAC.


Opacity

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

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

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

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

This text has shadow with #96BAAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BAAC on black background.


Color preview on white background

This text has color #96BAAC on white background.



Black color preview on #96BAAC background

This text has black color on #96BAAC background.


White color preview on #96BAAC background

This text has white color on #96BAAC background.