COLOR #6B8681

HEX: #6B8681
RGB: (107,134,129)

Color info

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

RGB color model

#6B8681 color RGB value is (107,134,129).

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

RGB channels and saturation

R 107 of 255 = 42%
G 134 of 255 = 53%
B 129 of 255 = 51%

107
134
129

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

Portions of RGB colors in percentages

R + G + B =
107 + 134 + 129 = 370 (100%)
R 107 of 370 ~ 28.92%
G 134 of 370 ~ 36.22%
B 129 of 370 ~ 34.86%

%28.92
%36.22
%34.86

CMYK color model

#6B8681 color CMYK value is (20,0,4,47).

  • cyan value is 20.15%
  • magenta value is 0.00%
  • yellow value is 3.73%
  • key color value is 47.45%
CMYK:
(20,0,4,47)
C20M0Y4K47 
(20%,0%,4%,47%)
(0.20/0.00/0.04/0.47)	

CMYK percentages

%20.15
%0
%3.73
%47.45

Codes

Color #6B8681 in popluar color models

6B8681
RGB107134129
HSL169°11.20%47.25%
HSB/HSV169°20.15%52.55%
CMYK20.15%0.00%3.73%
47.45%

Color #6B8681 in popluar number systems.

HEX6B8681
Decimal107134129
Binary11010111000011010000001
Octal153206201

Shades and tints

Shades of #6B8681

#6B8681
(107,134,129)
#627A76
(98,122,118)
#596E6B
(89,110,107)
#506260
(80,98,96)
#475655
(71,86,85)
#3E4A4A
(62,74,74)
#353E3F
(53,62,63)
#2C3234
(44,50,52)
#232629
(35,38,41)
#1A1A1E
(26,26,30)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #6B8681

#6B8681
(107,134,129)
#78918C
(120,145,140)
#859C97
(133,156,151)
#92A7A2
(146,167,162)
#9FB2AD
(159,178,173)
#ACBDB8
(172,189,184)
#B9C8C3
(185,200,195)
#C6D3CE
(198,211,206)
#D3DED9
(211,222,217)
#E0E9E4
(224,233,228)
#EDF4EF
(237,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B8681; }

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

This text font color is #6B8681.


Background Color

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

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

This div background color is #6B8681.


Border color

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

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

This div border color is #6B8681.


Opacity

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

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

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

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

This text has shadow with #6B8681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8681 on black background.


Color preview on white background

This text has color #6B8681 on white background.



Black color preview on #6B8681 background

This text has black color on #6B8681 background.


White color preview on #6B8681 background

This text has white color on #6B8681 background.