COLOR #96A7B2

HEX: #96A7B2 RGB: (150,167,178)

Color info

#96A7B2 contains red, green and blue colors in about the same proportion. Web safe color of #96A7B2 is #999999 (or #999).

RGB color model

#96A7B2 color RGB value is (150,167,178).

RGB: (150,167,178) (59%, 65%, 70%)

RGB channels and saturation

R 150 of 255 = 59%
G 167 of 255 = 65%
B 178 of 255 = 70%

150
167
178

R + G + B ~ 65%. #96A7B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 167 + 178 = 495 (100%)
R 150 of 495 ~ 30.3%
G 167 of 495 ~ 33.74%
B 178 of 495 ~ 35.96'%

%30.3
%33.74
%35.96

CMYK color model

#96A7B2 color CMYK value is (16,6,0,30).

  • cyan value is 15.73%
  • magenta value is 6.18%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (16,6,0,30)
C16M6Y0K30 (16%, 6%, 0%, 30%)
(0.16 / 0.06 / 0.00 / 0.30)

CMYK percentages

%15.73
%6.18
%0
%30.2

Codes

Color #96A7B2 in popluar color models

96 A7 B2
RGB 150 167 178
HSL 204° 15.38% 64.31%
HSB/HSV 204° 15.73% 69.80%
CMYK 15.73% 6.18% 0.00%
30.20%

Color #96A7B2 in popluar number systems.

HEX 96 A7 B2
Decimal 150 167 178
Binary 10010110 10100111 10110010
Octal 226 247 262

Shades and tints

Shades of #96A7B2

#96A7B2
(150,167,178)
#8998A2
(137,152,162)
#7C8992
(124,137,146)
#6F7A82
(111,122,130)
#626B72
(98,107,114)
#555C62
(85,92,98)
#484D52
(72,77,82)
#3B3E42
(59,62,66)
#2E2F32
(46,47,50)
#212022
(33,32,34)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #96A7B2

#96A7B2
(150,167,178)
#9FAFB9
(159,175,185)
#A8B7C0
(168,183,192)
#B1BFC7
(177,191,199)
#BAC7CE
(186,199,206)
#C3CFD5
(195,207,213)
#CCD7DC
(204,215,220)
#D5DFE3
(213,223,227)
#DEE7EA
(222,231,234)
#E7EFF1
(231,239,241)
#F0F7F8
(240,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A7B2; }

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

This text font color is #96A7B2.

Background Color

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

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

This div background color is #96A7B2.

Border color

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

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

This div border color is #96A7B2.

Opacity

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

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

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

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

This text has shadow with #96A7B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A7B2.

Preview

Color preview on black background

This text has color #96A7B2 on black background.


Color preview on white background

This text has color #96A7B2 on white background.


Black color preview on #96A7B2 background

This text has black color on #96A7B2 background.


White color preview on #96A7B2 background

This text has white color on #96A7B2 background.


Related colors

Complementary color

Complementary color for #hex is #69584D.


I love getcolorcode.com

Triadic colors

1 #B296A7 and #A7B296 with #96A7B2 are triadic colors.

2 #B2A796 and #A796B2 with #96A7B2 are triadic colors.