COLOR #6E8A92

HEX: #6E8A92
RGB: (110,138,146)

Color info

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

RGB color model

#6E8A92 color RGB value is (110,138,146).

  • red value is 110;
  • green value is 138;
  • blue value is 146.
RGB:
(110,138,146)
(43%,54%,57%)

RGB channels and saturation

R 110 of 255 = 43%
G 138 of 255 = 54%
B 146 of 255 = 57%

110
138
146

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

Portions of RGB colors in percentages

R + G + B =
110 + 138 + 146 = 394 (100%)
R 110 of 394 ~ 27.92%
G 138 of 394 ~ 35.03%
B 146 of 394 ~ 37.06%

%27.92
%35.03
%37.06

CMYK color model

#6E8A92 color CMYK value is (25,5,0,43).

  • cyan value is 24.66%
  • magenta value is 5.48%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(25,5,0,43)
C25M5Y0K43 
(25%,5%,0%,43%)
(0.25/0.05/0.00/0.43)	

CMYK percentages

%24.66
%5.48
%0
%42.75

Codes

Color #6E8A92 in popluar color models

6E8A92
RGB110138146
HSL193°14.17%50.20%
HSB/HSV193°24.66%57.25%
CMYK24.66%5.48%0.00%
42.75%

Color #6E8A92 in popluar number systems.

HEX6E8A92
Decimal110138146
Binary11011101000101010010010
Octal156212222

Shades and tints

Shades of #6E8A92

#6E8A92
(110,138,146)
#647E85
(100,126,133)
#5A7278
(90,114,120)
#50666B
(80,102,107)
#465A5E
(70,90,94)
#3C4E51
(60,78,81)
#324244
(50,66,68)
#283637
(40,54,55)
#1E2A2A
(30,42,42)
#141E1D
(20,30,29)
#0A1210
(10,18,16)
#000000
(0,0,0)

Tints of #6E8A92

#6E8A92
(110,138,146)
#7B949B
(123,148,155)
#889EA4
(136,158,164)
#95A8AD
(149,168,173)
#A2B2B6
(162,178,182)
#AFBCBF
(175,188,191)
#BCC6C8
(188,198,200)
#C9D0D1
(201,208,209)
#D6DADA
(214,218,218)
#E3E4E3
(227,228,227)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8A92 color. Also use rgb(110,138,146) instead hex code.

Text Font Color

.myTextColor { color: #6E8A92; }

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

This text font color is #6E8A92.


Background Color

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

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

This div background color is #6E8A92.


Border color

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

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

This div border color is #6E8A92.


Opacity

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

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

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

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

This text has shadow with #6E8A92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8A92 on black background.


Color preview on white background

This text has color #6E8A92 on white background.



Black color preview on #6E8A92 background

This text has black color on #6E8A92 background.


White color preview on #6E8A92 background

This text has white color on #6E8A92 background.