COLOR #96A7DE

HEX: #96A7DE
RGB: (150,167,222)

Color info

#96A7DE contains mainly green and blue colors. Web safe color of #96A7DE is #9999CC (or #99C).

RGB color model

#96A7DE color RGB value is (150,167,222).

  • red value is 150;
  • green value is 167;
  • blue value is 222.
RGB:
(150,167,222)
(59%,65%,87%)

RGB channels and saturation

R 150 of 255 = 59%
G 167 of 255 = 65%
B 222 of 255 = 87%

150
167
222

R + G + B ~ 70%. #96A7DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 167 + 222 = 539 (100%)
R 150 of 539 ~ 27.83%
G 167 of 539 ~ 30.98%
B 222 of 539 ~ 41.19%

%27.83
%30.98
%41.19

CMYK color model

#96A7DE color CMYK value is (32,25,0,13).

  • cyan value is 32.43%
  • magenta value is 24.77%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(32,25,0,13)
C32M25Y0K13 
(32%,25%,0%,13%)
(0.32/0.25/0.00/0.13)	

CMYK percentages

%32.43
%24.77
%0
%12.94

Codes

Color #96A7DE in popluar color models

96A7DE
RGB150167222
HSL226°52.17%72.94%
HSB/HSV226°32.43%87.06%
CMYK32.43%24.77%0.00%
12.94%

Color #96A7DE in popluar number systems.

HEX96A7DE
Decimal150167222
Binary100101101010011111011110
Octal226247336

Shades and tints

Shades of #96A7DE

#96A7DE
(150,167,222)
#8998CA
(137,152,202)
#7C89B6
(124,137,182)
#6F7AA2
(111,122,162)
#626B8E
(98,107,142)
#555C7A
(85,92,122)
#484D66
(72,77,102)
#3B3E52
(59,62,82)
#2E2F3E
(46,47,62)
#21202A
(33,32,42)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #96A7DE

#96A7DE
(150,167,222)
#9FAFE1
(159,175,225)
#A8B7E4
(168,183,228)
#B1BFE7
(177,191,231)
#BAC7EA
(186,199,234)
#C3CFED
(195,207,237)
#CCD7F0
(204,215,240)
#D5DFF3
(213,223,243)
#DEE7F6
(222,231,246)
#E7EFF9
(231,239,249)
#F0F7FC
(240,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A7DE; }

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

This text font color is #96A7DE.


Background Color

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

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

This div background color is #96A7DE.


Border color

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

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

This div border color is #96A7DE.


Opacity

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

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

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

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

This text has shadow with #96A7DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A7DE on black background.


Color preview on white background

This text has color #96A7DE on white background.



Black color preview on #96A7DE background

This text has black color on #96A7DE background.


White color preview on #96A7DE background

This text has white color on #96A7DE background.