COLOR #6E7F80

HEX: #6E7F80
RGB: (110,127,128)

Color info

#6E7F80 contains red, green and blue colors in about the same proportion. Web safe color of #6E7F80 is #666666 (or #666).

RGB color model

#6E7F80 color RGB value is (110,127,128).

  • red value is 110;
  • green value is 127;
  • blue value is 128.
RGB:
(110,127,128)
(43%,50%,50%)

RGB channels and saturation

R 110 of 255 = 43%
G 127 of 255 = 50%
B 128 of 255 = 50%

110
127
128

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

Portions of RGB colors in percentages

R + G + B =
110 + 127 + 128 = 365 (100%)
R 110 of 365 ~ 30.14%
G 127 of 365 ~ 34.79%
B 128 of 365 ~ 35.07%

%30.14
%34.79
%35.07

CMYK color model

#6E7F80 color CMYK value is (14,1,0,50).

  • cyan value is 14.06%
  • magenta value is 0.78%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(14,1,0,50)
C14M1Y0K50 
(14%,1%,0%,50%)
(0.14/0.01/0.00/0.50)	

CMYK percentages

%14.06
%0.78
%0
%49.8

Codes

Color #6E7F80 in popluar color models

6E7F80
RGB110127128
HSL183°7.56%46.67%
HSB/HSV183°14.06%50.20%
CMYK14.06%0.78%0.00%
49.80%

Color #6E7F80 in popluar number systems.

HEX6E7F80
Decimal110127128
Binary1101110111111110000000
Octal156177200

Shades and tints

Shades of #6E7F80

#6E7F80
(110,127,128)
#647475
(100,116,117)
#5A696A
(90,105,106)
#505E5F
(80,94,95)
#465354
(70,83,84)
#3C4849
(60,72,73)
#323D3E
(50,61,62)
#283233
(40,50,51)
#1E2728
(30,39,40)
#141C1D
(20,28,29)
#0A1112
(10,17,18)
#000000
(0,0,0)

Tints of #6E7F80

#6E7F80
(110,127,128)
#7B8A8B
(123,138,139)
#889596
(136,149,150)
#95A0A1
(149,160,161)
#A2ABAC
(162,171,172)
#AFB6B7
(175,182,183)
#BCC1C2
(188,193,194)
#C9CCCD
(201,204,205)
#D6D7D8
(214,215,216)
#E3E2E3
(227,226,227)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7F80 color. Also use rgb(110,127,128) instead hex code.

Text Font Color

.myTextColor { color: #6E7F80; }

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

This text font color is #6E7F80.


Background Color

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

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

This div background color is #6E7F80.


Border color

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

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

This div border color is #6E7F80.


Opacity

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

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

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

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

This text has shadow with #6E7F80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7F80 on black background.


Color preview on white background

This text has color #6E7F80 on white background.



Black color preview on #6E7F80 background

This text has black color on #6E7F80 background.


White color preview on #6E7F80 background

This text has white color on #6E7F80 background.