COLOR #6E8E7F

HEX: #6E8E7F
RGB: (110,142,127)

Color info

#6E8E7F contains red, green and blue colors in about the same proportion. Web safe color of #6E8E7F is #669966 (or #696).

RGB color model

#6E8E7F color RGB value is (110,142,127).

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

RGB channels and saturation

R 110 of 255 = 43%
G 142 of 255 = 56%
B 127 of 255 = 50%

110
142
127

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

Portions of RGB colors in percentages

R + G + B =
110 + 142 + 127 = 379 (100%)
R 110 of 379 ~ 29.02%
G 142 of 379 ~ 37.47%
B 127 of 379 ~ 33.51%

%29.02
%37.47
%33.51

CMYK color model

#6E8E7F color CMYK value is (23,0,11,44).

  • cyan value is 22.54%
  • magenta value is 0.00%
  • yellow value is 10.56%
  • key color value is 44.31%
CMYK:
(23,0,11,44)
C23M0Y11K44 
(23%,0%,11%,44%)
(0.23/0.00/0.11/0.44)	

CMYK percentages

%22.54
%0
%10.56
%44.31

Codes

Color #6E8E7F in popluar color models

6E8E7F
RGB110142127
HSL152°12.70%49.41%
HSB/HSV152°22.54%55.69%
CMYK22.54%0.00%10.56%
44.31%

Color #6E8E7F in popluar number systems.

HEX6E8E7F
Decimal110142127
Binary1101110100011101111111
Octal156216177

Shades and tints

Shades of #6E8E7F

#6E8E7F
(110,142,127)
#648274
(100,130,116)
#5A7669
(90,118,105)
#506A5E
(80,106,94)
#465E53
(70,94,83)
#3C5248
(60,82,72)
#32463D
(50,70,61)
#283A32
(40,58,50)
#1E2E27
(30,46,39)
#14221C
(20,34,28)
#0A1611
(10,22,17)
#000000
(0,0,0)

Tints of #6E8E7F

#6E8E7F
(110,142,127)
#7B988A
(123,152,138)
#88A295
(136,162,149)
#95ACA0
(149,172,160)
#A2B6AB
(162,182,171)
#AFC0B6
(175,192,182)
#BCCAC1
(188,202,193)
#C9D4CC
(201,212,204)
#D6DED7
(214,222,215)
#E3E8E2
(227,232,226)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8E7F; }

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

This text font color is #6E8E7F.


Background Color

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

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

This div background color is #6E8E7F.


Border color

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

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

This div border color is #6E8E7F.


Opacity

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

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

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

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

This text has shadow with #6E8E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8E7F on black background.


Color preview on white background

This text has color #6E8E7F on white background.



Black color preview on #6E8E7F background

This text has black color on #6E8E7F background.


White color preview on #6E8E7F background

This text has white color on #6E8E7F background.