COLOR #6E8D7C

HEX: #6E8D7C
RGB: (110,141,124)

Color info

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

RGB color model

#6E8D7C color RGB value is (110,141,124).

  • red value is 110;
  • green value is 141;
  • blue value is 124.
RGB:
(110,141,124)
(43%,55%,49%)

RGB channels and saturation

R 110 of 255 = 43%
G 141 of 255 = 55%
B 124 of 255 = 49%

110
141
124

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

Portions of RGB colors in percentages

R + G + B =
110 + 141 + 124 = 375 (100%)
R 110 of 375 ~ 29.33%
G 141 of 375 ~ 37.6%
B 124 of 375 ~ 33.07%

%29.33
%37.6
%33.07

CMYK color model

#6E8D7C color CMYK value is (22,0,12,45).

  • cyan value is 21.99%
  • magenta value is 0.00%
  • yellow value is 12.06%
  • key color value is 44.71%
CMYK:
(22,0,12,45)
C22M0Y12K45 
(22%,0%,12%,45%)
(0.22/0.00/0.12/0.45)	

CMYK percentages

%21.99
%0
%12.06
%44.71

Codes

Color #6E8D7C in popluar color models

6E8D7C
RGB110141124
HSL147°12.35%49.22%
HSB/HSV147°21.99%55.29%
CMYK21.99%0.00%12.06%
44.71%

Color #6E8D7C in popluar number systems.

HEX6E8D7C
Decimal110141124
Binary1101110100011011111100
Octal156215174

Shades and tints

Shades of #6E8D7C

#6E8D7C
(110,141,124)
#648171
(100,129,113)
#5A7566
(90,117,102)
#50695B
(80,105,91)
#465D50
(70,93,80)
#3C5145
(60,81,69)
#32453A
(50,69,58)
#28392F
(40,57,47)
#1E2D24
(30,45,36)
#142119
(20,33,25)
#0A150E
(10,21,14)
#000000
(0,0,0)

Tints of #6E8D7C

#6E8D7C
(110,141,124)
#7B9787
(123,151,135)
#88A192
(136,161,146)
#95AB9D
(149,171,157)
#A2B5A8
(162,181,168)
#AFBFB3
(175,191,179)
#BCC9BE
(188,201,190)
#C9D3C9
(201,211,201)
#D6DDD4
(214,221,212)
#E3E7DF
(227,231,223)
#F0F1EA
(240,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8D7C color. Also use rgb(110,141,124) instead hex code.

Text Font Color

.myTextColor { color: #6E8D7C; }

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

This text font color is #6E8D7C.


Background Color

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

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

This div background color is #6E8D7C.


Border color

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

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

This div border color is #6E8D7C.


Opacity

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

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

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

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

This text has shadow with #6E8D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8D7C on black background.


Color preview on white background

This text has color #6E8D7C on white background.



Black color preview on #6E8D7C background

This text has black color on #6E8D7C background.


White color preview on #6E8D7C background

This text has white color on #6E8D7C background.