COLOR #6E8783

HEX: #6E8783
RGB: (110,135,131)

Color info

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

RGB color model

#6E8783 color RGB value is (110,135,131).

  • red value is 110;
  • green value is 135;
  • blue value is 131.
RGB:
(110,135,131)
(43%,53%,51%)

RGB channels and saturation

R 110 of 255 = 43%
G 135 of 255 = 53%
B 131 of 255 = 51%

110
135
131

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

Portions of RGB colors in percentages

R + G + B =
110 + 135 + 131 = 376 (100%)
R 110 of 376 ~ 29.26%
G 135 of 376 ~ 35.9%
B 131 of 376 ~ 34.84%

%29.26
%35.9
%34.84

CMYK color model

#6E8783 color CMYK value is (19,0,3,47).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 2.96%
  • key color value is 47.06%
CMYK:
(19,0,3,47)
C19M0Y3K47 
(19%,0%,3%,47%)
(0.19/0.00/0.03/0.47)	

CMYK percentages

%18.52
%0
%2.96
%47.06

Codes

Color #6E8783 in popluar color models

6E8783
RGB110135131
HSL170°10.20%48.04%
HSB/HSV170°18.52%52.94%
CMYK18.52%0.00%2.96%
47.06%

Color #6E8783 in popluar number systems.

HEX6E8783
Decimal110135131
Binary11011101000011110000011
Octal156207203

Shades and tints

Shades of #6E8783

#6E8783
(110,135,131)
#647B78
(100,123,120)
#5A6F6D
(90,111,109)
#506362
(80,99,98)
#465757
(70,87,87)
#3C4B4C
(60,75,76)
#323F41
(50,63,65)
#283336
(40,51,54)
#1E272B
(30,39,43)
#141B20
(20,27,32)
#0A0F15
(10,15,21)
#000000
(0,0,0)

Tints of #6E8783

#6E8783
(110,135,131)
#7B918E
(123,145,142)
#889B99
(136,155,153)
#95A5A4
(149,165,164)
#A2AFAF
(162,175,175)
#AFB9BA
(175,185,186)
#BCC3C5
(188,195,197)
#C9CDD0
(201,205,208)
#D6D7DB
(214,215,219)
#E3E1E6
(227,225,230)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8783 color. Also use rgb(110,135,131) instead hex code.

Text Font Color

.myTextColor { color: #6E8783; }

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

This text font color is #6E8783.


Background Color

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

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

This div background color is #6E8783.


Border color

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

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

This div border color is #6E8783.


Opacity

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

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

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

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

This text has shadow with #6E8783 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8783 on black background.


Color preview on white background

This text has color #6E8783 on white background.



Black color preview on #6E8783 background

This text has black color on #6E8783 background.


White color preview on #6E8783 background

This text has white color on #6E8783 background.