COLOR #6E827E

HEX: #6E827E RGB: (110,130,126)

Color info

#6E827E contains red, green and blue colors in about the same proportion. Web safe color of #6E827E is #669966 (or #696).

RGB color model

#6E827E color RGB value is (110,130,126).

RGB: (110,130,126) (43%, 51%, 49%)

RGB channels and saturation

R 110 of 255 = 43%
G 130 of 255 = 51%
B 126 of 255 = 49%

110
130
126

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

Portions of RGB colors in percentages

R + G + B = 110 + 130 + 126 = 366 (100%)
R 110 of 366 ~ 30.05%
G 130 of 366 ~ 35.52%
B 126 of 366 ~ 34.43'%

%30.05
%35.52
%34.43

CMYK color model

#6E827E color CMYK value is (15,0,3,49).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 3.08%
  • key color value is 49.02%

CMYK: (15,0,3,49)
C15M0Y3K49 (15%, 0%, 3%, 49%)
(0.15 / 0.00 / 0.03 / 0.49)

CMYK percentages

%15.38
%0
%3.08
%49.02

Codes

Color #6E827E in popluar color models

6E 82 7E
RGB 110 130 126
HSL 168° 8.33% 47.06%
HSB/HSV 168° 15.38% 50.98%
CMYK 15.38% 0.00% 3.08%
49.02%

Color #6E827E in popluar number systems.

HEX 6E 82 7E
Decimal 110 130 126
Binary 1101110 10000010 1111110
Octal 156 202 176

Shades and tints

Shades of #6E827E

#6E827E
(110,130,126)
#647773
(100,119,115)
#5A6C68
(90,108,104)
#50615D
(80,97,93)
#465652
(70,86,82)
#3C4B47
(60,75,71)
#32403C
(50,64,60)
#283531
(40,53,49)
#1E2A26
(30,42,38)
#141F1B
(20,31,27)
#0A1410
(10,20,16)
#000000
(0,0,0)

Tints of #6E827E

#6E827E
(110,130,126)
#7B8D89
(123,141,137)
#889894
(136,152,148)
#95A39F
(149,163,159)
#A2AEAA
(162,174,170)
#AFB9B5
(175,185,181)
#BCC4C0
(188,196,192)
#C9CFCB
(201,207,203)
#D6DAD6
(214,218,214)
#E3E5E1
(227,229,225)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E827E; }

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

This text font color is #6E827E.

Background Color

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

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

This div background color is #6E827E.

Border color

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

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

This div border color is #6E827E.

Opacity

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

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

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

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

This text has shadow with #6E827E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E827E.

Preview

Color preview on black background

This text has color #6E827E on black background.


Color preview on white background

This text has color #6E827E on white background.


Black color preview on #6E827E background

This text has black color on #6E827E background.


White color preview on #6E827E background

This text has white color on #6E827E background.


Related colors

Complementary color

Complementary color for #hex is #917D81.


I love getcolorcode.com

Triadic colors

1 #7E6E82 and #827E6E with #6E827E are triadic colors.

2 #7E826E and #826E7E with #6E827E are triadic colors.