COLOR #96BEB8

HEX: #96BEB8
RGB: (150,190,184)

Color info

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

RGB color model

#96BEB8 color RGB value is (150,190,184).

  • red value is 150;
  • green value is 190;
  • blue value is 184.
RGB:
(150,190,184)
(59%,75%,72%)

RGB channels and saturation

R 150 of 255 = 59%
G 190 of 255 = 75%
B 184 of 255 = 72%

150
190
184

R + G + B ~ 69%. #96BEB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 190 + 184 = 524 (100%)
R 150 of 524 ~ 28.63%
G 190 of 524 ~ 36.26%
B 184 of 524 ~ 35.11%

%28.63
%36.26
%35.11

CMYK color model

#96BEB8 color CMYK value is (21,0,3,25).

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 3.16%
  • key color value is 25.49%
CMYK:
(21,0,3,25)
C21M0Y3K25 
(21%,0%,3%,25%)
(0.21/0.00/0.03/0.25)	

CMYK percentages

%21.05
%0
%3.16
%25.49

Codes

Color #96BEB8 in popluar color models

96BEB8
RGB150190184
HSL171°23.53%66.67%
HSB/HSV171°21.05%74.51%
CMYK21.05%0.00%3.16%
25.49%

Color #96BEB8 in popluar number systems.

HEX96BEB8
Decimal150190184
Binary100101101011111010111000
Octal226276270

Shades and tints

Shades of #96BEB8

#96BEB8
(150,190,184)
#89ADA8
(137,173,168)
#7C9C98
(124,156,152)
#6F8B88
(111,139,136)
#627A78
(98,122,120)
#556968
(85,105,104)
#485858
(72,88,88)
#3B4748
(59,71,72)
#2E3638
(46,54,56)
#212528
(33,37,40)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #96BEB8

#96BEB8
(150,190,184)
#9FC3BE
(159,195,190)
#A8C8C4
(168,200,196)
#B1CDCA
(177,205,202)
#BAD2D0
(186,210,208)
#C3D7D6
(195,215,214)
#CCDCDC
(204,220,220)
#D5E1E2
(213,225,226)
#DEE6E8
(222,230,232)
#E7EBEE
(231,235,238)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96BEB8 color. Also use rgb(150,190,184) instead hex code.

Text Font Color

.myTextColor { color: #96BEB8; }

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

This text font color is #96BEB8.


Background Color

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

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

This div background color is #96BEB8.


Border color

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

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

This div border color is #96BEB8.


Opacity

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

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

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

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

This text has shadow with #96BEB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BEB8 on black background.


Color preview on white background

This text has color #96BEB8 on white background.



Black color preview on #96BEB8 background

This text has black color on #96BEB8 background.


White color preview on #96BEB8 background

This text has white color on #96BEB8 background.