COLOR #8E6685

HEX: #8E6685 RGB: (142,102,133)

Color info

#8E6685 contains red, green and blue colors in about the same proportion. Web safe color of #8E6685 is #996699 (or #969).

RGB color model

#8E6685 color RGB value is (142,102,133).

RGB: (142,102,133) (56%, 40%, 52%)

RGB channels and saturation

R 142 of 255 = 56%
G 102 of 255 = 40%
B 133 of 255 = 52%

142
102
133

R + G + B ~ 49%. #8E6685 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 142 + 102 + 133 = 377 (100%)
R 142 of 377 ~ 37.67%
G 102 of 377 ~ 27.06%
B 133 of 377 ~ 35.28'%

%37.67
%27.06
%35.28

CMYK color model

#8E6685 color CMYK value is (0,28,6,44).

  • cyan value is 0.00%
  • magenta value is 28.17%
  • yellow value is 6.34%
  • key color value is 44.31%

CMYK: (0,28,6,44)
C0M28Y6K44 (0%, 28%, 6%, 44%)
(0.00 / 0.28 / 0.06 / 0.44)

CMYK percentages

%0
%28.17
%6.34
%44.31

Codes

Color #8E6685 in popluar color models

8E 66 85
RGB 142 102 133
HSL 314° 16.39% 47.84%
HSB/HSV 314° 28.17% 55.69%
CMYK 0.00% 28.17% 6.34%
44.31%

Color #8E6685 in popluar number systems.

HEX 8E 66 85
Decimal 142 102 133
Binary 10001110 1100110 10000101
Octal 216 146 205

Shades and tints

Shades of #8E6685

#8E6685
(142,102,133)
#825D79
(130,93,121)
#76546D
(118,84,109)
#6A4B61
(106,75,97)
#5E4255
(94,66,85)
#523949
(82,57,73)
#46303D
(70,48,61)
#3A2731
(58,39,49)
#2E1E25
(46,30,37)
#221519
(34,21,25)
#160C0D
(22,12,13)
#000000
(0,0,0)

Tints of #8E6685

#8E6685
(142,102,133)
#987390
(152,115,144)
#A2809B
(162,128,155)
#AC8DA6
(172,141,166)
#B69AB1
(182,154,177)
#C0A7BC
(192,167,188)
#CAB4C7
(202,180,199)
#D4C1D2
(212,193,210)
#DECEDD
(222,206,221)
#E8DBE8
(232,219,232)
#F2E8F3
(242,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E6685 color. Also use rgb(142,102,133) instead hex code.

Text Font Color

.myTextColor { color: #8E6685; }

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

This text font color is #8E6685.

Background Color

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

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

This div background color is #8E6685.

Border color

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

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

This div border color is #8E6685.

Opacity

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

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

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

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

This text has shadow with #8E6685 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E6685.

Preview

Color preview on black background

This text has color #8E6685 on black background.


Color preview on white background

This text has color #8E6685 on white background.


Black color preview on #8E6685 background

This text has black color on #8E6685 background.


White color preview on #8E6685 background

This text has white color on #8E6685 background.


Related colors

Complementary color

Complementary color for #hex is #71997A.


I love getcolorcode.com

Triadic colors

1 #858E66 and #66858E with #8E6685 are triadic colors.

2 #85668E and #668E85 with #8E6685 are triadic colors.