COLOR #6E8781

HEX: #6E8781
RGB: (110,135,129)

Color info

#6E8781 contains red, green and blue colors in about the same proportion. Web safe color of #6E8781 is #669999 (or #699).

RGB color model

#6E8781 color RGB value is (110,135,129).

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

RGB channels and saturation

R 110 of 255 = 43%
G 135 of 255 = 53%
B 129 of 255 = 51%

110
135
129

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

Portions of RGB colors in percentages

R + G + B =
110 + 135 + 129 = 374 (100%)
R 110 of 374 ~ 29.41%
G 135 of 374 ~ 36.1%
B 129 of 374 ~ 34.49%

%29.41
%36.1
%34.49

CMYK color model

#6E8781 color CMYK value is (19,0,4,47).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 4.44%
  • key color value is 47.06%
CMYK:
(19,0,4,47)
C19M0Y4K47 
(19%,0%,4%,47%)
(0.19/0.00/0.04/0.47)	

CMYK percentages

%18.52
%0
%4.44
%47.06

Codes

Color #6E8781 in popluar color models

6E8781
RGB110135129
HSL166°10.20%48.04%
HSB/HSV166°18.52%52.94%
CMYK18.52%0.00%4.44%
47.06%

Color #6E8781 in popluar number systems.

HEX6E8781
Decimal110135129
Binary11011101000011110000001
Octal156207201

Shades and tints

Shades of #6E8781

#6E8781
(110,135,129)
#647B76
(100,123,118)
#5A6F6B
(90,111,107)
#506360
(80,99,96)
#465755
(70,87,85)
#3C4B4A
(60,75,74)
#323F3F
(50,63,63)
#283334
(40,51,52)
#1E2729
(30,39,41)
#141B1E
(20,27,30)
#0A0F13
(10,15,19)
#000000
(0,0,0)

Tints of #6E8781

#6E8781
(110,135,129)
#7B918C
(123,145,140)
#889B97
(136,155,151)
#95A5A2
(149,165,162)
#A2AFAD
(162,175,173)
#AFB9B8
(175,185,184)
#BCC3C3
(188,195,195)
#C9CDCE
(201,205,206)
#D6D7D9
(214,215,217)
#E3E1E4
(227,225,228)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8781; }

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

This text font color is #6E8781.


Background Color

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

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

This div background color is #6E8781.


Border color

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

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

This div border color is #6E8781.


Opacity

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

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

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

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

This text has shadow with #6E8781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8781 on black background.


Color preview on white background

This text has color #6E8781 on white background.



Black color preview on #6E8781 background

This text has black color on #6E8781 background.


White color preview on #6E8781 background

This text has white color on #6E8781 background.