COLOR #6E867A

HEX: #6E867A
RGB: (110,134,122)

Color info

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

RGB color model

#6E867A color RGB value is (110,134,122).

  • red value is 110;
  • green value is 134;
  • blue value is 122.
RGB:
(110,134,122)
(43%,53%,48%)

RGB channels and saturation

R 110 of 255 = 43%
G 134 of 255 = 53%
B 122 of 255 = 48%

110
134
122

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

Portions of RGB colors in percentages

R + G + B =
110 + 134 + 122 = 366 (100%)
R 110 of 366 ~ 30.05%
G 134 of 366 ~ 36.61%
B 122 of 366 ~ 33.33%

%30.05
%36.61
%33.33

CMYK color model

#6E867A color CMYK value is (18,0,9,47).

  • cyan value is 17.91%
  • magenta value is 0.00%
  • yellow value is 8.96%
  • key color value is 47.45%
CMYK:
(18,0,9,47)
C18M0Y9K47 
(18%,0%,9%,47%)
(0.18/0.00/0.09/0.47)	

CMYK percentages

%17.91
%0
%8.96
%47.45

Codes

Color #6E867A in popluar color models

6E867A
RGB110134122
HSL150°9.84%47.84%
HSB/HSV150°17.91%52.55%
CMYK17.91%0.00%8.96%
47.45%

Color #6E867A in popluar number systems.

HEX6E867A
Decimal110134122
Binary1101110100001101111010
Octal156206172

Shades and tints

Shades of #6E867A

#6E867A
(110,134,122)
#647A6F
(100,122,111)
#5A6E64
(90,110,100)
#506259
(80,98,89)
#46564E
(70,86,78)
#3C4A43
(60,74,67)
#323E38
(50,62,56)
#28322D
(40,50,45)
#1E2622
(30,38,34)
#141A17
(20,26,23)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #6E867A

#6E867A
(110,134,122)
#7B9186
(123,145,134)
#889C92
(136,156,146)
#95A79E
(149,167,158)
#A2B2AA
(162,178,170)
#AFBDB6
(175,189,182)
#BCC8C2
(188,200,194)
#C9D3CE
(201,211,206)
#D6DEDA
(214,222,218)
#E3E9E6
(227,233,230)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E867A color. Also use rgb(110,134,122) instead hex code.

Text Font Color

.myTextColor { color: #6E867A; }

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

This text font color is #6E867A.


Background Color

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

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

This div background color is #6E867A.


Border color

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

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

This div border color is #6E867A.


Opacity

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

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

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

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

This text has shadow with #6E867A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E867A on black background.


Color preview on white background

This text has color #6E867A on white background.



Black color preview on #6E867A background

This text has black color on #6E867A background.


White color preview on #6E867A background

This text has white color on #6E867A background.