COLOR #8996DF

HEX: #8996DF
RGB: (137,150,223)

Color info

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

RGB color model

#8996DF color RGB value is (137,150,223).

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

RGB channels and saturation

R 137 of 255 = 54%
G 150 of 255 = 59%
B 223 of 255 = 87%

137
150
223

R + G + B ~ 67%. #8996DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 150 + 223 = 510 (100%)
R 137 of 510 ~ 26.86%
G 150 of 510 ~ 29.41%
B 223 of 510 ~ 43.73%

%26.86
%29.41
%43.73

CMYK color model

#8996DF color CMYK value is (39,33,0,13).

  • cyan value is 38.57%
  • magenta value is 32.74%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(39,33,0,13)
C39M33Y0K13 
(39%,33%,0%,13%)
(0.39/0.33/0.00/0.13)	

CMYK percentages

%38.57
%32.74
%0
%12.55

Codes

Color #8996DF in popluar color models

8996DF
RGB137150223
HSL231°57.33%70.59%
HSB/HSV231°38.57%87.45%
CMYK38.57%32.74%0.00%
12.55%

Color #8996DF in popluar number systems.

HEX8996DF
Decimal137150223
Binary100010011001011011011111
Octal211226337

Shades and tints

Shades of #8996DF

#8996DF
(137,150,223)
#7D89CB
(125,137,203)
#717CB7
(113,124,183)
#656FA3
(101,111,163)
#59628F
(89,98,143)
#4D557B
(77,85,123)
#414867
(65,72,103)
#353B53
(53,59,83)
#292E3F
(41,46,63)
#1D212B
(29,33,43)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #8996DF

#8996DF
(137,150,223)
#939FE1
(147,159,225)
#9DA8E3
(157,168,227)
#A7B1E5
(167,177,229)
#B1BAE7
(177,186,231)
#BBC3E9
(187,195,233)
#C5CCEB
(197,204,235)
#CFD5ED
(207,213,237)
#D9DEEF
(217,222,239)
#E3E7F1
(227,231,241)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8996DF; }

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

This text font color is #8996DF.


Background Color

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

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

This div background color is #8996DF.


Border color

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

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

This div border color is #8996DF.


Opacity

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

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

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

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

This text has shadow with #8996DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8996DF on black background.


Color preview on white background

This text has color #8996DF on white background.



Black color preview on #8996DF background

This text has black color on #8996DF background.


White color preview on #8996DF background

This text has white color on #8996DF background.