COLOR #96DBC6

HEX: #96DBC6
RGB: (150,219,198)

Color info

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

RGB color model

#96DBC6 color RGB value is (150,219,198).

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

RGB channels and saturation

R 150 of 255 = 59%
G 219 of 255 = 86%
B 198 of 255 = 78%

150
219
198

R + G + B ~ 74%. #96DBC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 219 + 198 = 567 (100%)
R 150 of 567 ~ 26.46%
G 219 of 567 ~ 38.62%
B 198 of 567 ~ 34.92%

%26.46
%38.62
%34.92

CMYK color model

#96DBC6 color CMYK value is (32,0,10,14).

  • cyan value is 31.51%
  • magenta value is 0.00%
  • yellow value is 9.59%
  • key color value is 14.12%
CMYK:
(32,0,10,14)
C32M0Y10K14 
(32%,0%,10%,14%)
(0.32/0.00/0.10/0.14)	

CMYK percentages

%31.51
%0
%9.59
%14.12

Codes

Color #96DBC6 in popluar color models

96DBC6
RGB150219198
HSL162°48.94%72.35%
HSB/HSV162°31.51%85.88%
CMYK31.51%0.00%9.59%
14.12%

Color #96DBC6 in popluar number systems.

HEX96DBC6
Decimal150219198
Binary100101101101101111000110
Octal226333306

Shades and tints

Shades of #96DBC6

#96DBC6
(150,219,198)
#89C8B4
(137,200,180)
#7CB5A2
(124,181,162)
#6FA290
(111,162,144)
#628F7E
(98,143,126)
#557C6C
(85,124,108)
#48695A
(72,105,90)
#3B5648
(59,86,72)
#2E4336
(46,67,54)
#213024
(33,48,36)
#141D12
(20,29,18)
#000000
(0,0,0)

Tints of #96DBC6

#96DBC6
(150,219,198)
#9FDECB
(159,222,203)
#A8E1D0
(168,225,208)
#B1E4D5
(177,228,213)
#BAE7DA
(186,231,218)
#C3EADF
(195,234,223)
#CCEDE4
(204,237,228)
#D5F0E9
(213,240,233)
#DEF3EE
(222,243,238)
#E7F6F3
(231,246,243)
#F0F9F8
(240,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96DBC6; }

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

This text font color is #96DBC6.


Background Color

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

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

This div background color is #96DBC6.


Border color

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

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

This div border color is #96DBC6.


Opacity

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

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

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

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

This text has shadow with #96DBC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96DBC6 on black background.


Color preview on white background

This text has color #96DBC6 on white background.



Black color preview on #96DBC6 background

This text has black color on #96DBC6 background.


White color preview on #96DBC6 background

This text has white color on #96DBC6 background.