COLOR #6B8A87

HEX: #6B8A87
RGB: (107,138,135)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

107
138
135

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

Portions of RGB colors in percentages

R + G + B =
107 + 138 + 135 = 380 (100%)
R 107 of 380 ~ 28.16%
G 138 of 380 ~ 36.32%
B 135 of 380 ~ 35.53%

%28.16
%36.32
%35.53

CMYK color model

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

  • cyan value is 22.46%
  • magenta value is 0.00%
  • yellow value is 2.17%
  • key color value is 45.88%
CMYK:
(22,0,2,46)
C22M0Y2K46 
(22%,0%,2%,46%)
(0.22/0.00/0.02/0.46)	

CMYK percentages

%22.46
%0
%2.17
%45.88

Codes

Color #6B8A87 in popluar color models

6B8A87
RGB107138135
HSL174°12.65%48.04%
HSB/HSV174°22.46%54.12%
CMYK22.46%0.00%2.17%
45.88%

Color #6B8A87 in popluar number systems.

HEX6B8A87
Decimal107138135
Binary11010111000101010000111
Octal153212207

Shades and tints

Shades of #6B8A87

#6B8A87
(107,138,135)
#627E7B
(98,126,123)
#59726F
(89,114,111)
#506663
(80,102,99)
#475A57
(71,90,87)
#3E4E4B
(62,78,75)
#35423F
(53,66,63)
#2C3633
(44,54,51)
#232A27
(35,42,39)
#1A1E1B
(26,30,27)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #6B8A87

#6B8A87
(107,138,135)
#789491
(120,148,145)
#859E9B
(133,158,155)
#92A8A5
(146,168,165)
#9FB2AF
(159,178,175)
#ACBCB9
(172,188,185)
#B9C6C3
(185,198,195)
#C6D0CD
(198,208,205)
#D3DAD7
(211,218,215)
#E0E4E1
(224,228,225)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B8A87; }

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

This text font color is #6B8A87.


Background Color

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

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

This div background color is #6B8A87.


Border color

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

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

This div border color is #6B8A87.


Opacity

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

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

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

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

This text has shadow with #6B8A87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8A87 on black background.


Color preview on white background

This text has color #6B8A87 on white background.



Black color preview on #6B8A87 background

This text has black color on #6B8A87 background.


White color preview on #6B8A87 background

This text has white color on #6B8A87 background.