COLOR #96DBDF

HEX: #96DBDF RGB: (150,219,223)

Color info

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

RGB color model

#96DBDF color RGB value is (150,219,223).

RGB: (150,219,223) (59%, 86%, 87%)

RGB channels and saturation

R 150 of 255 = 59%
G 219 of 255 = 86%
B 223 of 255 = 87%

150
219
223

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

Portions of RGB colors in percentages

R + G + B = 150 + 219 + 223 = 592 (100%)
R 150 of 592 ~ 25.34%
G 219 of 592 ~ 36.99%
B 223 of 592 ~ 37.67'%

%25.34
%36.99
%37.67

CMYK color model

#96DBDF color CMYK value is (33,2,0,13).

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

CMYK: (33,2,0,13)
C33M2Y0K13 (33%, 2%, 0%, 13%)
(0.33 / 0.02 / 0.00 / 0.13)

CMYK percentages

%32.74
%1.79
%0
%12.55

Codes

Color #96DBDF in popluar color models

96 DB DF
RGB 150 219 223
HSL 183° 53.28% 73.14%
HSB/HSV 183° 32.74% 87.45%
CMYK 32.74% 1.79% 0.00%
12.55%

Color #96DBDF in popluar number systems.

HEX 96 DB DF
Decimal 150 219 223
Binary 10010110 11011011 11011111
Octal 226 333 337

Shades and tints

Shades of #96DBDF

#96DBDF
(150,219,223)
#89C8CB
(137,200,203)
#7CB5B7
(124,181,183)
#6FA2A3
(111,162,163)
#628F8F
(98,143,143)
#557C7B
(85,124,123)
#486967
(72,105,103)
#3B5653
(59,86,83)
#2E433F
(46,67,63)
#21302B
(33,48,43)
#141D17
(20,29,23)
#000000
(0,0,0)

Tints of #96DBDF

#96DBDF
(150,219,223)
#9FDEE1
(159,222,225)
#A8E1E3
(168,225,227)
#B1E4E5
(177,228,229)
#BAE7E7
(186,231,231)
#C3EAE9
(195,234,233)
#CCEDEB
(204,237,235)
#D5F0ED
(213,240,237)
#DEF3EF
(222,243,239)
#E7F6F1
(231,246,241)
#F0F9F3
(240,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96DBDF; }

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

This text font color is #96DBDF.

Background Color

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

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

This div background color is #96DBDF.

Border color

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

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

This div border color is #96DBDF.

Opacity

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

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

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

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

This text has shadow with #96DBDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96DBDF.

Preview

Color preview on black background

This text has color #96DBDF on black background.


Color preview on white background

This text has color #96DBDF on white background.


Black color preview on #96DBDF background

This text has black color on #96DBDF background.


White color preview on #96DBDF background

This text has white color on #96DBDF background.


Related colors

Complementary color

Complementary color for #hex is #692420.


I love getcolorcode.com

Triadic colors

1 #DF96DB and #DBDF96 with #96DBDF are triadic colors.

2 #DFDB96 and #DB96DF with #96DBDF are triadic colors.