COLOR #8D96B4

HEX: #8D96B4
RGB: (141,150,180)

Color info

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

RGB color model

#8D96B4 color RGB value is (141,150,180).

  • red value is 141;
  • green value is 150;
  • blue value is 180.
RGB:
(141,150,180)
(55%,59%,71%)

RGB channels and saturation

R 141 of 255 = 55%
G 150 of 255 = 59%
B 180 of 255 = 71%

141
150
180

R + G + B ~ 62%. #8D96B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 150 + 180 = 471 (100%)
R 141 of 471 ~ 29.94%
G 150 of 471 ~ 31.85%
B 180 of 471 ~ 38.22%

%29.94
%31.85
%38.22

CMYK color model

#8D96B4 color CMYK value is (22,17,0,29).

  • cyan value is 21.67%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(22,17,0,29)
C22M17Y0K29 
(22%,17%,0%,29%)
(0.22/0.17/0.00/0.29)	

CMYK percentages

%21.67
%16.67
%0
%29.41

Codes

Color #8D96B4 in popluar color models

8D96B4
RGB141150180
HSL226°20.63%62.94%
HSB/HSV226°21.67%70.59%
CMYK21.67%16.67%0.00%
29.41%

Color #8D96B4 in popluar number systems.

HEX8D96B4
Decimal141150180
Binary100011011001011010110100
Octal215226264

Shades and tints

Shades of #8D96B4

#8D96B4
(141,150,180)
#8189A4
(129,137,164)
#757C94
(117,124,148)
#696F84
(105,111,132)
#5D6274
(93,98,116)
#515564
(81,85,100)
#454854
(69,72,84)
#393B44
(57,59,68)
#2D2E34
(45,46,52)
#212124
(33,33,36)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #8D96B4

#8D96B4
(141,150,180)
#979FBA
(151,159,186)
#A1A8C0
(161,168,192)
#ABB1C6
(171,177,198)
#B5BACC
(181,186,204)
#BFC3D2
(191,195,210)
#C9CCD8
(201,204,216)
#D3D5DE
(211,213,222)
#DDDEE4
(221,222,228)
#E7E7EA
(231,231,234)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D96B4 color. Also use rgb(141,150,180) instead hex code.

Text Font Color

.myTextColor { color: #8D96B4; }

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

This text font color is #8D96B4.


Background Color

.myBgColor { background-color: #8D96B4; }

<div style="background-color:#8D96B4">Inner text</div>

This div background color is #8D96B4.


Border color

.myBorderColor { border: 1px solid #8D96B4; }

<div style="border:3px solid #8D96B4">Div</div>

This div border color is #8D96B4.


Opacity

.myOpacity80 { color: #8D96B4; opacity: 0.8; }

<p style="color:#8D96B4;opacity:0.8;">80%</p>

Text with #8D96B4 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 #8D96B4;}

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

This text has shadow with #8D96B4 color.

.textShadow {text-shadow: 3px 3px 1px #8D96B4, 3px 3px 1px red;}

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

This text has shadow with #8D96B4 primary color and red secondary color.


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

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

This text has shadow with #8D96B4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D96B4 on black background.


Color preview on white background

This text has color #8D96B4 on white background.



Black color preview on #8D96B4 background

This text has black color on #8D96B4 background.


White color preview on #8D96B4 background

This text has white color on #8D96B4 background.