COLOR #96BEB3

HEX: #96BEB3
RGB: (150,190,179)

Color info

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

RGB color model

#96BEB3 color RGB value is (150,190,179).

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

RGB channels and saturation

R 150 of 255 = 59%
G 190 of 255 = 75%
B 179 of 255 = 70%

150
190
179

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

Portions of RGB colors in percentages

R + G + B =
150 + 190 + 179 = 519 (100%)
R 150 of 519 ~ 28.9%
G 190 of 519 ~ 36.61%
B 179 of 519 ~ 34.49%

%28.9
%36.61
%34.49

CMYK color model

#96BEB3 color CMYK value is (21,0,6,25).

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 5.79%
  • key color value is 25.49%
CMYK:
(21,0,6,25)
C21M0Y6K25 
(21%,0%,6%,25%)
(0.21/0.00/0.06/0.25)	

CMYK percentages

%21.05
%0
%5.79
%25.49

Codes

Color #96BEB3 in popluar color models

96BEB3
RGB150190179
HSL164°23.53%66.67%
HSB/HSV164°21.05%74.51%
CMYK21.05%0.00%5.79%
25.49%

Color #96BEB3 in popluar number systems.

HEX96BEB3
Decimal150190179
Binary100101101011111010110011
Octal226276263

Shades and tints

Shades of #96BEB3

#96BEB3
(150,190,179)
#89ADA3
(137,173,163)
#7C9C93
(124,156,147)
#6F8B83
(111,139,131)
#627A73
(98,122,115)
#556963
(85,105,99)
#485853
(72,88,83)
#3B4743
(59,71,67)
#2E3633
(46,54,51)
#212523
(33,37,35)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #96BEB3

#96BEB3
(150,190,179)
#9FC3B9
(159,195,185)
#A8C8BF
(168,200,191)
#B1CDC5
(177,205,197)
#BAD2CB
(186,210,203)
#C3D7D1
(195,215,209)
#CCDCD7
(204,220,215)
#D5E1DD
(213,225,221)
#DEE6E3
(222,230,227)
#E7EBE9
(231,235,233)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BEB3; }

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

This text font color is #96BEB3.


Background Color

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

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

This div background color is #96BEB3.


Border color

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

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

This div border color is #96BEB3.


Opacity

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

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

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

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

This text has shadow with #96BEB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BEB3 on black background.


Color preview on white background

This text has color #96BEB3 on white background.



Black color preview on #96BEB3 background

This text has black color on #96BEB3 background.


White color preview on #96BEB3 background

This text has white color on #96BEB3 background.