COLOR #6E867D

HEX: #6E867D
RGB: (110,134,125)

Color info

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

RGB color model

#6E867D color RGB value is (110,134,125).

  • red value is 110;
  • green value is 134;
  • blue value is 125.
RGB:
(110,134,125)
(43%,53%,49%)

RGB channels and saturation

R 110 of 255 = 43%
G 134 of 255 = 53%
B 125 of 255 = 49%

110
134
125

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

Portions of RGB colors in percentages

R + G + B =
110 + 134 + 125 = 369 (100%)
R 110 of 369 ~ 29.81%
G 134 of 369 ~ 36.31%
B 125 of 369 ~ 33.88%

%29.81
%36.31
%33.88

CMYK color model

#6E867D color CMYK value is (18,0,7,47).

  • cyan value is 17.91%
  • magenta value is 0.00%
  • yellow value is 6.72%
  • key color value is 47.45%
CMYK:
(18,0,7,47)
C18M0Y7K47 
(18%,0%,7%,47%)
(0.18/0.00/0.07/0.47)	

CMYK percentages

%17.91
%0
%6.72
%47.45

Codes

Color #6E867D in popluar color models

6E867D
RGB110134125
HSL158°9.84%47.84%
HSB/HSV158°17.91%52.55%
CMYK17.91%0.00%6.72%
47.45%

Color #6E867D in popluar number systems.

HEX6E867D
Decimal110134125
Binary1101110100001101111101
Octal156206175

Shades and tints

Shades of #6E867D

#6E867D
(110,134,125)
#647A72
(100,122,114)
#5A6E67
(90,110,103)
#50625C
(80,98,92)
#465651
(70,86,81)
#3C4A46
(60,74,70)
#323E3B
(50,62,59)
#283230
(40,50,48)
#1E2625
(30,38,37)
#141A1A
(20,26,26)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #6E867D

#6E867D
(110,134,125)
#7B9188
(123,145,136)
#889C93
(136,156,147)
#95A79E
(149,167,158)
#A2B2A9
(162,178,169)
#AFBDB4
(175,189,180)
#BCC8BF
(188,200,191)
#C9D3CA
(201,211,202)
#D6DED5
(214,222,213)
#E3E9E0
(227,233,224)
#F0F4EB
(240,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E867D color. Also use rgb(110,134,125) instead hex code.

Text Font Color

.myTextColor { color: #6E867D; }

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

This text font color is #6E867D.


Background Color

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

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

This div background color is #6E867D.


Border color

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

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

This div border color is #6E867D.


Opacity

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

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

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

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

This text has shadow with #6E867D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E867D on black background.


Color preview on white background

This text has color #6E867D on white background.



Black color preview on #6E867D background

This text has black color on #6E867D background.


White color preview on #6E867D background

This text has white color on #6E867D background.