COLOR #6C847D

HEX: #6C847D
RGB: (108,132,125)

Color info

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

RGB color model

#6C847D color RGB value is (108,132,125).

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

RGB channels and saturation

R 108 of 255 = 42%
G 132 of 255 = 52%
B 125 of 255 = 49%

108
132
125

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

Portions of RGB colors in percentages

R + G + B =
108 + 132 + 125 = 365 (100%)
R 108 of 365 ~ 29.59%
G 132 of 365 ~ 36.16%
B 125 of 365 ~ 34.25%

%29.59
%36.16
%34.25

CMYK color model

#6C847D color CMYK value is (18,0,5,48).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 5.30%
  • key color value is 48.24%
CMYK:
(18,0,5,48)
C18M0Y5K48 
(18%,0%,5%,48%)
(0.18/0.00/0.05/0.48)	

CMYK percentages

%18.18
%0
%5.3
%48.24

Codes

Color #6C847D in popluar color models

6C847D
RGB108132125
HSL163°10.00%47.06%
HSB/HSV163°18.18%51.76%
CMYK18.18%0.00%5.30%
48.24%

Color #6C847D in popluar number systems.

HEX6C847D
Decimal108132125
Binary1101100100001001111101
Octal154204175

Shades and tints

Shades of #6C847D

#6C847D
(108,132,125)
#637872
(99,120,114)
#5A6C67
(90,108,103)
#51605C
(81,96,92)
#485451
(72,84,81)
#3F4846
(63,72,70)
#363C3B
(54,60,59)
#2D3030
(45,48,48)
#242425
(36,36,37)
#1B181A
(27,24,26)
#120C0F
(18,12,15)
#000000
(0,0,0)

Tints of #6C847D

#6C847D
(108,132,125)
#798F88
(121,143,136)
#869A93
(134,154,147)
#93A59E
(147,165,158)
#A0B0A9
(160,176,169)
#ADBBB4
(173,187,180)
#BAC6BF
(186,198,191)
#C7D1CA
(199,209,202)
#D4DCD5
(212,220,213)
#E1E7E0
(225,231,224)
#EEF2EB
(238,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C847D; }

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

This text font color is #6C847D.


Background Color

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

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

This div background color is #6C847D.


Border color

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

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

This div border color is #6C847D.


Opacity

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

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

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

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

This text has shadow with #6C847D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C847D on black background.


Color preview on white background

This text has color #6C847D on white background.



Black color preview on #6C847D background

This text has black color on #6C847D background.


White color preview on #6C847D background

This text has white color on #6C847D background.