COLOR #6E977D

HEX: #6E977D RGB: (110,151,125)

Color info

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

RGB color model

#6E977D color RGB value is (110,151,125).

RGB: (110,151,125) (43%, 59%, 49%)

RGB channels and saturation

R 110 of 255 = 43%
G 151 of 255 = 59%
B 125 of 255 = 49%

110
151
125

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

Portions of RGB colors in percentages

R + G + B = 110 + 151 + 125 = 386 (100%)
R 110 of 386 ~ 28.5%
G 151 of 386 ~ 39.12%
B 125 of 386 ~ 32.38'%

%28.5
%39.12
%32.38

CMYK color model

#6E977D color CMYK value is (27,0,17,41).

  • cyan value is 27.15%
  • magenta value is 0.00%
  • yellow value is 17.22%
  • key color value is 40.78%

CMYK: (27,0,17,41)
C27M0Y17K41 (27%, 0%, 17%, 41%)
(0.27 / 0.00 / 0.17 / 0.41)

CMYK percentages

%27.15
%0
%17.22
%40.78

Codes

Color #6E977D in popluar color models

6E 97 7D
RGB 110 151 125
HSL 142° 16.47% 51.18%
HSB/HSV 142° 27.15% 59.22%
CMYK 27.15% 0.00% 17.22%
40.78%

Color #6E977D in popluar number systems.

HEX 6E 97 7D
Decimal 110 151 125
Binary 1101110 10010111 1111101
Octal 156 227 175

Shades and tints

Shades of #6E977D

#6E977D
(110,151,125)
#648A72
(100,138,114)
#5A7D67
(90,125,103)
#50705C
(80,112,92)
#466351
(70,99,81)
#3C5646
(60,86,70)
#32493B
(50,73,59)
#283C30
(40,60,48)
#1E2F25
(30,47,37)
#14221A
(20,34,26)
#0A150F
(10,21,15)
#000000
(0,0,0)

Tints of #6E977D

#6E977D
(110,151,125)
#7BA088
(123,160,136)
#88A993
(136,169,147)
#95B29E
(149,178,158)
#A2BBA9
(162,187,169)
#AFC4B4
(175,196,180)
#BCCDBF
(188,205,191)
#C9D6CA
(201,214,202)
#D6DFD5
(214,223,213)
#E3E8E0
(227,232,224)
#F0F1EB
(240,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E977D; }

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

This text font color is #6E977D.

Background Color

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

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

This div background color is #6E977D.

Border color

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

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

This div border color is #6E977D.

Opacity

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

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

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

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

This text has shadow with #6E977D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E977D.

Preview

Color preview on black background

This text has color #6E977D on black background.


Color preview on white background

This text has color #6E977D on white background.


Black color preview on #6E977D background

This text has black color on #6E977D background.


White color preview on #6E977D background

This text has white color on #6E977D background.


Related colors

Complementary color

Complementary color for #hex is #916882.


I love getcolorcode.com

Triadic colors

1 #7D6E97 and #977D6E with #6E977D are triadic colors.

2 #7D976E and #976E7D with #6E977D are triadic colors.