COLOR #6E8F7E

HEX: #6E8F7E
RGB: (110,143,126)

Color info

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

RGB color model

#6E8F7E color RGB value is (110,143,126).

  • red value is 110;
  • green value is 143;
  • blue value is 126.
RGB:
(110,143,126)
(43%,56%,49%)

RGB channels and saturation

R 110 of 255 = 43%
G 143 of 255 = 56%
B 126 of 255 = 49%

110
143
126

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

Portions of RGB colors in percentages

R + G + B =
110 + 143 + 126 = 379 (100%)
R 110 of 379 ~ 29.02%
G 143 of 379 ~ 37.73%
B 126 of 379 ~ 33.25%

%29.02
%37.73
%33.25

CMYK color model

#6E8F7E color CMYK value is (23,0,12,44).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 11.89%
  • key color value is 43.92%
CMYK:
(23,0,12,44)
C23M0Y12K44 
(23%,0%,12%,44%)
(0.23/0.00/0.12/0.44)	

CMYK percentages

%23.08
%0
%11.89
%43.92

Codes

Color #6E8F7E in popluar color models

6E8F7E
RGB110143126
HSL149°13.04%49.61%
HSB/HSV149°23.08%56.08%
CMYK23.08%0.00%11.89%
43.92%

Color #6E8F7E in popluar number systems.

HEX6E8F7E
Decimal110143126
Binary1101110100011111111110
Octal156217176

Shades and tints

Shades of #6E8F7E

#6E8F7E
(110,143,126)
#648273
(100,130,115)
#5A7568
(90,117,104)
#50685D
(80,104,93)
#465B52
(70,91,82)
#3C4E47
(60,78,71)
#32413C
(50,65,60)
#283431
(40,52,49)
#1E2726
(30,39,38)
#141A1B
(20,26,27)
#0A0D10
(10,13,16)
#000000
(0,0,0)

Tints of #6E8F7E

#6E8F7E
(110,143,126)
#7B9989
(123,153,137)
#88A394
(136,163,148)
#95AD9F
(149,173,159)
#A2B7AA
(162,183,170)
#AFC1B5
(175,193,181)
#BCCBC0
(188,203,192)
#C9D5CB
(201,213,203)
#D6DFD6
(214,223,214)
#E3E9E1
(227,233,225)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8F7E color. Also use rgb(110,143,126) instead hex code.

Text Font Color

.myTextColor { color: #6E8F7E; }

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

This text font color is #6E8F7E.


Background Color

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

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

This div background color is #6E8F7E.


Border color

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

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

This div border color is #6E8F7E.


Opacity

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

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

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

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

This text has shadow with #6E8F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8F7E on black background.


Color preview on white background

This text has color #6E8F7E on white background.



Black color preview on #6E8F7E background

This text has black color on #6E8F7E background.


White color preview on #6E8F7E background

This text has white color on #6E8F7E background.