COLOR #6E9D86

HEX: #6E9D86
RGB: (110,157,134)

Color info

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

RGB color model

#6E9D86 color RGB value is (110,157,134).

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

RGB channels and saturation

R 110 of 255 = 43%
G 157 of 255 = 62%
B 134 of 255 = 53%

110
157
134

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

Portions of RGB colors in percentages

R + G + B =
110 + 157 + 134 = 401 (100%)
R 110 of 401 ~ 27.43%
G 157 of 401 ~ 39.15%
B 134 of 401 ~ 33.42%

%27.43
%39.15
%33.42

CMYK color model

#6E9D86 color CMYK value is (30,0,15,38).

  • cyan value is 29.94%
  • magenta value is 0.00%
  • yellow value is 14.65%
  • key color value is 38.43%
CMYK:
(30,0,15,38)
C30M0Y15K38 
(30%,0%,15%,38%)
(0.30/0.00/0.15/0.38)	

CMYK percentages

%29.94
%0
%14.65
%38.43

Codes

Color #6E9D86 in popluar color models

6E9D86
RGB110157134
HSL151°19.34%52.35%
HSB/HSV151°29.94%61.57%
CMYK29.94%0.00%14.65%
38.43%

Color #6E9D86 in popluar number systems.

HEX6E9D86
Decimal110157134
Binary11011101001110110000110
Octal156235206

Shades and tints

Shades of #6E9D86

#6E9D86
(110,157,134)
#648F7A
(100,143,122)
#5A816E
(90,129,110)
#507362
(80,115,98)
#466556
(70,101,86)
#3C574A
(60,87,74)
#32493E
(50,73,62)
#283B32
(40,59,50)
#1E2D26
(30,45,38)
#141F1A
(20,31,26)
#0A110E
(10,17,14)
#000000
(0,0,0)

Tints of #6E9D86

#6E9D86
(110,157,134)
#7BA591
(123,165,145)
#88AD9C
(136,173,156)
#95B5A7
(149,181,167)
#A2BDB2
(162,189,178)
#AFC5BD
(175,197,189)
#BCCDC8
(188,205,200)
#C9D5D3
(201,213,211)
#D6DDDE
(214,221,222)
#E3E5E9
(227,229,233)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9D86; }

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

This text font color is #6E9D86.


Background Color

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

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

This div background color is #6E9D86.


Border color

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

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

This div border color is #6E9D86.


Opacity

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

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

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

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

This text has shadow with #6E9D86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9D86 on black background.


Color preview on white background

This text has color #6E9D86 on white background.



Black color preview on #6E9D86 background

This text has black color on #6E9D86 background.


White color preview on #6E9D86 background

This text has white color on #6E9D86 background.