COLOR #6C8F87

HEX: #6C8F87
RGB: (108,143,135)

Color info

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

RGB color model

#6C8F87 color RGB value is (108,143,135).

  • red value is 108;
  • green value is 143;
  • blue value is 135.
RGB:
(108,143,135)
(42%,56%,53%)

RGB channels and saturation

R 108 of 255 = 42%
G 143 of 255 = 56%
B 135 of 255 = 53%

108
143
135

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

Portions of RGB colors in percentages

R + G + B =
108 + 143 + 135 = 386 (100%)
R 108 of 386 ~ 27.98%
G 143 of 386 ~ 37.05%
B 135 of 386 ~ 34.97%

%27.98
%37.05
%34.97

CMYK color model

#6C8F87 color CMYK value is (24,0,6,44).

  • cyan value is 24.48%
  • magenta value is 0.00%
  • yellow value is 5.59%
  • key color value is 43.92%
CMYK:
(24,0,6,44)
C24M0Y6K44 
(24%,0%,6%,44%)
(0.24/0.00/0.06/0.44)	

CMYK percentages

%24.48
%0
%5.59
%43.92

Codes

Color #6C8F87 in popluar color models

6C8F87
RGB108143135
HSL166°13.94%49.22%
HSB/HSV166°24.48%56.08%
CMYK24.48%0.00%5.59%
43.92%

Color #6C8F87 in popluar number systems.

HEX6C8F87
Decimal108143135
Binary11011001000111110000111
Octal154217207

Shades and tints

Shades of #6C8F87

#6C8F87
(108,143,135)
#63827B
(99,130,123)
#5A756F
(90,117,111)
#516863
(81,104,99)
#485B57
(72,91,87)
#3F4E4B
(63,78,75)
#36413F
(54,65,63)
#2D3433
(45,52,51)
#242727
(36,39,39)
#1B1A1B
(27,26,27)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #6C8F87

#6C8F87
(108,143,135)
#799991
(121,153,145)
#86A39B
(134,163,155)
#93ADA5
(147,173,165)
#A0B7AF
(160,183,175)
#ADC1B9
(173,193,185)
#BACBC3
(186,203,195)
#C7D5CD
(199,213,205)
#D4DFD7
(212,223,215)
#E1E9E1
(225,233,225)
#EEF3EB
(238,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C8F87; }

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

This text font color is #6C8F87.


Background Color

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

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

This div background color is #6C8F87.


Border color

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

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

This div border color is #6C8F87.


Opacity

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

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

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

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

This text has shadow with #6C8F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8F87 on black background.


Color preview on white background

This text has color #6C8F87 on white background.



Black color preview on #6C8F87 background

This text has black color on #6C8F87 background.


White color preview on #6C8F87 background

This text has white color on #6C8F87 background.