COLOR #96BEB1

HEX: #96BEB1
RGB: (150,190,177)

Color info

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

RGB color model

#96BEB1 color RGB value is (150,190,177).

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

RGB channels and saturation

R 150 of 255 = 59%
G 190 of 255 = 75%
B 177 of 255 = 69%

150
190
177

R + G + B ~ 68%. #96BEB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 190 + 177 = 517 (100%)
R 150 of 517 ~ 29.01%
G 190 of 517 ~ 36.75%
B 177 of 517 ~ 34.24%

%29.01
%36.75
%34.24

CMYK color model

#96BEB1 color CMYK value is (21,0,7,25).

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 6.84%
  • key color value is 25.49%
CMYK:
(21,0,7,25)
C21M0Y7K25 
(21%,0%,7%,25%)
(0.21/0.00/0.07/0.25)	

CMYK percentages

%21.05
%0
%6.84
%25.49

Codes

Color #96BEB1 in popluar color models

96BEB1
RGB150190177
HSL161°23.53%66.67%
HSB/HSV161°21.05%74.51%
CMYK21.05%0.00%6.84%
25.49%

Color #96BEB1 in popluar number systems.

HEX96BEB1
Decimal150190177
Binary100101101011111010110001
Octal226276261

Shades and tints

Shades of #96BEB1

#96BEB1
(150,190,177)
#89ADA1
(137,173,161)
#7C9C91
(124,156,145)
#6F8B81
(111,139,129)
#627A71
(98,122,113)
#556961
(85,105,97)
#485851
(72,88,81)
#3B4741
(59,71,65)
#2E3631
(46,54,49)
#212521
(33,37,33)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #96BEB1

#96BEB1
(150,190,177)
#9FC3B8
(159,195,184)
#A8C8BF
(168,200,191)
#B1CDC6
(177,205,198)
#BAD2CD
(186,210,205)
#C3D7D4
(195,215,212)
#CCDCDB
(204,220,219)
#D5E1E2
(213,225,226)
#DEE6E9
(222,230,233)
#E7EBF0
(231,235,240)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BEB1; }

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

This text font color is #96BEB1.


Background Color

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

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

This div background color is #96BEB1.


Border color

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

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

This div border color is #96BEB1.


Opacity

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

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

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

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

This text has shadow with #96BEB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BEB1 on black background.


Color preview on white background

This text has color #96BEB1 on white background.



Black color preview on #96BEB1 background

This text has black color on #96BEB1 background.


White color preview on #96BEB1 background

This text has white color on #96BEB1 background.