COLOR #96A7D1

HEX: #96A7D1 RGB: (150,167,209)

Color info

#96A7D1 contains red, green and blue colors in about the same proportion. Web safe color of #96A7D1 is #9999CC (or #99C).

RGB color model

#96A7D1 color RGB value is (150,167,209).

RGB: (150,167,209) (59%, 65%, 82%)

RGB channels and saturation

R 150 of 255 = 59%
G 167 of 255 = 65%
B 209 of 255 = 82%

150
167
209

R + G + B ~ 69%. #96A7D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 167 + 209 = 526 (100%)
R 150 of 526 ~ 28.52%
G 167 of 526 ~ 31.75%
B 209 of 526 ~ 39.73'%

%28.52
%31.75
%39.73

CMYK color model

#96A7D1 color CMYK value is (28,20,0,18).

  • cyan value is 28.23%
  • magenta value is 20.10%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (28,20,0,18)
C28M20Y0K18 (28%, 20%, 0%, 18%)
(0.28 / 0.20 / 0.00 / 0.18)

CMYK percentages

%28.23
%20.1
%0
%18.04

Codes

Color #96A7D1 in popluar color models

96 A7 D1
RGB 150 167 209
HSL 223° 39.07% 70.39%
HSB/HSV 223° 28.23% 81.96%
CMYK 28.23% 20.10% 0.00%
18.04%

Color #96A7D1 in popluar number systems.

HEX 96 A7 D1
Decimal 150 167 209
Binary 10010110 10100111 11010001
Octal 226 247 321

Shades and tints

Shades of #96A7D1

#96A7D1
(150,167,209)
#8998BE
(137,152,190)
#7C89AB
(124,137,171)
#6F7A98
(111,122,152)
#626B85
(98,107,133)
#555C72
(85,92,114)
#484D5F
(72,77,95)
#3B3E4C
(59,62,76)
#2E2F39
(46,47,57)
#212026
(33,32,38)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #96A7D1

#96A7D1
(150,167,209)
#9FAFD5
(159,175,213)
#A8B7D9
(168,183,217)
#B1BFDD
(177,191,221)
#BAC7E1
(186,199,225)
#C3CFE5
(195,207,229)
#CCD7E9
(204,215,233)
#D5DFED
(213,223,237)
#DEE7F1
(222,231,241)
#E7EFF5
(231,239,245)
#F0F7F9
(240,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A7D1; }

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

This text font color is #96A7D1.

Background Color

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

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

This div background color is #96A7D1.

Border color

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

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

This div border color is #96A7D1.

Opacity

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

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

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

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

This text has shadow with #96A7D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A7D1.

Preview

Color preview on black background

This text has color #96A7D1 on black background.


Color preview on white background

This text has color #96A7D1 on white background.


Black color preview on #96A7D1 background

This text has black color on #96A7D1 background.


White color preview on #96A7D1 background

This text has white color on #96A7D1 background.


Related colors

Complementary color

Complementary color for #hex is #69582E.


I love getcolorcode.com

Triadic colors

1 #D196A7 and #A7D196 with #96A7D1 are triadic colors.

2 #D1A796 and #A796D1 with #96A7D1 are triadic colors.