COLOR #6B8783

HEX: #6B8783 RGB: (107,135,131)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

107
135
131

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

Portions of RGB colors in percentages

R + G + B = 107 + 135 + 131 = 373 (100%)
R 107 of 373 ~ 28.69%
G 135 of 373 ~ 36.19%
B 131 of 373 ~ 35.12'%

%28.69
%36.19
%35.12

CMYK color model

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

  • cyan value is 20.74%
  • magenta value is 0.00%
  • yellow value is 2.96%
  • key color value is 47.06%

CMYK: (21,0,3,47)
C21M0Y3K47 (21%, 0%, 3%, 47%)
(0.21 / 0.00 / 0.03 / 0.47)

CMYK percentages

%20.74
%0
%2.96
%47.06

Codes

Color #6B8783 in popluar color models

6B 87 83
RGB 107 135 131
HSL 171° 11.57% 47.45%
HSB/HSV 171° 20.74% 52.94%
CMYK 20.74% 0.00% 2.96%
47.06%

Color #6B8783 in popluar number systems.

HEX 6B 87 83
Decimal 107 135 131
Binary 1101011 10000111 10000011
Octal 153 207 203

Shades and tints

Shades of #6B8783

#6B8783
(107,135,131)
#627B78
(98,123,120)
#596F6D
(89,111,109)
#506362
(80,99,98)
#475757
(71,87,87)
#3E4B4C
(62,75,76)
#353F41
(53,63,65)
#2C3336
(44,51,54)
#23272B
(35,39,43)
#1A1B20
(26,27,32)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #6B8783

#6B8783
(107,135,131)
#78918E
(120,145,142)
#859B99
(133,155,153)
#92A5A4
(146,165,164)
#9FAFAF
(159,175,175)
#ACB9BA
(172,185,186)
#B9C3C5
(185,195,197)
#C6CDD0
(198,205,208)
#D3D7DB
(211,215,219)
#E0E1E6
(224,225,230)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B8783; }

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

This text font color is #6B8783.

Background Color

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

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

This div background color is #6B8783.

Border color

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

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

This div border color is #6B8783.

Opacity

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

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

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

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

This text has shadow with #6B8783 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B8783.

Preview

Color preview on black background

This text has color #6B8783 on black background.


Color preview on white background

This text has color #6B8783 on white background.


Black color preview on #6B8783 background

This text has black color on #6B8783 background.


White color preview on #6B8783 background

This text has white color on #6B8783 background.


Related colors

Complementary color

Complementary color for #hex is #94787C.


I love getcolorcode.com

Triadic colors

1 #836B87 and #87836B with #6B8783 are triadic colors.

2 #83876B and #876B83 with #6B8783 are triadic colors.