COLOR #96DED1

HEX: #96DED1
RGB: (150,222,209)

Color info

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

RGB color model

#96DED1 color RGB value is (150,222,209).

  • red value is 150;
  • green value is 222;
  • blue value is 209.
RGB:
(150,222,209)
(59%,87%,82%)

RGB channels and saturation

R 150 of 255 = 59%
G 222 of 255 = 87%
B 209 of 255 = 82%

150
222
209

R + G + B ~ 76%. #96DED1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 222 + 209 = 581 (100%)
R 150 of 581 ~ 25.82%
G 222 of 581 ~ 38.21%
B 209 of 581 ~ 35.97%

%25.82
%38.21
%35.97

CMYK color model

#96DED1 color CMYK value is (32,0,6,13).

  • cyan value is 32.43%
  • magenta value is 0.00%
  • yellow value is 5.86%
  • key color value is 12.94%
CMYK:
(32,0,6,13)
C32M0Y6K13 
(32%,0%,6%,13%)
(0.32/0.00/0.06/0.13)	

CMYK percentages

%32.43
%0
%5.86
%12.94

Codes

Color #96DED1 in popluar color models

96DED1
RGB150222209
HSL169°52.17%72.94%
HSB/HSV169°32.43%87.06%
CMYK32.43%0.00%5.86%
12.94%

Color #96DED1 in popluar number systems.

HEX96DED1
Decimal150222209
Binary100101101101111011010001
Octal226336321

Shades and tints

Shades of #96DED1

#96DED1
(150,222,209)
#89CABE
(137,202,190)
#7CB6AB
(124,182,171)
#6FA298
(111,162,152)
#628E85
(98,142,133)
#557A72
(85,122,114)
#48665F
(72,102,95)
#3B524C
(59,82,76)
#2E3E39
(46,62,57)
#212A26
(33,42,38)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #96DED1

#96DED1
(150,222,209)
#9FE1D5
(159,225,213)
#A8E4D9
(168,228,217)
#B1E7DD
(177,231,221)
#BAEAE1
(186,234,225)
#C3EDE5
(195,237,229)
#CCF0E9
(204,240,233)
#D5F3ED
(213,243,237)
#DEF6F1
(222,246,241)
#E7F9F5
(231,249,245)
#F0FCF9
(240,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96DED1 color. Also use rgb(150,222,209) instead hex code.

Text Font Color

.myTextColor { color: #96DED1; }

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

This text font color is #96DED1.


Background Color

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

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

This div background color is #96DED1.


Border color

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

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

This div border color is #96DED1.


Opacity

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

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

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

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

This text has shadow with #96DED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96DED1 on black background.


Color preview on white background

This text has color #96DED1 on white background.



Black color preview on #96DED1 background

This text has black color on #96DED1 background.


White color preview on #96DED1 background

This text has white color on #96DED1 background.