COLOR #96DFD8

HEX: #96DFD8 RGB: (150,223,216)

Color info

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

RGB color model

#96DFD8 color RGB value is (150,223,216).

RGB: (150,223,216) (59%, 87%, 85%)

RGB channels and saturation

R 150 of 255 = 59%
G 223 of 255 = 87%
B 216 of 255 = 85%

150
223
216

R + G + B ~ 77%. #96DFD8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 223 + 216 = 589 (100%)
R 150 of 589 ~ 25.47%
G 223 of 589 ~ 37.86%
B 216 of 589 ~ 36.67'%

%25.47
%37.86
%36.67

CMYK color model

#96DFD8 color CMYK value is (33,0,3,13).

  • cyan value is 32.74%
  • magenta value is 0.00%
  • yellow value is 3.14%
  • key color value is 12.55%

CMYK: (33,0,3,13)
C33M0Y3K13 (33%, 0%, 3%, 13%)
(0.33 / 0.00 / 0.03 / 0.13)

CMYK percentages

%32.74
%0
%3.14
%12.55

Codes

Color #96DFD8 in popluar color models

96 DF D8
RGB 150 223 216
HSL 174° 53.28% 73.14%
HSB/HSV 174° 32.74% 87.45%
CMYK 32.74% 0.00% 3.14%
12.55%

Color #96DFD8 in popluar number systems.

HEX 96 DF D8
Decimal 150 223 216
Binary 10010110 11011111 11011000
Octal 226 337 330

Shades and tints

Shades of #96DFD8

#96DFD8
(150,223,216)
#89CBC5
(137,203,197)
#7CB7B2
(124,183,178)
#6FA39F
(111,163,159)
#628F8C
(98,143,140)
#557B79
(85,123,121)
#486766
(72,103,102)
#3B5353
(59,83,83)
#2E3F40
(46,63,64)
#212B2D
(33,43,45)
#14171A
(20,23,26)
#000000
(0,0,0)

Tints of #96DFD8

#96DFD8
(150,223,216)
#9FE1DB
(159,225,219)
#A8E3DE
(168,227,222)
#B1E5E1
(177,229,225)
#BAE7E4
(186,231,228)
#C3E9E7
(195,233,231)
#CCEBEA
(204,235,234)
#D5EDED
(213,237,237)
#DEEFF0
(222,239,240)
#E7F1F3
(231,241,243)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96DFD8 color. Also use rgb(150,223,216) instead hex code.

Text Font Color

.myTextColor { color: #96DFD8; }

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

This text font color is #96DFD8.

Background Color

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

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

This div background color is #96DFD8.

Border color

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

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

This div border color is #96DFD8.

Opacity

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

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

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

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

This text has shadow with #96DFD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96DFD8.

Preview

Color preview on black background

This text has color #96DFD8 on black background.


Color preview on white background

This text has color #96DFD8 on white background.


Black color preview on #96DFD8 background

This text has black color on #96DFD8 background.


White color preview on #96DFD8 background

This text has white color on #96DFD8 background.


Related colors

Complementary color

Complementary color for #hex is #692027.


I love getcolorcode.com

Triadic colors

1 #D896DF and #DFD896 with #96DFD8 are triadic colors.

2 #D8DF96 and #DF96D8 with #96DFD8 are triadic colors.