COLOR #6E877E

HEX: #6E877E
RGB: (110,135,126)

Color info

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

RGB color model

#6E877E color RGB value is (110,135,126).

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

RGB channels and saturation

R 110 of 255 = 43%
G 135 of 255 = 53%
B 126 of 255 = 49%

110
135
126

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

Portions of RGB colors in percentages

R + G + B =
110 + 135 + 126 = 371 (100%)
R 110 of 371 ~ 29.65%
G 135 of 371 ~ 36.39%
B 126 of 371 ~ 33.96%

%29.65
%36.39
%33.96

CMYK color model

#6E877E color CMYK value is (19,0,7,47).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 47.06%
CMYK:
(19,0,7,47)
C19M0Y7K47 
(19%,0%,7%,47%)
(0.19/0.00/0.07/0.47)	

CMYK percentages

%18.52
%0
%6.67
%47.06

Codes

Color #6E877E in popluar color models

6E877E
RGB110135126
HSL158°10.20%48.04%
HSB/HSV158°18.52%52.94%
CMYK18.52%0.00%6.67%
47.06%

Color #6E877E in popluar number systems.

HEX6E877E
Decimal110135126
Binary1101110100001111111110
Octal156207176

Shades and tints

Shades of #6E877E

#6E877E
(110,135,126)
#647B73
(100,123,115)
#5A6F68
(90,111,104)
#50635D
(80,99,93)
#465752
(70,87,82)
#3C4B47
(60,75,71)
#323F3C
(50,63,60)
#283331
(40,51,49)
#1E2726
(30,39,38)
#141B1B
(20,27,27)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #6E877E

#6E877E
(110,135,126)
#7B9189
(123,145,137)
#889B94
(136,155,148)
#95A59F
(149,165,159)
#A2AFAA
(162,175,170)
#AFB9B5
(175,185,181)
#BCC3C0
(188,195,192)
#C9CDCB
(201,205,203)
#D6D7D6
(214,215,214)
#E3E1E1
(227,225,225)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E877E; }

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

This text font color is #6E877E.


Background Color

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

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

This div background color is #6E877E.


Border color

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

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

This div border color is #6E877E.


Opacity

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

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

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

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

This text has shadow with #6E877E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E877E on black background.


Color preview on white background

This text has color #6E877E on white background.



Black color preview on #6E877E background

This text has black color on #6E877E background.


White color preview on #6E877E background

This text has white color on #6E877E background.