COLOR #96D1D0

HEX: #96D1D0
RGB: (150,209,208)

Color info

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

RGB color model

#96D1D0 color RGB value is (150,209,208).

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

RGB channels and saturation

R 150 of 255 = 59%
G 209 of 255 = 82%
B 208 of 255 = 82%

150
209
208

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

Portions of RGB colors in percentages

R + G + B =
150 + 209 + 208 = 567 (100%)
R 150 of 567 ~ 26.46%
G 209 of 567 ~ 36.86%
B 208 of 567 ~ 36.68%

%26.46
%36.86
%36.68

CMYK color model

#96D1D0 color CMYK value is (28,0,0,18).

  • cyan value is 28.23%
  • magenta value is 0.00%
  • yellow value is 0.48%
  • key color value is 18.04%
CMYK:
(28,0,0,18)
C28M0Y0K18 
(28%,0%,0%,18%)
(0.28/0.00/0.00/0.18)	

CMYK percentages

%28.23
%0
%0.48
%18.04

Codes

Color #96D1D0 in popluar color models

96D1D0
RGB150209208
HSL179°39.07%70.39%
HSB/HSV179°28.23%81.96%
CMYK28.23%0.00%0.48%
18.04%

Color #96D1D0 in popluar number systems.

HEX96D1D0
Decimal150209208
Binary100101101101000111010000
Octal226321320

Shades and tints

Shades of #96D1D0

#96D1D0
(150,209,208)
#89BEBE
(137,190,190)
#7CABAC
(124,171,172)
#6F989A
(111,152,154)
#628588
(98,133,136)
#557276
(85,114,118)
#485F64
(72,95,100)
#3B4C52
(59,76,82)
#2E3940
(46,57,64)
#21262E
(33,38,46)
#14131C
(20,19,28)
#000000
(0,0,0)

Tints of #96D1D0

#96D1D0
(150,209,208)
#9FD5D4
(159,213,212)
#A8D9D8
(168,217,216)
#B1DDDC
(177,221,220)
#BAE1E0
(186,225,224)
#C3E5E4
(195,229,228)
#CCE9E8
(204,233,232)
#D5EDEC
(213,237,236)
#DEF1F0
(222,241,240)
#E7F5F4
(231,245,244)
#F0F9F8
(240,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96D1D0; }

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

This text font color is #96D1D0.


Background Color

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

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

This div background color is #96D1D0.


Border color

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

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

This div border color is #96D1D0.


Opacity

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

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

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

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

This text has shadow with #96D1D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D1D0 on black background.


Color preview on white background

This text has color #96D1D0 on white background.



Black color preview on #96D1D0 background

This text has black color on #96D1D0 background.


White color preview on #96D1D0 background

This text has white color on #96D1D0 background.