COLOR #96BCA1

HEX: #96BCA1
RGB: (150,188,161)

Color info

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

RGB color model

#96BCA1 color RGB value is (150,188,161).

  • red value is 150;
  • green value is 188;
  • blue value is 161.
RGB:
(150,188,161)
(59%,74%,63%)

RGB channels and saturation

R 150 of 255 = 59%
G 188 of 255 = 74%
B 161 of 255 = 63%

150
188
161

R + G + B ~ 65%. #96BCA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 188 + 161 = 499 (100%)
R 150 of 499 ~ 30.06%
G 188 of 499 ~ 37.68%
B 161 of 499 ~ 32.26%

%30.06
%37.68
%32.26

CMYK color model

#96BCA1 color CMYK value is (20,0,14,26).

  • cyan value is 20.21%
  • magenta value is 0.00%
  • yellow value is 14.36%
  • key color value is 26.27%
CMYK:
(20,0,14,26)
C20M0Y14K26 
(20%,0%,14%,26%)
(0.20/0.00/0.14/0.26)	

CMYK percentages

%20.21
%0
%14.36
%26.27

Codes

Color #96BCA1 in popluar color models

96BCA1
RGB150188161
HSL137°22.09%66.27%
HSB/HSV137°20.21%73.73%
CMYK20.21%0.00%14.36%
26.27%

Color #96BCA1 in popluar number systems.

HEX96BCA1
Decimal150188161
Binary100101101011110010100001
Octal226274241

Shades and tints

Shades of #96BCA1

#96BCA1
(150,188,161)
#89AB93
(137,171,147)
#7C9A85
(124,154,133)
#6F8977
(111,137,119)
#627869
(98,120,105)
#55675B
(85,103,91)
#48564D
(72,86,77)
#3B453F
(59,69,63)
#2E3431
(46,52,49)
#212323
(33,35,35)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #96BCA1

#96BCA1
(150,188,161)
#9FC2A9
(159,194,169)
#A8C8B1
(168,200,177)
#B1CEB9
(177,206,185)
#BAD4C1
(186,212,193)
#C3DAC9
(195,218,201)
#CCE0D1
(204,224,209)
#D5E6D9
(213,230,217)
#DEECE1
(222,236,225)
#E7F2E9
(231,242,233)
#F0F8F1
(240,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96BCA1 color. Also use rgb(150,188,161) instead hex code.

Text Font Color

.myTextColor { color: #96BCA1; }

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

This text font color is #96BCA1.


Background Color

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

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

This div background color is #96BCA1.


Border color

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

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

This div border color is #96BCA1.


Opacity

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

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

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

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

This text has shadow with #96BCA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BCA1 on black background.


Color preview on white background

This text has color #96BCA1 on white background.



Black color preview on #96BCA1 background

This text has black color on #96BCA1 background.


White color preview on #96BCA1 background

This text has white color on #96BCA1 background.