COLOR #8E9DD3

HEX: #8E9DD3
RGB: (142,157,211)

Color info

#8E9DD3 contains mainly green and blue colors. Web safe color of #8E9DD3 is #9999CC (or #99C).

RGB color model

#8E9DD3 color RGB value is (142,157,211).

  • red value is 142;
  • green value is 157;
  • blue value is 211.
RGB:
(142,157,211)
(56%,62%,83%)

RGB channels and saturation

R 142 of 255 = 56%
G 157 of 255 = 62%
B 211 of 255 = 83%

142
157
211

R + G + B ~ 67%. #8E9DD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 157 + 211 = 510 (100%)
R 142 of 510 ~ 27.84%
G 157 of 510 ~ 30.78%
B 211 of 510 ~ 41.37%

%27.84
%30.78
%41.37

CMYK color model

#8E9DD3 color CMYK value is (33,26,0,17).

  • cyan value is 32.70%
  • magenta value is 25.59%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(33,26,0,17)
C33M26Y0K17 
(33%,26%,0%,17%)
(0.33/0.26/0.00/0.17)	

CMYK percentages

%32.7
%25.59
%0
%17.25

Codes

Color #8E9DD3 in popluar color models

8E9DD3
RGB142157211
HSL227°43.95%69.22%
HSB/HSV227°32.70%82.75%
CMYK32.70%25.59%0.00%
17.25%

Color #8E9DD3 in popluar number systems.

HEX8E9DD3
Decimal142157211
Binary100011101001110111010011
Octal216235323

Shades and tints

Shades of #8E9DD3

#8E9DD3
(142,157,211)
#828FC0
(130,143,192)
#7681AD
(118,129,173)
#6A739A
(106,115,154)
#5E6587
(94,101,135)
#525774
(82,87,116)
#464961
(70,73,97)
#3A3B4E
(58,59,78)
#2E2D3B
(46,45,59)
#221F28
(34,31,40)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #8E9DD3

#8E9DD3
(142,157,211)
#98A5D7
(152,165,215)
#A2ADDB
(162,173,219)
#ACB5DF
(172,181,223)
#B6BDE3
(182,189,227)
#C0C5E7
(192,197,231)
#CACDEB
(202,205,235)
#D4D5EF
(212,213,239)
#DEDDF3
(222,221,243)
#E8E5F7
(232,229,247)
#F2EDFB
(242,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E9DD3 color. Also use rgb(142,157,211) instead hex code.

Text Font Color

.myTextColor { color: #8E9DD3; }

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

This text font color is #8E9DD3.


Background Color

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

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

This div background color is #8E9DD3.


Border color

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

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

This div border color is #8E9DD3.


Opacity

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

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

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

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

This text has shadow with #8E9DD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9DD3 on black background.


Color preview on white background

This text has color #8E9DD3 on white background.



Black color preview on #8E9DD3 background

This text has black color on #8E9DD3 background.


White color preview on #8E9DD3 background

This text has white color on #8E9DD3 background.