COLOR #96C4BE

HEX: #96C4BE
RGB: (150,196,190)

Color info

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

RGB color model

#96C4BE color RGB value is (150,196,190).

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

RGB channels and saturation

R 150 of 255 = 59%
G 196 of 255 = 77%
B 190 of 255 = 75%

150
196
190

R + G + B ~ 70%. #96C4BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 196 + 190 = 536 (100%)
R 150 of 536 ~ 27.99%
G 196 of 536 ~ 36.57%
B 190 of 536 ~ 35.45%

%27.99
%36.57
%35.45

CMYK color model

#96C4BE color CMYK value is (23,0,3,23).

  • cyan value is 23.47%
  • magenta value is 0.00%
  • yellow value is 3.06%
  • key color value is 23.14%
CMYK:
(23,0,3,23)
C23M0Y3K23 
(23%,0%,3%,23%)
(0.23/0.00/0.03/0.23)	

CMYK percentages

%23.47
%0
%3.06
%23.14

Codes

Color #96C4BE in popluar color models

96C4BE
RGB150196190
HSL172°28.05%67.84%
HSB/HSV172°23.47%76.86%
CMYK23.47%0.00%3.06%
23.14%

Color #96C4BE in popluar number systems.

HEX96C4BE
Decimal150196190
Binary100101101100010010111110
Octal226304276

Shades and tints

Shades of #96C4BE

#96C4BE
(150,196,190)
#89B3AD
(137,179,173)
#7CA29C
(124,162,156)
#6F918B
(111,145,139)
#62807A
(98,128,122)
#556F69
(85,111,105)
#485E58
(72,94,88)
#3B4D47
(59,77,71)
#2E3C36
(46,60,54)
#212B25
(33,43,37)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #96C4BE

#96C4BE
(150,196,190)
#9FC9C3
(159,201,195)
#A8CEC8
(168,206,200)
#B1D3CD
(177,211,205)
#BAD8D2
(186,216,210)
#C3DDD7
(195,221,215)
#CCE2DC
(204,226,220)
#D5E7E1
(213,231,225)
#DEECE6
(222,236,230)
#E7F1EB
(231,241,235)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96C4BE; }

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

This text font color is #96C4BE.


Background Color

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

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

This div background color is #96C4BE.


Border color

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

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

This div border color is #96C4BE.


Opacity

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

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

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

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

This text has shadow with #96C4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C4BE on black background.


Color preview on white background

This text has color #96C4BE on white background.



Black color preview on #96C4BE background

This text has black color on #96C4BE background.


White color preview on #96C4BE background

This text has white color on #96C4BE background.