COLOR #6B8E81

HEX: #6B8E81
RGB: (107,142,129)

Color info

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

RGB color model

#6B8E81 color RGB value is (107,142,129).

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

RGB channels and saturation

R 107 of 255 = 42%
G 142 of 255 = 56%
B 129 of 255 = 51%

107
142
129

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

Portions of RGB colors in percentages

R + G + B =
107 + 142 + 129 = 378 (100%)
R 107 of 378 ~ 28.31%
G 142 of 378 ~ 37.57%
B 129 of 378 ~ 34.13%

%28.31
%37.57
%34.13

CMYK color model

#6B8E81 color CMYK value is (25,0,9,44).

  • cyan value is 24.65%
  • magenta value is 0.00%
  • yellow value is 9.15%
  • key color value is 44.31%
CMYK:
(25,0,9,44)
C25M0Y9K44 
(25%,0%,9%,44%)
(0.25/0.00/0.09/0.44)	

CMYK percentages

%24.65
%0
%9.15
%44.31

Codes

Color #6B8E81 in popluar color models

6B8E81
RGB107142129
HSL158°14.06%48.82%
HSB/HSV158°24.65%55.69%
CMYK24.65%0.00%9.15%
44.31%

Color #6B8E81 in popluar number systems.

HEX6B8E81
Decimal107142129
Binary11010111000111010000001
Octal153216201

Shades and tints

Shades of #6B8E81

#6B8E81
(107,142,129)
#628276
(98,130,118)
#59766B
(89,118,107)
#506A60
(80,106,96)
#475E55
(71,94,85)
#3E524A
(62,82,74)
#35463F
(53,70,63)
#2C3A34
(44,58,52)
#232E29
(35,46,41)
#1A221E
(26,34,30)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #6B8E81

#6B8E81
(107,142,129)
#78988C
(120,152,140)
#85A297
(133,162,151)
#92ACA2
(146,172,162)
#9FB6AD
(159,182,173)
#ACC0B8
(172,192,184)
#B9CAC3
(185,202,195)
#C6D4CE
(198,212,206)
#D3DED9
(211,222,217)
#E0E8E4
(224,232,228)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B8E81; }

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

This text font color is #6B8E81.


Background Color

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

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

This div background color is #6B8E81.


Border color

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

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

This div border color is #6B8E81.


Opacity

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

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

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

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

This text has shadow with #6B8E81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8E81 on black background.


Color preview on white background

This text has color #6B8E81 on white background.



Black color preview on #6B8E81 background

This text has black color on #6B8E81 background.


White color preview on #6B8E81 background

This text has white color on #6B8E81 background.