COLOR #6E997E

HEX: #6E997E
RGB: (110,153,126)

Color info

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

RGB color model

#6E997E color RGB value is (110,153,126).

  • red value is 110;
  • green value is 153;
  • blue value is 126.
RGB:
(110,153,126)
(43%,60%,49%)

RGB channels and saturation

R 110 of 255 = 43%
G 153 of 255 = 60%
B 126 of 255 = 49%

110
153
126

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

Portions of RGB colors in percentages

R + G + B =
110 + 153 + 126 = 389 (100%)
R 110 of 389 ~ 28.28%
G 153 of 389 ~ 39.33%
B 126 of 389 ~ 32.39%

%28.28
%39.33
%32.39

CMYK color model

#6E997E color CMYK value is (28,0,18,40).

  • cyan value is 28.10%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 40.00%
CMYK:
(28,0,18,40)
C28M0Y18K40 
(28%,0%,18%,40%)
(0.28/0.00/0.18/0.40)	

CMYK percentages

%28.1
%0
%17.65
%40

Codes

Color #6E997E in popluar color models

6E997E
RGB110153126
HSL142°17.41%51.57%
HSB/HSV142°28.10%60.00%
CMYK28.10%0.00%17.65%
40.00%

Color #6E997E in popluar number systems.

HEX6E997E
Decimal110153126
Binary1101110100110011111110
Octal156231176

Shades and tints

Shades of #6E997E

#6E997E
(110,153,126)
#648C73
(100,140,115)
#5A7F68
(90,127,104)
#50725D
(80,114,93)
#466552
(70,101,82)
#3C5847
(60,88,71)
#324B3C
(50,75,60)
#283E31
(40,62,49)
#1E3126
(30,49,38)
#14241B
(20,36,27)
#0A1710
(10,23,16)
#000000
(0,0,0)

Tints of #6E997E

#6E997E
(110,153,126)
#7BA289
(123,162,137)
#88AB94
(136,171,148)
#95B49F
(149,180,159)
#A2BDAA
(162,189,170)
#AFC6B5
(175,198,181)
#BCCFC0
(188,207,192)
#C9D8CB
(201,216,203)
#D6E1D6
(214,225,214)
#E3EAE1
(227,234,225)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E997E color. Also use rgb(110,153,126) instead hex code.

Text Font Color

.myTextColor { color: #6E997E; }

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

This text font color is #6E997E.


Background Color

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

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

This div background color is #6E997E.


Border color

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

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

This div border color is #6E997E.


Opacity

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

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

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

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

This text has shadow with #6E997E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E997E on black background.


Color preview on white background

This text has color #6E997E on white background.



Black color preview on #6E997E background

This text has black color on #6E997E background.


White color preview on #6E997E background

This text has white color on #6E997E background.