COLOR #8E9ADD

HEX: #8E9ADD RGB: (142,154,221)

Color info

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

RGB color model

#8E9ADD color RGB value is (142,154,221).

RGB: (142,154,221) (56%, 60%, 87%)

RGB channels and saturation

R 142 of 255 = 56%
G 154 of 255 = 60%
B 221 of 255 = 87%

142
154
221

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

Portions of RGB colors in percentages

R + G + B = 142 + 154 + 221 = 517 (100%)
R 142 of 517 ~ 27.47%
G 154 of 517 ~ 29.79%
B 221 of 517 ~ 42.75'%

%27.47
%29.79
%42.75

CMYK color model

#8E9ADD color CMYK value is (36,30,0,13).

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

CMYK: (36,30,0,13)
C36M30Y0K13 (36%, 30%, 0%, 13%)
(0.36 / 0.30 / 0.00 / 0.13)

CMYK percentages

%35.75
%30.32
%0
%13.33

Codes

Color #8E9ADD in popluar color models

8E 9A DD
RGB 142 154 221
HSL 231° 53.74% 71.18%
HSB/HSV 231° 35.75% 86.67%
CMYK 35.75% 30.32% 0.00%
13.33%

Color #8E9ADD in popluar number systems.

HEX 8E 9A DD
Decimal 142 154 221
Binary 10001110 10011010 11011101
Octal 216 232 335

Shades and tints

Shades of #8E9ADD

#8E9ADD
(142,154,221)
#828CC9
(130,140,201)
#767EB5
(118,126,181)
#6A70A1
(106,112,161)
#5E628D
(94,98,141)
#525479
(82,84,121)
#464665
(70,70,101)
#3A3851
(58,56,81)
#2E2A3D
(46,42,61)
#221C29
(34,28,41)
#160E15
(22,14,21)
#000000
(0,0,0)

Tints of #8E9ADD

#8E9ADD
(142,154,221)
#98A3E0
(152,163,224)
#A2ACE3
(162,172,227)
#ACB5E6
(172,181,230)
#B6BEE9
(182,190,233)
#C0C7EC
(192,199,236)
#CAD0EF
(202,208,239)
#D4D9F2
(212,217,242)
#DEE2F5
(222,226,245)
#E8EBF8
(232,235,248)
#F2F4FB
(242,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9ADD; }

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

This text font color is #8E9ADD.

Background Color

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

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

This div background color is #8E9ADD.

Border color

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

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

This div border color is #8E9ADD.

Opacity

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

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

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

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

This text has shadow with #8E9ADD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E9ADD.

Preview

Color preview on black background

This text has color #8E9ADD on black background.


Color preview on white background

This text has color #8E9ADD on white background.


Black color preview on #8E9ADD background

This text has black color on #8E9ADD background.


White color preview on #8E9ADD background

This text has white color on #8E9ADD background.


Related colors

Complementary color

Complementary color for #hex is #716522.


I love getcolorcode.com

Triadic colors

1 #DD8E9A and #9ADD8E with #8E9ADD are triadic colors.

2 #DD9A8E and #9A8EDD with #8E9ADD are triadic colors.