COLOR #6E8786

HEX: #6E8786 RGB: (110,135,134)

Color info

#6E8786 contains red, green and blue colors in about the same proportion. Web safe color of #6E8786 is #669999 (or #699).

RGB color model

#6E8786 color RGB value is (110,135,134).

RGB: (110,135,134) (43%, 53%, 53%)

RGB channels and saturation

R 110 of 255 = 43%
G 135 of 255 = 53%
B 134 of 255 = 53%

110
135
134

R + G + B ~ 50%. #6E8786 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 110 + 135 + 134 = 379 (100%)
R 110 of 379 ~ 29.02%
G 135 of 379 ~ 35.62%
B 134 of 379 ~ 35.36'%

%29.02
%35.62
%35.36

CMYK color model

#6E8786 color CMYK value is (19,0,1,47).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 0.74%
  • key color value is 47.06%

CMYK: (19,0,1,47)
C19M0Y1K47 (19%, 0%, 1%, 47%)
(0.19 / 0.00 / 0.01 / 0.47)

CMYK percentages

%18.52
%0
%0.74
%47.06

Codes

Color #6E8786 in popluar color models

6E 87 86
RGB 110 135 134
HSL 178° 10.20% 48.04%
HSB/HSV 178° 18.52% 52.94%
CMYK 18.52% 0.00% 0.74%
47.06%

Color #6E8786 in popluar number systems.

HEX 6E 87 86
Decimal 110 135 134
Binary 1101110 10000111 10000110
Octal 156 207 206

Shades and tints

Shades of #6E8786

#6E8786
(110,135,134)
#647B7A
(100,123,122)
#5A6F6E
(90,111,110)
#506362
(80,99,98)
#465756
(70,87,86)
#3C4B4A
(60,75,74)
#323F3E
(50,63,62)
#283332
(40,51,50)
#1E2726
(30,39,38)
#141B1A
(20,27,26)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #6E8786

#6E8786
(110,135,134)
#7B9191
(123,145,145)
#889B9C
(136,155,156)
#95A5A7
(149,165,167)
#A2AFB2
(162,175,178)
#AFB9BD
(175,185,189)
#BCC3C8
(188,195,200)
#C9CDD3
(201,205,211)
#D6D7DE
(214,215,222)
#E3E1E9
(227,225,233)
#F0EBF4
(240,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8786 color. Also use rgb(110,135,134) instead hex code.

Text Font Color

.myTextColor { color: #6E8786; }

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

This text font color is #6E8786.

Background Color

.myBgColor { background-color: #6E8786; }

<div style="background-color:#6E8786">Inner text</div>

This div background color is #6E8786.

Border color

.myBorderColor { border: 1px solid #6E8786; }

<div style="border:3px solid #6E8786">Div</div>

This div border color is #6E8786.

Opacity

.myOpacity80 { color: #6E8786; opacity: 0.8; }

<p style="color:#6E8786;opacity:0.8;">80%</p>

Text with #6E8786 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 #6E8786;}

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

This text has shadow with #6E8786 color.


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

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

This text has shadow with #6E8786 primary color and red secondary color.


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

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

This text has shadow with #6E8786 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6E8786.

Preview

Color preview on black background

This text has color #6E8786 on black background.


Color preview on white background

This text has color #6E8786 on white background.


Black color preview on #6E8786 background

This text has black color on #6E8786 background.


White color preview on #6E8786 background

This text has white color on #6E8786 background.


Related colors

Complementary color

Complementary color for #hex is #917879.


I love getcolorcode.com

Triadic colors

1 #866E87 and #87866E with #6E8786 are triadic colors.

2 #86876E and #876E86 with #6E8786 are triadic colors.