COLOR #96D9BE

HEX: #96D9BE
RGB: (150,217,190)

Color info

#96D9BE contains mainly green and blue colors. Web safe color of #96D9BE is #99CCCC (or #9CC).

RGB color model

#96D9BE color RGB value is (150,217,190).

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

RGB channels and saturation

R 150 of 255 = 59%
G 217 of 255 = 85%
B 190 of 255 = 75%

150
217
190

R + G + B ~ 73%. #96D9BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 217 + 190 = 557 (100%)
R 150 of 557 ~ 26.93%
G 217 of 557 ~ 38.96%
B 190 of 557 ~ 34.11%

%26.93
%38.96
%34.11

CMYK color model

#96D9BE color CMYK value is (31,0,12,15).

  • cyan value is 30.88%
  • magenta value is 0.00%
  • yellow value is 12.44%
  • key color value is 14.90%
CMYK:
(31,0,12,15)
C31M0Y12K15 
(31%,0%,12%,15%)
(0.31/0.00/0.12/0.15)	

CMYK percentages

%30.88
%0
%12.44
%14.9

Codes

Color #96D9BE in popluar color models

96D9BE
RGB150217190
HSL156°46.85%71.96%
HSB/HSV156°30.88%85.10%
CMYK30.88%0.00%12.44%
14.90%

Color #96D9BE in popluar number systems.

HEX96D9BE
Decimal150217190
Binary100101101101100110111110
Octal226331276

Shades and tints

Shades of #96D9BE

#96D9BE
(150,217,190)
#89C6AD
(137,198,173)
#7CB39C
(124,179,156)
#6FA08B
(111,160,139)
#628D7A
(98,141,122)
#557A69
(85,122,105)
#486758
(72,103,88)
#3B5447
(59,84,71)
#2E4136
(46,65,54)
#212E25
(33,46,37)
#141B14
(20,27,20)
#000000
(0,0,0)

Tints of #96D9BE

#96D9BE
(150,217,190)
#9FDCC3
(159,220,195)
#A8DFC8
(168,223,200)
#B1E2CD
(177,226,205)
#BAE5D2
(186,229,210)
#C3E8D7
(195,232,215)
#CCEBDC
(204,235,220)
#D5EEE1
(213,238,225)
#DEF1E6
(222,241,230)
#E7F4EB
(231,244,235)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96D9BE; }

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

This text font color is #96D9BE.


Background Color

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

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

This div background color is #96D9BE.


Border color

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

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

This div border color is #96D9BE.


Opacity

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

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

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

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

This text has shadow with #96D9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D9BE on black background.


Color preview on white background

This text has color #96D9BE on white background.



Black color preview on #96D9BE background

This text has black color on #96D9BE background.


White color preview on #96D9BE background

This text has white color on #96D9BE background.