COLOR #6E9E87

HEX: #6E9E87 RGB: (110,158,135)

Color info

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

RGB color model

#6E9E87 color RGB value is (110,158,135).

RGB: (110,158,135) (43%, 62%, 53%)

RGB channels and saturation

R 110 of 255 = 43%
G 158 of 255 = 62%
B 135 of 255 = 53%

110
158
135

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

Portions of RGB colors in percentages

R + G + B = 110 + 158 + 135 = 403 (100%)
R 110 of 403 ~ 27.3%
G 158 of 403 ~ 39.21%
B 135 of 403 ~ 33.5'%

%27.3
%39.21
%33.5

CMYK color model

#6E9E87 color CMYK value is (30,0,15,38).

  • cyan value is 30.38%
  • magenta value is 0.00%
  • yellow value is 14.56%
  • key color value is 38.04%

CMYK: (30,0,15,38)
C30M0Y15K38 (30%, 0%, 15%, 38%)
(0.30 / 0.00 / 0.15 / 0.38)

CMYK percentages

%30.38
%0
%14.56
%38.04

Codes

Color #6E9E87 in popluar color models

6E 9E 87
RGB 110 158 135
HSL 151° 19.83% 52.55%
HSB/HSV 151° 30.38% 61.96%
CMYK 30.38% 0.00% 14.56%
38.04%

Color #6E9E87 in popluar number systems.

HEX 6E 9E 87
Decimal 110 158 135
Binary 1101110 10011110 10000111
Octal 156 236 207

Shades and tints

Shades of #6E9E87

#6E9E87
(110,158,135)
#64907B
(100,144,123)
#5A826F
(90,130,111)
#507463
(80,116,99)
#466657
(70,102,87)
#3C584B
(60,88,75)
#324A3F
(50,74,63)
#283C33
(40,60,51)
#1E2E27
(30,46,39)
#14201B
(20,32,27)
#0A120F
(10,18,15)
#000000
(0,0,0)

Tints of #6E9E87

#6E9E87
(110,158,135)
#7BA691
(123,166,145)
#88AE9B
(136,174,155)
#95B6A5
(149,182,165)
#A2BEAF
(162,190,175)
#AFC6B9
(175,198,185)
#BCCEC3
(188,206,195)
#C9D6CD
(201,214,205)
#D6DED7
(214,222,215)
#E3E6E1
(227,230,225)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9E87; }

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

This text font color is #6E9E87.

Background Color

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

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

This div background color is #6E9E87.

Border color

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

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

This div border color is #6E9E87.

Opacity

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

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

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

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

This text has shadow with #6E9E87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E9E87.

Preview

Color preview on black background

This text has color #6E9E87 on black background.


Color preview on white background

This text has color #6E9E87 on white background.


Black color preview on #6E9E87 background

This text has black color on #6E9E87 background.


White color preview on #6E9E87 background

This text has white color on #6E9E87 background.


Related colors

Complementary color

Complementary color for #hex is #916178.


I love getcolorcode.com

Triadic colors

1 #876E9E and #9E876E with #6E9E87 are triadic colors.

2 #879E6E and #9E6E87 with #6E9E87 are triadic colors.