COLOR #6D8981

HEX: #6D8981
RGB: (109,137,129)

Color info

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

RGB color model

#6D8981 color RGB value is (109,137,129).

  • red value is 109;
  • green value is 137;
  • blue value is 129.
RGB:
(109,137,129)
(43%,54%,51%)

RGB channels and saturation

R 109 of 255 = 43%
G 137 of 255 = 54%
B 129 of 255 = 51%

109
137
129

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

Portions of RGB colors in percentages

R + G + B =
109 + 137 + 129 = 375 (100%)
R 109 of 375 ~ 29.07%
G 137 of 375 ~ 36.53%
B 129 of 375 ~ 34.4%

%29.07
%36.53
%34.4

CMYK color model

#6D8981 color CMYK value is (20,0,6,46).

  • cyan value is 20.44%
  • magenta value is 0.00%
  • yellow value is 5.84%
  • key color value is 46.27%
CMYK:
(20,0,6,46)
C20M0Y6K46 
(20%,0%,6%,46%)
(0.20/0.00/0.06/0.46)	

CMYK percentages

%20.44
%0
%5.84
%46.27

Codes

Color #6D8981 in popluar color models

6D8981
RGB109137129
HSL163°11.38%48.24%
HSB/HSV163°20.44%53.73%
CMYK20.44%0.00%5.84%
46.27%

Color #6D8981 in popluar number systems.

HEX6D8981
Decimal109137129
Binary11011011000100110000001
Octal155211201

Shades and tints

Shades of #6D8981

#6D8981
(109,137,129)
#647D76
(100,125,118)
#5B716B
(91,113,107)
#526560
(82,101,96)
#495955
(73,89,85)
#404D4A
(64,77,74)
#37413F
(55,65,63)
#2E3534
(46,53,52)
#252929
(37,41,41)
#1C1D1E
(28,29,30)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #6D8981

#6D8981
(109,137,129)
#7A938C
(122,147,140)
#879D97
(135,157,151)
#94A7A2
(148,167,162)
#A1B1AD
(161,177,173)
#AEBBB8
(174,187,184)
#BBC5C3
(187,197,195)
#C8CFCE
(200,207,206)
#D5D9D9
(213,217,217)
#E2E3E4
(226,227,228)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8981 color. Also use rgb(109,137,129) instead hex code.

Text Font Color

.myTextColor { color: #6D8981; }

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

This text font color is #6D8981.


Background Color

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

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

This div background color is #6D8981.


Border color

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

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

This div border color is #6D8981.


Opacity

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

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

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

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

This text has shadow with #6D8981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8981 on black background.


Color preview on white background

This text has color #6D8981 on white background.



Black color preview on #6D8981 background

This text has black color on #6D8981 background.


White color preview on #6D8981 background

This text has white color on #6D8981 background.