COLOR #6C987D

HEX: #6C987D
RGB: (108,152,125)

Color info

#6C987D contains red, green and blue colors in about the same proportion. Web safe color of #6C987D is #669966 (or #696).

RGB color model

#6C987D color RGB value is (108,152,125).

  • red value is 108;
  • green value is 152;
  • blue value is 125.
RGB:
(108,152,125)
(42%,60%,49%)

RGB channels and saturation

R 108 of 255 = 42%
G 152 of 255 = 60%
B 125 of 255 = 49%

108
152
125

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

Portions of RGB colors in percentages

R + G + B =
108 + 152 + 125 = 385 (100%)
R 108 of 385 ~ 28.05%
G 152 of 385 ~ 39.48%
B 125 of 385 ~ 32.47%

%28.05
%39.48
%32.47

CMYK color model

#6C987D color CMYK value is (29,0,18,40).

  • cyan value is 28.95%
  • magenta value is 0.00%
  • yellow value is 17.76%
  • key color value is 40.39%
CMYK:
(29,0,18,40)
C29M0Y18K40 
(29%,0%,18%,40%)
(0.29/0.00/0.18/0.40)	

CMYK percentages

%28.95
%0
%17.76
%40.39

Codes

Color #6C987D in popluar color models

6C987D
RGB108152125
HSL143°17.60%50.98%
HSB/HSV143°28.95%59.61%
CMYK28.95%0.00%17.76%
40.39%

Color #6C987D in popluar number systems.

HEX6C987D
Decimal108152125
Binary1101100100110001111101
Octal154230175

Shades and tints

Shades of #6C987D

#6C987D
(108,152,125)
#638B72
(99,139,114)
#5A7E67
(90,126,103)
#51715C
(81,113,92)
#486451
(72,100,81)
#3F5746
(63,87,70)
#364A3B
(54,74,59)
#2D3D30
(45,61,48)
#243025
(36,48,37)
#1B231A
(27,35,26)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #6C987D

#6C987D
(108,152,125)
#79A188
(121,161,136)
#86AA93
(134,170,147)
#93B39E
(147,179,158)
#A0BCA9
(160,188,169)
#ADC5B4
(173,197,180)
#BACEBF
(186,206,191)
#C7D7CA
(199,215,202)
#D4E0D5
(212,224,213)
#E1E9E0
(225,233,224)
#EEF2EB
(238,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C987D color. Also use rgb(108,152,125) instead hex code.

Text Font Color

.myTextColor { color: #6C987D; }

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

This text font color is #6C987D.


Background Color

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

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

This div background color is #6C987D.


Border color

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

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

This div border color is #6C987D.


Opacity

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

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

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

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

This text has shadow with #6C987D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C987D on black background.


Color preview on white background

This text has color #6C987D on white background.



Black color preview on #6C987D background

This text has black color on #6C987D background.


White color preview on #6C987D background

This text has white color on #6C987D background.