COLOR #96BCAE

HEX: #96BCAE
RGB: (150,188,174)

Color info

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

RGB color model

#96BCAE color RGB value is (150,188,174).

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

RGB channels and saturation

R 150 of 255 = 59%
G 188 of 255 = 74%
B 174 of 255 = 68%

150
188
174

R + G + B ~ 67%. #96BCAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 188 + 174 = 512 (100%)
R 150 of 512 ~ 29.3%
G 188 of 512 ~ 36.72%
B 174 of 512 ~ 33.98%

%29.3
%36.72
%33.98

CMYK color model

#96BCAE color CMYK value is (20,0,7,26).

  • cyan value is 20.21%
  • magenta value is 0.00%
  • yellow value is 7.45%
  • key color value is 26.27%
CMYK:
(20,0,7,26)
C20M0Y7K26 
(20%,0%,7%,26%)
(0.20/0.00/0.07/0.26)	

CMYK percentages

%20.21
%0
%7.45
%26.27

Codes

Color #96BCAE in popluar color models

96BCAE
RGB150188174
HSL158°22.09%66.27%
HSB/HSV158°20.21%73.73%
CMYK20.21%0.00%7.45%
26.27%

Color #96BCAE in popluar number systems.

HEX96BCAE
Decimal150188174
Binary100101101011110010101110
Octal226274256

Shades and tints

Shades of #96BCAE

#96BCAE
(150,188,174)
#89AB9F
(137,171,159)
#7C9A90
(124,154,144)
#6F8981
(111,137,129)
#627872
(98,120,114)
#556763
(85,103,99)
#485654
(72,86,84)
#3B4545
(59,69,69)
#2E3436
(46,52,54)
#212327
(33,35,39)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #96BCAE

#96BCAE
(150,188,174)
#9FC2B5
(159,194,181)
#A8C8BC
(168,200,188)
#B1CEC3
(177,206,195)
#BAD4CA
(186,212,202)
#C3DAD1
(195,218,209)
#CCE0D8
(204,224,216)
#D5E6DF
(213,230,223)
#DEECE6
(222,236,230)
#E7F2ED
(231,242,237)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BCAE; }

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

This text font color is #96BCAE.


Background Color

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

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

This div background color is #96BCAE.


Border color

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

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

This div border color is #96BCAE.


Opacity

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

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

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

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

This text has shadow with #96BCAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BCAE on black background.


Color preview on white background

This text has color #96BCAE on white background.



Black color preview on #96BCAE background

This text has black color on #96BCAE background.


White color preview on #96BCAE background

This text has white color on #96BCAE background.