COLOR #6F8E8A

HEX: #6F8E8A
RGB: (111,142,138)

Color info

#6F8E8A contains red, green and blue colors in about the same proportion. Web safe color of #6F8E8A is #669999 (or #699).

RGB color model

#6F8E8A color RGB value is (111,142,138).

  • red value is 111;
  • green value is 142;
  • blue value is 138.
RGB:
(111,142,138)
(44%,56%,54%)

RGB channels and saturation

R 111 of 255 = 44%
G 142 of 255 = 56%
B 138 of 255 = 54%

111
142
138

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

Portions of RGB colors in percentages

R + G + B =
111 + 142 + 138 = 391 (100%)
R 111 of 391 ~ 28.39%
G 142 of 391 ~ 36.32%
B 138 of 391 ~ 35.29%

%28.39
%36.32
%35.29

CMYK color model

#6F8E8A color CMYK value is (22,0,3,44).

  • cyan value is 21.83%
  • magenta value is 0.00%
  • yellow value is 2.82%
  • key color value is 44.31%
CMYK:
(22,0,3,44)
C22M0Y3K44 
(22%,0%,3%,44%)
(0.22/0.00/0.03/0.44)	

CMYK percentages

%21.83
%0
%2.82
%44.31

Codes

Color #6F8E8A in popluar color models

6F8E8A
RGB111142138
HSL172°12.25%49.61%
HSB/HSV172°21.83%55.69%
CMYK21.83%0.00%2.82%
44.31%

Color #6F8E8A in popluar number systems.

HEX6F8E8A
Decimal111142138
Binary11011111000111010001010
Octal157216212

Shades and tints

Shades of #6F8E8A

#6F8E8A
(111,142,138)
#65827E
(101,130,126)
#5B7672
(91,118,114)
#516A66
(81,106,102)
#475E5A
(71,94,90)
#3D524E
(61,82,78)
#334642
(51,70,66)
#293A36
(41,58,54)
#1F2E2A
(31,46,42)
#15221E
(21,34,30)
#0B1612
(11,22,18)
#000000
(0,0,0)

Tints of #6F8E8A

#6F8E8A
(111,142,138)
#7C9894
(124,152,148)
#89A29E
(137,162,158)
#96ACA8
(150,172,168)
#A3B6B2
(163,182,178)
#B0C0BC
(176,192,188)
#BDCAC6
(189,202,198)
#CAD4D0
(202,212,208)
#D7DEDA
(215,222,218)
#E4E8E4
(228,232,228)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8E8A; }

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

This text font color is #6F8E8A.


Background Color

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

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

This div background color is #6F8E8A.


Border color

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

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

This div border color is #6F8E8A.


Opacity

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

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

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

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

This text has shadow with #6F8E8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8E8A on black background.


Color preview on white background

This text has color #6F8E8A on white background.



Black color preview on #6F8E8A background

This text has black color on #6F8E8A background.


White color preview on #6F8E8A background

This text has white color on #6F8E8A background.