COLOR #6E9E86

HEX: #6E9E86
RGB: (110,158,134)

Color info

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

RGB color model

#6E9E86 color RGB value is (110,158,134).

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

RGB channels and saturation

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

110
158
134

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

Portions of RGB colors in percentages

R + G + B =
110 + 158 + 134 = 402 (100%)
R 110 of 402 ~ 27.36%
G 158 of 402 ~ 39.3%
B 134 of 402 ~ 33.33%

%27.36
%39.3
%33.33

CMYK color model

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

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

CMYK percentages

%30.38
%0
%15.19
%38.04

Codes

Color #6E9E86 in popluar color models

6E9E86
RGB110158134
HSL150°19.83%52.55%
HSB/HSV150°30.38%61.96%
CMYK30.38%0.00%15.19%
38.04%

Color #6E9E86 in popluar number systems.

HEX6E9E86
Decimal110158134
Binary11011101001111010000110
Octal156236206

Shades and tints

Shades of #6E9E86

#6E9E86
(110,158,134)
#64907A
(100,144,122)
#5A826E
(90,130,110)
#507462
(80,116,98)
#466656
(70,102,86)
#3C584A
(60,88,74)
#324A3E
(50,74,62)
#283C32
(40,60,50)
#1E2E26
(30,46,38)
#14201A
(20,32,26)
#0A120E
(10,18,14)
#000000
(0,0,0)

Tints of #6E9E86

#6E9E86
(110,158,134)
#7BA691
(123,166,145)
#88AE9C
(136,174,156)
#95B6A7
(149,182,167)
#A2BEB2
(162,190,178)
#AFC6BD
(175,198,189)
#BCCEC8
(188,206,200)
#C9D6D3
(201,214,211)
#D6DEDE
(214,222,222)
#E3E6E9
(227,230,233)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9E86; }

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

This text font color is #6E9E86.


Background Color

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

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

This div background color is #6E9E86.


Border color

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

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

This div border color is #6E9E86.


Opacity

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

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

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

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

This text has shadow with #6E9E86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9E86 on black background.


Color preview on white background

This text has color #6E9E86 on white background.



Black color preview on #6E9E86 background

This text has black color on #6E9E86 background.


White color preview on #6E9E86 background

This text has white color on #6E9E86 background.