COLOR #6E9F8E

HEX: #6E9F8E
RGB: (110,159,142)

Color info

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

RGB color model

#6E9F8E color RGB value is (110,159,142).

  • red value is 110;
  • green value is 159;
  • blue value is 142.
RGB:
(110,159,142)
(43%,62%,56%)

RGB channels and saturation

R 110 of 255 = 43%
G 159 of 255 = 62%
B 142 of 255 = 56%

110
159
142

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

Portions of RGB colors in percentages

R + G + B =
110 + 159 + 142 = 411 (100%)
R 110 of 411 ~ 26.76%
G 159 of 411 ~ 38.69%
B 142 of 411 ~ 34.55%

%26.76
%38.69
%34.55

CMYK color model

#6E9F8E color CMYK value is (31,0,11,38).

  • cyan value is 30.82%
  • magenta value is 0.00%
  • yellow value is 10.69%
  • key color value is 37.65%
CMYK:
(31,0,11,38)
C31M0Y11K38 
(31%,0%,11%,38%)
(0.31/0.00/0.11/0.38)	

CMYK percentages

%30.82
%0
%10.69
%37.65

Codes

Color #6E9F8E in popluar color models

6E9F8E
RGB110159142
HSL159°20.33%52.75%
HSB/HSV159°30.82%62.35%
CMYK30.82%0.00%10.69%
37.65%

Color #6E9F8E in popluar number systems.

HEX6E9F8E
Decimal110159142
Binary11011101001111110001110
Octal156237216

Shades and tints

Shades of #6E9F8E

#6E9F8E
(110,159,142)
#649182
(100,145,130)
#5A8376
(90,131,118)
#50756A
(80,117,106)
#46675E
(70,103,94)
#3C5952
(60,89,82)
#324B46
(50,75,70)
#283D3A
(40,61,58)
#1E2F2E
(30,47,46)
#142122
(20,33,34)
#0A1316
(10,19,22)
#000000
(0,0,0)

Tints of #6E9F8E

#6E9F8E
(110,159,142)
#7BA798
(123,167,152)
#88AFA2
(136,175,162)
#95B7AC
(149,183,172)
#A2BFB6
(162,191,182)
#AFC7C0
(175,199,192)
#BCCFCA
(188,207,202)
#C9D7D4
(201,215,212)
#D6DFDE
(214,223,222)
#E3E7E8
(227,231,232)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E9F8E color. Also use rgb(110,159,142) instead hex code.

Text Font Color

.myTextColor { color: #6E9F8E; }

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

This text font color is #6E9F8E.


Background Color

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

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

This div background color is #6E9F8E.


Border color

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

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

This div border color is #6E9F8E.


Opacity

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

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

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

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

This text has shadow with #6E9F8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9F8E on black background.


Color preview on white background

This text has color #6E9F8E on white background.



Black color preview on #6E9F8E background

This text has black color on #6E9F8E background.


White color preview on #6E9F8E background

This text has white color on #6E9F8E background.