COLOR #8996D3

HEX: #8996D3
RGB: (137,150,211)

Color info

#8996D3 contains mainly blue color. Web safe color of #8996D3 is #9999CC (or #99C).

RGB color model

#8996D3 color RGB value is (137,150,211).

  • red value is 137;
  • green value is 150;
  • blue value is 211.
RGB:
(137,150,211)
(54%,59%,83%)

RGB channels and saturation

R 137 of 255 = 54%
G 150 of 255 = 59%
B 211 of 255 = 83%

137
150
211

R + G + B ~ 65%. #8996D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 150 + 211 = 498 (100%)
R 137 of 498 ~ 27.51%
G 150 of 498 ~ 30.12%
B 211 of 498 ~ 42.37%

%27.51
%30.12
%42.37

CMYK color model

#8996D3 color CMYK value is (35,29,0,17).

  • cyan value is 35.07%
  • magenta value is 28.91%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(35,29,0,17)
C35M29Y0K17 
(35%,29%,0%,17%)
(0.35/0.29/0.00/0.17)	

CMYK percentages

%35.07
%28.91
%0
%17.25

Codes

Color #8996D3 in popluar color models

8996D3
RGB137150211
HSL229°45.68%68.24%
HSB/HSV229°35.07%82.75%
CMYK35.07%28.91%0.00%
17.25%

Color #8996D3 in popluar number systems.

HEX8996D3
Decimal137150211
Binary100010011001011011010011
Octal211226323

Shades and tints

Shades of #8996D3

#8996D3
(137,150,211)
#7D89C0
(125,137,192)
#717CAD
(113,124,173)
#656F9A
(101,111,154)
#596287
(89,98,135)
#4D5574
(77,85,116)
#414861
(65,72,97)
#353B4E
(53,59,78)
#292E3B
(41,46,59)
#1D2128
(29,33,40)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #8996D3

#8996D3
(137,150,211)
#939FD7
(147,159,215)
#9DA8DB
(157,168,219)
#A7B1DF
(167,177,223)
#B1BAE3
(177,186,227)
#BBC3E7
(187,195,231)
#C5CCEB
(197,204,235)
#CFD5EF
(207,213,239)
#D9DEF3
(217,222,243)
#E3E7F7
(227,231,247)
#EDF0FB
(237,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8996D3 color. Also use rgb(137,150,211) instead hex code.

Text Font Color

.myTextColor { color: #8996D3; }

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

This text font color is #8996D3.


Background Color

.myBgColor { background-color: #8996D3; }

<div style="background-color:#8996D3">Inner text</div>

This div background color is #8996D3.


Border color

.myBorderColor { border: 1px solid #8996D3; }

<div style="border:3px solid #8996D3">Div</div>

This div border color is #8996D3.


Opacity

.myOpacity80 { color: #8996D3; opacity: 0.8; }

<p style="color:#8996D3;opacity:0.8;">80%</p>

Text with #8996D3 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 #8996D3;}

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

This text has shadow with #8996D3 color.

.textShadow {text-shadow: 3px 3px 1px #8996D3, 3px 3px 1px red;}

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

This text has shadow with #8996D3 primary color and red secondary color.


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

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

This text has shadow with #8996D3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8996D3 on black background.


Color preview on white background

This text has color #8996D3 on white background.



Black color preview on #8996D3 background

This text has black color on #8996D3 background.


White color preview on #8996D3 background

This text has white color on #8996D3 background.