COLOR #96B2A3

HEX: #96B2A3 RGB: (150,178,163)

Color info

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

RGB color model

#96B2A3 color RGB value is (150,178,163).

RGB: (150,178,163) (59%, 70%, 64%)

RGB channels and saturation

R 150 of 255 = 59%
G 178 of 255 = 70%
B 163 of 255 = 64%

150
178
163

R + G + B ~ 64%. #96B2A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 178 + 163 = 491 (100%)
R 150 of 491 ~ 30.55%
G 178 of 491 ~ 36.25%
B 163 of 491 ~ 33.2'%

%30.55
%36.25
%33.2

CMYK color model

#96B2A3 color CMYK value is (16,0,8,30).

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

CMYK: (16,0,8,30)
C16M0Y8K30 (16%, 0%, 8%, 30%)
(0.16 / 0.00 / 0.08 / 0.30)

CMYK percentages

%15.73
%0
%8.43
%30.2

Codes

Color #96B2A3 in popluar color models

96 B2 A3
RGB 150 178 163
HSL 148° 15.38% 64.31%
HSB/HSV 148° 15.73% 69.80%
CMYK 15.73% 0.00% 8.43%
30.20%

Color #96B2A3 in popluar number systems.

HEX 96 B2 A3
Decimal 150 178 163
Binary 10010110 10110010 10100011
Octal 226 262 243

Shades and tints

Shades of #96B2A3

#96B2A3
(150,178,163)
#89A295
(137,162,149)
#7C9287
(124,146,135)
#6F8279
(111,130,121)
#62726B
(98,114,107)
#55625D
(85,98,93)
#48524F
(72,82,79)
#3B4241
(59,66,65)
#2E3233
(46,50,51)
#212225
(33,34,37)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #96B2A3

#96B2A3
(150,178,163)
#9FB9AB
(159,185,171)
#A8C0B3
(168,192,179)
#B1C7BB
(177,199,187)
#BACEC3
(186,206,195)
#C3D5CB
(195,213,203)
#CCDCD3
(204,220,211)
#D5E3DB
(213,227,219)
#DEEAE3
(222,234,227)
#E7F1EB
(231,241,235)
#F0F8F3
(240,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B2A3; }

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

This text font color is #96B2A3.

Background Color

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

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

This div background color is #96B2A3.

Border color

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

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

This div border color is #96B2A3.

Opacity

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

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

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

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

This text has shadow with #96B2A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96B2A3.

Preview

Color preview on black background

This text has color #96B2A3 on black background.


Color preview on white background

This text has color #96B2A3 on white background.


Black color preview on #96B2A3 background

This text has black color on #96B2A3 background.


White color preview on #96B2A3 background

This text has white color on #96B2A3 background.


Related colors

Complementary color

Complementary color for #hex is #694D5C.


I love getcolorcode.com

Triadic colors

1 #A396B2 and #B2A396 with #96B2A3 are triadic colors.

2 #A3B296 and #B296A3 with #96B2A3 are triadic colors.