COLOR #6F8E80

HEX: #6F8E80 RGB: (111,142,128)

Color info

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

RGB color model

#6F8E80 color RGB value is (111,142,128).

RGB: (111,142,128) (44%, 56%, 50%)

RGB channels and saturation

R 111 of 255 = 44%
G 142 of 255 = 56%
B 128 of 255 = 50%

111
142
128

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

Portions of RGB colors in percentages

R + G + B = 111 + 142 + 128 = 381 (100%)
R 111 of 381 ~ 29.13%
G 142 of 381 ~ 37.27%
B 128 of 381 ~ 33.6'%

%29.13
%37.27
%33.6

CMYK color model

#6F8E80 color CMYK value is (22,0,10,44).

  • cyan value is 21.83%
  • magenta value is 0.00%
  • yellow value is 9.86%
  • key color value is 44.31%

CMYK: (22,0,10,44)
C22M0Y10K44 (22%, 0%, 10%, 44%)
(0.22 / 0.00 / 0.10 / 0.44)

CMYK percentages

%21.83
%0
%9.86
%44.31

Codes

Color #6F8E80 in popluar color models

6F 8E 80
RGB 111 142 128
HSL 153° 12.25% 49.61%
HSB/HSV 153° 21.83% 55.69%
CMYK 21.83% 0.00% 9.86%
44.31%

Color #6F8E80 in popluar number systems.

HEX 6F 8E 80
Decimal 111 142 128
Binary 1101111 10001110 10000000
Octal 157 216 200

Shades and tints

Shades of #6F8E80

#6F8E80
(111,142,128)
#658275
(101,130,117)
#5B766A
(91,118,106)
#516A5F
(81,106,95)
#475E54
(71,94,84)
#3D5249
(61,82,73)
#33463E
(51,70,62)
#293A33
(41,58,51)
#1F2E28
(31,46,40)
#15221D
(21,34,29)
#0B1612
(11,22,18)
#000000
(0,0,0)

Tints of #6F8E80

#6F8E80
(111,142,128)
#7C988B
(124,152,139)
#89A296
(137,162,150)
#96ACA1
(150,172,161)
#A3B6AC
(163,182,172)
#B0C0B7
(176,192,183)
#BDCAC2
(189,202,194)
#CAD4CD
(202,212,205)
#D7DED8
(215,222,216)
#E4E8E3
(228,232,227)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8E80 color. Also use rgb(111,142,128) instead hex code.

Text Font Color

.myTextColor { color: #6F8E80; }

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

This text font color is #6F8E80.

Background Color

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

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

This div background color is #6F8E80.

Border color

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

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

This div border color is #6F8E80.

Opacity

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

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

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

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

This text has shadow with #6F8E80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F8E80.

Preview

Color preview on black background

This text has color #6F8E80 on black background.


Color preview on white background

This text has color #6F8E80 on white background.


Black color preview on #6F8E80 background

This text has black color on #6F8E80 background.


White color preview on #6F8E80 background

This text has white color on #6F8E80 background.


Related colors

Complementary color

Complementary color for #hex is #90717F.


I love getcolorcode.com

Triadic colors

1 #806F8E and #8E806F with #6F8E80 are triadic colors.

2 #808E6F and #8E6F80 with #6F8E80 are triadic colors.