COLOR #6B8787

HEX: #6B8787 RGB: (107,135,135)

Color info

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

RGB color model

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

RGB: (107,135,135) (42%, 53%, 53%)

RGB channels and saturation

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

107
135
135

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

Portions of RGB colors in percentages

R + G + B = 107 + 135 + 135 = 377 (100%)
R 107 of 377 ~ 28.38%
G 135 of 377 ~ 35.81%
B 135 of 377 ~ 35.81'%

%28.38
%35.81
%35.81

CMYK color model

#6B8787 color CMYK value is (21,0,0,47).

  • cyan value is 20.74%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK: (21,0,0,47) C21M0Y0K47 (21%,0%,0%,47%) (0.21/0.00/0.00/0.47) 

CMYK percentages

%20.74
%0
%0
%47.06

Codes

Color #6B8787 in popluar color models

6B 87 87
RGB 107 135 135
HSL 180° 11.57% 47.45%
HSB/HSV 180° 20.74% 52.94%
CMYK 20.74% 0.00% 0.00%
47.06%

Color #6B8787 in popluar number systems.

HEX 6B 87 87
Decimal 107 135 135
Binary 1101011 10000111 10000111
Octal 153 207 207

Shades and tints

Shades of #6B8787

#6B8787
(107,135,135)
#627B7B
(98,123,123)
#596F6F
(89,111,111)
#506363
(80,99,99)
#475757
(71,87,87)
#3E4B4B
(62,75,75)
#353F3F
(53,63,63)
#2C3333
(44,51,51)
#232727
(35,39,39)
#1A1B1B
(26,27,27)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #6B8787

#6B8787
(107,135,135)
#789191
(120,145,145)
#859B9B
(133,155,155)
#92A5A5
(146,165,165)
#9FAFAF
(159,175,175)
#ACB9B9
(172,185,185)
#B9C3C3
(185,195,195)
#C6CDCD
(198,205,205)
#D3D7D7
(211,215,215)
#E0E1E1
(224,225,225)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B8787; }

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

This text font color is #6B8787.

Background Color

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

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

This div background color is #6B8787.

Border color

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

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

This div border color is #6B8787.

Opacity

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

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

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

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

This text has shadow with #6B8787 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B8787.

Preview

Color preview on black background

This text has color #6B8787 on black background.


Color preview on white background

This text has color #6B8787 on white background.


Black color preview on #6B8787 background

This text has black color on #6B8787 background.


White color preview on #6B8787 background

This text has white color on #6B8787 background.


Related colors

Complementary color

Complementary color for #hex is #947878.


I love getcolorcode.com