COLOR #6B8B87

HEX: #6B8B87
RGB: (107,139,135)

Color info

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

RGB color model

#6B8B87 color RGB value is (107,139,135).

  • red value is 107;
  • green value is 139;
  • blue value is 135.
RGB:
(107,139,135)
(42%,55%,53%)

RGB channels and saturation

R 107 of 255 = 42%
G 139 of 255 = 55%
B 135 of 255 = 53%

107
139
135

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

Portions of RGB colors in percentages

R + G + B =
107 + 139 + 135 = 381 (100%)
R 107 of 381 ~ 28.08%
G 139 of 381 ~ 36.48%
B 135 of 381 ~ 35.43%

%28.08
%36.48
%35.43

CMYK color model

#6B8B87 color CMYK value is (23,0,3,45).

  • cyan value is 23.02%
  • magenta value is 0.00%
  • yellow value is 2.88%
  • key color value is 45.49%
CMYK:
(23,0,3,45)
C23M0Y3K45 
(23%,0%,3%,45%)
(0.23/0.00/0.03/0.45)	

CMYK percentages

%23.02
%0
%2.88
%45.49

Codes

Color #6B8B87 in popluar color models

6B8B87
RGB107139135
HSL173°13.01%48.24%
HSB/HSV173°23.02%54.51%
CMYK23.02%0.00%2.88%
45.49%

Color #6B8B87 in popluar number systems.

HEX6B8B87
Decimal107139135
Binary11010111000101110000111
Octal153213207

Shades and tints

Shades of #6B8B87

#6B8B87
(107,139,135)
#627F7B
(98,127,123)
#59736F
(89,115,111)
#506763
(80,103,99)
#475B57
(71,91,87)
#3E4F4B
(62,79,75)
#35433F
(53,67,63)
#2C3733
(44,55,51)
#232B27
(35,43,39)
#1A1F1B
(26,31,27)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #6B8B87

#6B8B87
(107,139,135)
#789591
(120,149,145)
#859F9B
(133,159,155)
#92A9A5
(146,169,165)
#9FB3AF
(159,179,175)
#ACBDB9
(172,189,185)
#B9C7C3
(185,199,195)
#C6D1CD
(198,209,205)
#D3DBD7
(211,219,215)
#E0E5E1
(224,229,225)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8B87 color. Also use rgb(107,139,135) instead hex code.

Text Font Color

.myTextColor { color: #6B8B87; }

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

This text font color is #6B8B87.


Background Color

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

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

This div background color is #6B8B87.


Border color

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

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

This div border color is #6B8B87.


Opacity

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

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

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

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

This text has shadow with #6B8B87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8B87 on black background.


Color preview on white background

This text has color #6B8B87 on white background.



Black color preview on #6B8B87 background

This text has black color on #6B8B87 background.


White color preview on #6B8B87 background

This text has white color on #6B8B87 background.