COLOR #8E9CDD

HEX: #8E9CDD RGB: (142,156,221)

Color info

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

RGB color model

#8E9CDD color RGB value is (142,156,221).

RGB: (142,156,221) (56%, 61%, 87%)

RGB channels and saturation

R 142 of 255 = 56%
G 156 of 255 = 61%
B 221 of 255 = 87%

142
156
221

R + G + B ~ 68%. #8E9CDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 156 + 221 = 519 (100%)
R 142 of 519 ~ 27.36%
G 156 of 519 ~ 30.06%
B 221 of 519 ~ 42.58'%

%27.36
%30.06
%42.58

CMYK color model

#8E9CDD color CMYK value is (36,29,0,13).

  • cyan value is 35.75%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (36,29,0,13)
C36M29Y0K13 (36%, 29%, 0%, 13%)
(0.36 / 0.29 / 0.00 / 0.13)

CMYK percentages

%35.75
%29.41
%0
%13.33

Codes

Color #8E9CDD in popluar color models

8E 9C DD
RGB 142 156 221
HSL 229° 53.74% 71.18%
HSB/HSV 229° 35.75% 86.67%
CMYK 35.75% 29.41% 0.00%
13.33%

Color #8E9CDD in popluar number systems.

HEX 8E 9C DD
Decimal 142 156 221
Binary 10001110 10011100 11011101
Octal 216 234 335

Shades and tints

Shades of #8E9CDD

#8E9CDD
(142,156,221)
#828EC9
(130,142,201)
#7680B5
(118,128,181)
#6A72A1
(106,114,161)
#5E648D
(94,100,141)
#525679
(82,86,121)
#464865
(70,72,101)
#3A3A51
(58,58,81)
#2E2C3D
(46,44,61)
#221E29
(34,30,41)
#161015
(22,16,21)
#000000
(0,0,0)

Tints of #8E9CDD

#8E9CDD
(142,156,221)
#98A5E0
(152,165,224)
#A2AEE3
(162,174,227)
#ACB7E6
(172,183,230)
#B6C0E9
(182,192,233)
#C0C9EC
(192,201,236)
#CAD2EF
(202,210,239)
#D4DBF2
(212,219,242)
#DEE4F5
(222,228,245)
#E8EDF8
(232,237,248)
#F2F6FB
(242,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E9CDD color. Also use rgb(142,156,221) instead hex code.

Text Font Color

.myTextColor { color: #8E9CDD; }

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

This text font color is #8E9CDD.

Background Color

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

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

This div background color is #8E9CDD.

Border color

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

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

This div border color is #8E9CDD.

Opacity

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

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

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

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

This text has shadow with #8E9CDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E9CDD.

Preview

Color preview on black background

This text has color #8E9CDD on black background.


Color preview on white background

This text has color #8E9CDD on white background.


Black color preview on #8E9CDD background

This text has black color on #8E9CDD background.


White color preview on #8E9CDD background

This text has white color on #8E9CDD background.


Related colors

Complementary color

Complementary color for #hex is #716322.


I love getcolorcode.com

Triadic colors

1 #DD8E9C and #9CDD8E with #8E9CDD are triadic colors.

2 #DD9C8E and #9C8EDD with #8E9CDD are triadic colors.