COLOR #8E95DC

HEX: #8E95DC RGB: (142,149,220)

Color info

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

RGB color model

#8E95DC color RGB value is (142,149,220).

RGB: (142,149,220) (56%, 58%, 86%)

RGB channels and saturation

R 142 of 255 = 56%
G 149 of 255 = 58%
B 220 of 255 = 86%

142
149
220

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

Portions of RGB colors in percentages

R + G + B = 142 + 149 + 220 = 511 (100%)
R 142 of 511 ~ 27.79%
G 149 of 511 ~ 29.16%
B 220 of 511 ~ 43.05'%

%27.79
%29.16
%43.05

CMYK color model

#8E95DC color CMYK value is (35,32,0,14).

  • cyan value is 35.45%
  • magenta value is 32.27%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (35,32,0,14)
C35M32Y0K14 (35%, 32%, 0%, 14%)
(0.35 / 0.32 / 0.00 / 0.14)

CMYK percentages

%35.45
%32.27
%0
%13.73

Codes

Color #8E95DC in popluar color models

8E 95 DC
RGB 142 149 220
HSL 235° 52.70% 70.98%
HSB/HSV 235° 35.45% 86.27%
CMYK 35.45% 32.27% 0.00%
13.73%

Color #8E95DC in popluar number systems.

HEX 8E 95 DC
Decimal 142 149 220
Binary 10001110 10010101 11011100
Octal 216 225 334

Shades and tints

Shades of #8E95DC

#8E95DC
(142,149,220)
#8288C8
(130,136,200)
#767BB4
(118,123,180)
#6A6EA0
(106,110,160)
#5E618C
(94,97,140)
#525478
(82,84,120)
#464764
(70,71,100)
#3A3A50
(58,58,80)
#2E2D3C
(46,45,60)
#222028
(34,32,40)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #8E95DC

#8E95DC
(142,149,220)
#989EDF
(152,158,223)
#A2A7E2
(162,167,226)
#ACB0E5
(172,176,229)
#B6B9E8
(182,185,232)
#C0C2EB
(192,194,235)
#CACBEE
(202,203,238)
#D4D4F1
(212,212,241)
#DEDDF4
(222,221,244)
#E8E6F7
(232,230,247)
#F2EFFA
(242,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E95DC color. Also use rgb(142,149,220) instead hex code.

Text Font Color

.myTextColor { color: #8E95DC; }

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

This text font color is #8E95DC.

Background Color

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

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

This div background color is #8E95DC.

Border color

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

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

This div border color is #8E95DC.

Opacity

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

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

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

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

This text has shadow with #8E95DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E95DC.

Preview

Color preview on black background

This text has color #8E95DC on black background.


Color preview on white background

This text has color #8E95DC on white background.


Black color preview on #8E95DC background

This text has black color on #8E95DC background.


White color preview on #8E95DC background

This text has white color on #8E95DC background.


Related colors

Complementary color

Complementary color for #hex is #716A23.


I love getcolorcode.com

Triadic colors

1 #DC8E95 and #95DC8E with #8E95DC are triadic colors.

2 #DC958E and #958EDC with #8E95DC are triadic colors.