COLOR #6E8187

HEX: #6E8187
RGB: (110,129,135)

Color info

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

RGB color model

#6E8187 color RGB value is (110,129,135).

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

RGB channels and saturation

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

110
129
135

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

Portions of RGB colors in percentages

R + G + B =
110 + 129 + 135 = 374 (100%)
R 110 of 374 ~ 29.41%
G 129 of 374 ~ 34.49%
B 135 of 374 ~ 36.1%

%29.41
%34.49
%36.1

CMYK color model

#6E8187 color CMYK value is (19,4,0,47).

  • cyan value is 18.52%
  • magenta value is 4.44%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(19,4,0,47)
C19M4Y0K47 
(19%,4%,0%,47%)
(0.19/0.04/0.00/0.47)	

CMYK percentages

%18.52
%4.44
%0
%47.06

Codes

Color #6E8187 in popluar color models

6E8187
RGB110129135
HSL194°10.20%48.04%
HSB/HSV194°18.52%52.94%
CMYK18.52%4.44%0.00%
47.06%

Color #6E8187 in popluar number systems.

HEX6E8187
Decimal110129135
Binary11011101000000110000111
Octal156201207

Shades and tints

Shades of #6E8187

#6E8187
(110,129,135)
#64767B
(100,118,123)
#5A6B6F
(90,107,111)
#506063
(80,96,99)
#465557
(70,85,87)
#3C4A4B
(60,74,75)
#323F3F
(50,63,63)
#283433
(40,52,51)
#1E2927
(30,41,39)
#141E1B
(20,30,27)
#0A130F
(10,19,15)
#000000
(0,0,0)

Tints of #6E8187

#6E8187
(110,129,135)
#7B8C91
(123,140,145)
#88979B
(136,151,155)
#95A2A5
(149,162,165)
#A2ADAF
(162,173,175)
#AFB8B9
(175,184,185)
#BCC3C3
(188,195,195)
#C9CECD
(201,206,205)
#D6D9D7
(214,217,215)
#E3E4E1
(227,228,225)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8187; }

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

This text font color is #6E8187.


Background Color

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

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

This div background color is #6E8187.


Border color

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

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

This div border color is #6E8187.


Opacity

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

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

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

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

This text has shadow with #6E8187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8187 on black background.


Color preview on white background

This text has color #6E8187 on white background.



Black color preview on #6E8187 background

This text has black color on #6E8187 background.


White color preview on #6E8187 background

This text has white color on #6E8187 background.