COLOR #6E8182

HEX: #6E8182
RGB: (110,129,130)

Color info

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

RGB color model

#6E8182 color RGB value is (110,129,130).

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

RGB channels and saturation

R 110 of 255 = 43%
G 129 of 255 = 51%
B 130 of 255 = 51%

110
129
130

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

Portions of RGB colors in percentages

R + G + B =
110 + 129 + 130 = 369 (100%)
R 110 of 369 ~ 29.81%
G 129 of 369 ~ 34.96%
B 130 of 369 ~ 35.23%

%29.81
%34.96
%35.23

CMYK color model

#6E8182 color CMYK value is (15,1,0,49).

  • cyan value is 15.38%
  • magenta value is 0.77%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(15,1,0,49)
C15M1Y0K49 
(15%,1%,0%,49%)
(0.15/0.01/0.00/0.49)	

CMYK percentages

%15.38
%0.77
%0
%49.02

Codes

Color #6E8182 in popluar color models

6E8182
RGB110129130
HSL183°8.33%47.06%
HSB/HSV183°15.38%50.98%
CMYK15.38%0.77%0.00%
49.02%

Color #6E8182 in popluar number systems.

HEX6E8182
Decimal110129130
Binary11011101000000110000010
Octal156201202

Shades and tints

Shades of #6E8182

#6E8182
(110,129,130)
#647677
(100,118,119)
#5A6B6C
(90,107,108)
#506061
(80,96,97)
#465556
(70,85,86)
#3C4A4B
(60,74,75)
#323F40
(50,63,64)
#283435
(40,52,53)
#1E292A
(30,41,42)
#141E1F
(20,30,31)
#0A1314
(10,19,20)
#000000
(0,0,0)

Tints of #6E8182

#6E8182
(110,129,130)
#7B8C8D
(123,140,141)
#889798
(136,151,152)
#95A2A3
(149,162,163)
#A2ADAE
(162,173,174)
#AFB8B9
(175,184,185)
#BCC3C4
(188,195,196)
#C9CECF
(201,206,207)
#D6D9DA
(214,217,218)
#E3E4E5
(227,228,229)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8182; }

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

This text font color is #6E8182.


Background Color

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

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

This div background color is #6E8182.


Border color

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

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

This div border color is #6E8182.


Opacity

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

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

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

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

This text has shadow with #6E8182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8182 on black background.


Color preview on white background

This text has color #6E8182 on white background.



Black color preview on #6E8182 background

This text has black color on #6E8182 background.


White color preview on #6E8182 background

This text has white color on #6E8182 background.