COLOR #6B8C83

HEX: #6B8C83
RGB: (107,140,131)

Color info

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

RGB color model

#6B8C83 color RGB value is (107,140,131).

  • red value is 107;
  • green value is 140;
  • blue value is 131.
RGB:
(107,140,131)
(42%,55%,51%)

RGB channels and saturation

R 107 of 255 = 42%
G 140 of 255 = 55%
B 131 of 255 = 51%

107
140
131

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

Portions of RGB colors in percentages

R + G + B =
107 + 140 + 131 = 378 (100%)
R 107 of 378 ~ 28.31%
G 140 of 378 ~ 37.04%
B 131 of 378 ~ 34.66%

%28.31
%37.04
%34.66

CMYK color model

#6B8C83 color CMYK value is (24,0,6,45).

  • cyan value is 23.57%
  • magenta value is 0.00%
  • yellow value is 6.43%
  • key color value is 45.10%
CMYK:
(24,0,6,45)
C24M0Y6K45 
(24%,0%,6%,45%)
(0.24/0.00/0.06/0.45)	

CMYK percentages

%23.57
%0
%6.43
%45.1

Codes

Color #6B8C83 in popluar color models

6B8C83
RGB107140131
HSL164°13.36%48.43%
HSB/HSV164°23.57%54.90%
CMYK23.57%0.00%6.43%
45.10%

Color #6B8C83 in popluar number systems.

HEX6B8C83
Decimal107140131
Binary11010111000110010000011
Octal153214203

Shades and tints

Shades of #6B8C83

#6B8C83
(107,140,131)
#628078
(98,128,120)
#59746D
(89,116,109)
#506862
(80,104,98)
#475C57
(71,92,87)
#3E504C
(62,80,76)
#354441
(53,68,65)
#2C3836
(44,56,54)
#232C2B
(35,44,43)
#1A2020
(26,32,32)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #6B8C83

#6B8C83
(107,140,131)
#78968E
(120,150,142)
#85A099
(133,160,153)
#92AAA4
(146,170,164)
#9FB4AF
(159,180,175)
#ACBEBA
(172,190,186)
#B9C8C5
(185,200,197)
#C6D2D0
(198,210,208)
#D3DCDB
(211,220,219)
#E0E6E6
(224,230,230)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B8C83; }

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

This text font color is #6B8C83.


Background Color

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

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

This div background color is #6B8C83.


Border color

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

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

This div border color is #6B8C83.


Opacity

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

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

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

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

This text has shadow with #6B8C83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8C83 on black background.


Color preview on white background

This text has color #6B8C83 on white background.



Black color preview on #6B8C83 background

This text has black color on #6B8C83 background.


White color preview on #6B8C83 background

This text has white color on #6B8C83 background.