COLOR #6B8981

HEX: #6B8981
RGB: (107,137,129)

Color info

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

RGB color model

#6B8981 color RGB value is (107,137,129).

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

RGB channels and saturation

R 107 of 255 = 42%
G 137 of 255 = 54%
B 129 of 255 = 51%

107
137
129

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

Portions of RGB colors in percentages

R + G + B =
107 + 137 + 129 = 373 (100%)
R 107 of 373 ~ 28.69%
G 137 of 373 ~ 36.73%
B 129 of 373 ~ 34.58%

%28.69
%36.73
%34.58

CMYK color model

#6B8981 color CMYK value is (22,0,6,46).

  • cyan value is 21.90%
  • magenta value is 0.00%
  • yellow value is 5.84%
  • key color value is 46.27%
CMYK: (22,0,6,46) C22M0Y6K46 (22%,0%,6%,46%) (0.22/0.00/0.06/0.46)

CMYK percentages

%21.9
%0
%5.84
%46.27

Codes

Color #6B8981 in popluar color models

6B8981
RGB107137129
HSL164°12.30%47.84%
HSB/HSV164°21.90%53.73%
CMYK21.90%0.00%5.84%
46.27%

Color #6B8981 in popluar number systems.

HEX6B8981
Decimal107137129
Binary11010111000100110000001
Octal153211201

Shades and tints

Shades of #6B8981

#6B8981
(107,137,129)
#627D76
(98,125,118)
#59716B
(89,113,107)
#506560
(80,101,96)
#475955
(71,89,85)
#3E4D4A
(62,77,74)
#35413F
(53,65,63)
#2C3534
(44,53,52)
#232929
(35,41,41)
#1A1D1E
(26,29,30)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #6B8981

#6B8981
(107,137,129)
#78938C
(120,147,140)
#859D97
(133,157,151)
#92A7A2
(146,167,162)
#9FB1AD
(159,177,173)
#ACBBB8
(172,187,184)
#B9C5C3
(185,197,195)
#C6CFCE
(198,207,206)
#D3D9D9
(211,217,217)
#E0E3E4
(224,227,228)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B8981; }

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

This text font color is #6B8981.


Background Color

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

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

This div background color is #6B8981.


Border color

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

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

This div border color is #6B8981.


Opacity

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

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

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

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

This text has shadow with #6B8981 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6B8981 on black background.


Color preview on white background

This text has color #6B8981 on white background.



Black color preview on #6B8981 background

This text has black color on #6B8981 background.


White color preview on #6B8981 background

This text has white color on #6B8981 background.