COLOR #6E8E82

HEX: #6E8E82
RGB: (110,142,130)

Color info

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

RGB color model

#6E8E82 color RGB value is (110,142,130).

  • red value is 110;
  • green value is 142;
  • blue value is 130.
RGB:
(110,142,130)
(43%,56%,51%)

RGB channels and saturation

R 110 of 255 = 43%
G 142 of 255 = 56%
B 130 of 255 = 51%

110
142
130

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

Portions of RGB colors in percentages

R + G + B =
110 + 142 + 130 = 382 (100%)
R 110 of 382 ~ 28.8%
G 142 of 382 ~ 37.17%
B 130 of 382 ~ 34.03%

%28.8
%37.17
%34.03

CMYK color model

#6E8E82 color CMYK value is (23,0,8,44).

  • cyan value is 22.54%
  • magenta value is 0.00%
  • yellow value is 8.45%
  • key color value is 44.31%
CMYK:
(23,0,8,44)
C23M0Y8K44 
(23%,0%,8%,44%)
(0.23/0.00/0.08/0.44)	

CMYK percentages

%22.54
%0
%8.45
%44.31

Codes

Color #6E8E82 in popluar color models

6E8E82
RGB110142130
HSL158°12.70%49.41%
HSB/HSV158°22.54%55.69%
CMYK22.54%0.00%8.45%
44.31%

Color #6E8E82 in popluar number systems.

HEX6E8E82
Decimal110142130
Binary11011101000111010000010
Octal156216202

Shades and tints

Shades of #6E8E82

#6E8E82
(110,142,130)
#648277
(100,130,119)
#5A766C
(90,118,108)
#506A61
(80,106,97)
#465E56
(70,94,86)
#3C524B
(60,82,75)
#324640
(50,70,64)
#283A35
(40,58,53)
#1E2E2A
(30,46,42)
#14221F
(20,34,31)
#0A1614
(10,22,20)
#000000
(0,0,0)

Tints of #6E8E82

#6E8E82
(110,142,130)
#7B988D
(123,152,141)
#88A298
(136,162,152)
#95ACA3
(149,172,163)
#A2B6AE
(162,182,174)
#AFC0B9
(175,192,185)
#BCCAC4
(188,202,196)
#C9D4CF
(201,212,207)
#D6DEDA
(214,222,218)
#E3E8E5
(227,232,229)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8E82 color. Also use rgb(110,142,130) instead hex code.

Text Font Color

.myTextColor { color: #6E8E82; }

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

This text font color is #6E8E82.


Background Color

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

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

This div background color is #6E8E82.


Border color

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

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

This div border color is #6E8E82.


Opacity

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

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

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

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

This text has shadow with #6E8E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8E82 on black background.


Color preview on white background

This text has color #6E8E82 on white background.



Black color preview on #6E8E82 background

This text has black color on #6E8E82 background.


White color preview on #6E8E82 background

This text has white color on #6E8E82 background.