COLOR #96BEC6

HEX: #96BEC6
RGB: (150,190,198)

Color info

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

RGB color model

#96BEC6 color RGB value is (150,190,198).

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

RGB channels and saturation

R 150 of 255 = 59%
G 190 of 255 = 75%
B 198 of 255 = 78%

150
190
198

R + G + B ~ 71%. #96BEC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 190 + 198 = 538 (100%)
R 150 of 538 ~ 27.88%
G 190 of 538 ~ 35.32%
B 198 of 538 ~ 36.8%

%27.88
%35.32
%36.8

CMYK color model

#96BEC6 color CMYK value is (24,4,0,22).

  • cyan value is 24.24%
  • magenta value is 4.04%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(24,4,0,22)
C24M4Y0K22 
(24%,4%,0%,22%)
(0.24/0.04/0.00/0.22)	

CMYK percentages

%24.24
%4.04
%0
%22.35

Codes

Color #96BEC6 in popluar color models

96BEC6
RGB150190198
HSL190°29.63%68.24%
HSB/HSV190°24.24%77.65%
CMYK24.24%4.04%0.00%
22.35%

Color #96BEC6 in popluar number systems.

HEX96BEC6
Decimal150190198
Binary100101101011111011000110
Octal226276306

Shades and tints

Shades of #96BEC6

#96BEC6
(150,190,198)
#89ADB4
(137,173,180)
#7C9CA2
(124,156,162)
#6F8B90
(111,139,144)
#627A7E
(98,122,126)
#55696C
(85,105,108)
#48585A
(72,88,90)
#3B4748
(59,71,72)
#2E3636
(46,54,54)
#212524
(33,37,36)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #96BEC6

#96BEC6
(150,190,198)
#9FC3CB
(159,195,203)
#A8C8D0
(168,200,208)
#B1CDD5
(177,205,213)
#BAD2DA
(186,210,218)
#C3D7DF
(195,215,223)
#CCDCE4
(204,220,228)
#D5E1E9
(213,225,233)
#DEE6EE
(222,230,238)
#E7EBF3
(231,235,243)
#F0F0F8
(240,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BEC6; }

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

This text font color is #96BEC6.


Background Color

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

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

This div background color is #96BEC6.


Border color

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

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

This div border color is #96BEC6.


Opacity

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

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

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

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

This text has shadow with #96BEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BEC6 on black background.


Color preview on white background

This text has color #96BEC6 on white background.



Black color preview on #96BEC6 background

This text has black color on #96BEC6 background.


White color preview on #96BEC6 background

This text has white color on #96BEC6 background.