COLOR #96C0DF

HEX: #96C0DF RGB: (150,192,223)

Color info

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

RGB color model

#96C0DF color RGB value is (150,192,223).

RGB: (150,192,223) (59%, 75%, 87%)

RGB channels and saturation

R 150 of 255 = 59%
G 192 of 255 = 75%
B 223 of 255 = 87%

150
192
223

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

Portions of RGB colors in percentages

R + G + B = 150 + 192 + 223 = 565 (100%)
R 150 of 565 ~ 26.55%
G 192 of 565 ~ 33.98%
B 223 of 565 ~ 39.47'%

%26.55
%33.98
%39.47

CMYK color model

#96C0DF color CMYK value is (33,14,0,13).

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

CMYK: (33,14,0,13)
C33M14Y0K13 (33%, 14%, 0%, 13%)
(0.33 / 0.14 / 0.00 / 0.13)

CMYK percentages

%32.74
%13.9
%0
%12.55

Codes

Color #96C0DF in popluar color models

96 C0 DF
RGB 150 192 223
HSL 205° 53.28% 73.14%
HSB/HSV 205° 32.74% 87.45%
CMYK 32.74% 13.90% 0.00%
12.55%

Color #96C0DF in popluar number systems.

HEX 96 C0 DF
Decimal 150 192 223
Binary 10010110 11000000 11011111
Octal 226 300 337

Shades and tints

Shades of #96C0DF

#96C0DF
(150,192,223)
#89AFCB
(137,175,203)
#7C9EB7
(124,158,183)
#6F8DA3
(111,141,163)
#627C8F
(98,124,143)
#556B7B
(85,107,123)
#485A67
(72,90,103)
#3B4953
(59,73,83)
#2E383F
(46,56,63)
#21272B
(33,39,43)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #96C0DF

#96C0DF
(150,192,223)
#9FC5E1
(159,197,225)
#A8CAE3
(168,202,227)
#B1CFE5
(177,207,229)
#BAD4E7
(186,212,231)
#C3D9E9
(195,217,233)
#CCDEEB
(204,222,235)
#D5E3ED
(213,227,237)
#DEE8EF
(222,232,239)
#E7EDF1
(231,237,241)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96C0DF; }

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

This text font color is #96C0DF.

Background Color

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

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

This div background color is #96C0DF.

Border color

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

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

This div border color is #96C0DF.

Opacity

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

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

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

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

This text has shadow with #96C0DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96C0DF.

Preview

Color preview on black background

This text has color #96C0DF on black background.


Color preview on white background

This text has color #96C0DF on white background.


Black color preview on #96C0DF background

This text has black color on #96C0DF background.


White color preview on #96C0DF background

This text has white color on #96C0DF background.


Related colors

Complementary color

Complementary color for #hex is #693F20.


I love getcolorcode.com

Triadic colors

1 #DF96C0 and #C0DF96 with #96C0DF are triadic colors.

2 #DFC096 and #C096DF with #96C0DF are triadic colors.