COLOR #6C8B82

HEX: #6C8B82
RGB: (108,139,130)

Color info

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

RGB color model

#6C8B82 color RGB value is (108,139,130).

  • red value is 108;
  • green value is 139;
  • blue value is 130.
RGB:
(108,139,130)
(42%,55%,51%)

RGB channels and saturation

R 108 of 255 = 42%
G 139 of 255 = 55%
B 130 of 255 = 51%

108
139
130

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

Portions of RGB colors in percentages

R + G + B =
108 + 139 + 130 = 377 (100%)
R 108 of 377 ~ 28.65%
G 139 of 377 ~ 36.87%
B 130 of 377 ~ 34.48%

%28.65
%36.87
%34.48

CMYK color model

#6C8B82 color CMYK value is (22,0,6,45).

  • cyan value is 22.30%
  • magenta value is 0.00%
  • yellow value is 6.47%
  • key color value is 45.49%
CMYK:
(22,0,6,45)
C22M0Y6K45 
(22%,0%,6%,45%)
(0.22/0.00/0.06/0.45)	

CMYK percentages

%22.3
%0
%6.47
%45.49

Codes

Color #6C8B82 in popluar color models

6C8B82
RGB108139130
HSL163°12.55%48.43%
HSB/HSV163°22.30%54.51%
CMYK22.30%0.00%6.47%
45.49%

Color #6C8B82 in popluar number systems.

HEX6C8B82
Decimal108139130
Binary11011001000101110000010
Octal154213202

Shades and tints

Shades of #6C8B82

#6C8B82
(108,139,130)
#637F77
(99,127,119)
#5A736C
(90,115,108)
#516761
(81,103,97)
#485B56
(72,91,86)
#3F4F4B
(63,79,75)
#364340
(54,67,64)
#2D3735
(45,55,53)
#242B2A
(36,43,42)
#1B1F1F
(27,31,31)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #6C8B82

#6C8B82
(108,139,130)
#79958D
(121,149,141)
#869F98
(134,159,152)
#93A9A3
(147,169,163)
#A0B3AE
(160,179,174)
#ADBDB9
(173,189,185)
#BAC7C4
(186,199,196)
#C7D1CF
(199,209,207)
#D4DBDA
(212,219,218)
#E1E5E5
(225,229,229)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8B82 color. Also use rgb(108,139,130) instead hex code.

Text Font Color

.myTextColor { color: #6C8B82; }

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

This text font color is #6C8B82.


Background Color

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

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

This div background color is #6C8B82.


Border color

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

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

This div border color is #6C8B82.


Opacity

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

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

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

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

This text has shadow with #6C8B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8B82 on black background.


Color preview on white background

This text has color #6C8B82 on white background.



Black color preview on #6C8B82 background

This text has black color on #6C8B82 background.


White color preview on #6C8B82 background

This text has white color on #6C8B82 background.