COLOR #96B8DC

HEX: #96B8DC RGB: (150,184,220)

Color info

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

RGB color model

#96B8DC color RGB value is (150,184,220).

RGB: (150,184,220) (59%, 72%, 86%)

RGB channels and saturation

R 150 of 255 = 59%
G 184 of 255 = 72%
B 220 of 255 = 86%

150
184
220

R + G + B ~ 72%. #96B8DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 184 + 220 = 554 (100%)
R 150 of 554 ~ 27.08%
G 184 of 554 ~ 33.21%
B 220 of 554 ~ 39.71'%

%27.08
%33.21
%39.71

CMYK color model

#96B8DC color CMYK value is (32,16,0,14).

  • cyan value is 31.82%
  • magenta value is 16.36%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (32,16,0,14)
C32M16Y0K14 (32%, 16%, 0%, 14%)
(0.32 / 0.16 / 0.00 / 0.14)

CMYK percentages

%31.82
%16.36
%0
%13.73

Codes

Color #96B8DC in popluar color models

96 B8 DC
RGB 150 184 220
HSL 211° 50.00% 72.55%
HSB/HSV 211° 31.82% 86.27%
CMYK 31.82% 16.36% 0.00%
13.73%

Color #96B8DC in popluar number systems.

HEX 96 B8 DC
Decimal 150 184 220
Binary 10010110 10111000 11011100
Octal 226 270 334

Shades and tints

Shades of #96B8DC

#96B8DC
(150,184,220)
#89A8C8
(137,168,200)
#7C98B4
(124,152,180)
#6F88A0
(111,136,160)
#62788C
(98,120,140)
#556878
(85,104,120)
#485864
(72,88,100)
#3B4850
(59,72,80)
#2E383C
(46,56,60)
#212828
(33,40,40)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #96B8DC

#96B8DC
(150,184,220)
#9FBEDF
(159,190,223)
#A8C4E2
(168,196,226)
#B1CAE5
(177,202,229)
#BAD0E8
(186,208,232)
#C3D6EB
(195,214,235)
#CCDCEE
(204,220,238)
#D5E2F1
(213,226,241)
#DEE8F4
(222,232,244)
#E7EEF7
(231,238,247)
#F0F4FA
(240,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B8DC color. Also use rgb(150,184,220) instead hex code.

Text Font Color

.myTextColor { color: #96B8DC; }

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

This text font color is #96B8DC.

Background Color

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

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

This div background color is #96B8DC.

Border color

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

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

This div border color is #96B8DC.

Opacity

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

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

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

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

This text has shadow with #96B8DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96B8DC.

Preview

Color preview on black background

This text has color #96B8DC on black background.


Color preview on white background

This text has color #96B8DC on white background.


Black color preview on #96B8DC background

This text has black color on #96B8DC background.


White color preview on #96B8DC background

This text has white color on #96B8DC background.


Related colors

Complementary color

Complementary color for #hex is #694723.


I love getcolorcode.com

Triadic colors

1 #DC96B8 and #B8DC96 with #96B8DC are triadic colors.

2 #DCB896 and #B896DC with #96B8DC are triadic colors.