COLOR #96CCDE

HEX: #96CCDE RGB: (150,204,222)

Color info

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

RGB color model

#96CCDE color RGB value is (150,204,222).

RGB: (150,204,222) (59%, 80%, 87%)

RGB channels and saturation

R 150 of 255 = 59%
G 204 of 255 = 80%
B 222 of 255 = 87%

150
204
222

R + G + B ~ 75%. #96CCDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 204 + 222 = 576 (100%)
R 150 of 576 ~ 26.04%
G 204 of 576 ~ 35.42%
B 222 of 576 ~ 38.54'%

%26.04
%35.42
%38.54

CMYK color model

#96CCDE color CMYK value is (32,8,0,13).

  • cyan value is 32.43%
  • magenta value is 8.11%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (32,8,0,13)
C32M8Y0K13 (32%, 8%, 0%, 13%)
(0.32 / 0.08 / 0.00 / 0.13)

CMYK percentages

%32.43
%8.11
%0
%12.94

Codes

Color #96CCDE in popluar color models

96 CC DE
RGB 150 204 222
HSL 195° 52.17% 72.94%
HSB/HSV 195° 32.43% 87.06%
CMYK 32.43% 8.11% 0.00%
12.94%

Color #96CCDE in popluar number systems.

HEX 96 CC DE
Decimal 150 204 222
Binary 10010110 11001100 11011110
Octal 226 314 336

Shades and tints

Shades of #96CCDE

#96CCDE
(150,204,222)
#89BACA
(137,186,202)
#7CA8B6
(124,168,182)
#6F96A2
(111,150,162)
#62848E
(98,132,142)
#55727A
(85,114,122)
#486066
(72,96,102)
#3B4E52
(59,78,82)
#2E3C3E
(46,60,62)
#212A2A
(33,42,42)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #96CCDE

#96CCDE
(150,204,222)
#9FD0E1
(159,208,225)
#A8D4E4
(168,212,228)
#B1D8E7
(177,216,231)
#BADCEA
(186,220,234)
#C3E0ED
(195,224,237)
#CCE4F0
(204,228,240)
#D5E8F3
(213,232,243)
#DEECF6
(222,236,246)
#E7F0F9
(231,240,249)
#F0F4FC
(240,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96CCDE; }

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

This text font color is #96CCDE.

Background Color

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

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

This div background color is #96CCDE.

Border color

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

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

This div border color is #96CCDE.

Opacity

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

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

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

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

This text has shadow with #96CCDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96CCDE.

Preview

Color preview on black background

This text has color #96CCDE on black background.


Color preview on white background

This text has color #96CCDE on white background.


Black color preview on #96CCDE background

This text has black color on #96CCDE background.


White color preview on #96CCDE background

This text has white color on #96CCDE background.


Related colors

Complementary color

Complementary color for #hex is #693321.


I love getcolorcode.com

Triadic colors

1 #DE96CC and #CCDE96 with #96CCDE are triadic colors.

2 #DECC96 and #CC96DE with #96CCDE are triadic colors.