COLOR #6F8E8F

HEX: #6F8E8F
RGB: (111,142,143)

Color info

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

RGB color model

#6F8E8F color RGB value is (111,142,143).

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

RGB channels and saturation

R 111 of 255 = 44%
G 142 of 255 = 56%
B 143 of 255 = 56%

111
142
143

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

Portions of RGB colors in percentages

R + G + B =
111 + 142 + 143 = 396 (100%)
R 111 of 396 ~ 28.03%
G 142 of 396 ~ 35.86%
B 143 of 396 ~ 36.11%

%28.03
%35.86
%36.11

CMYK color model

#6F8E8F color CMYK value is (22,1,0,44).

  • cyan value is 22.38%
  • magenta value is 0.70%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(22,1,0,44)
C22M1Y0K44 
(22%,1%,0%,44%)
(0.22/0.01/0.00/0.44)	

CMYK percentages

%22.38
%0.7
%0
%43.92

Codes

Color #6F8E8F in popluar color models

6F8E8F
RGB111142143
HSL182°12.60%49.80%
HSB/HSV182°22.38%56.08%
CMYK22.38%0.70%0.00%
43.92%

Color #6F8E8F in popluar number systems.

HEX6F8E8F
Decimal111142143
Binary11011111000111010001111
Octal157216217

Shades and tints

Shades of #6F8E8F

#6F8E8F
(111,142,143)
#658282
(101,130,130)
#5B7675
(91,118,117)
#516A68
(81,106,104)
#475E5B
(71,94,91)
#3D524E
(61,82,78)
#334641
(51,70,65)
#293A34
(41,58,52)
#1F2E27
(31,46,39)
#15221A
(21,34,26)
#0B160D
(11,22,13)
#000000
(0,0,0)

Tints of #6F8E8F

#6F8E8F
(111,142,143)
#7C9899
(124,152,153)
#89A2A3
(137,162,163)
#96ACAD
(150,172,173)
#A3B6B7
(163,182,183)
#B0C0C1
(176,192,193)
#BDCACB
(189,202,203)
#CAD4D5
(202,212,213)
#D7DEDF
(215,222,223)
#E4E8E9
(228,232,233)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8E8F; }

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

This text font color is #6F8E8F.


Background Color

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

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

This div background color is #6F8E8F.


Border color

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

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

This div border color is #6F8E8F.


Opacity

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

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

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

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

This text has shadow with #6F8E8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8E8F on black background.


Color preview on white background

This text has color #6F8E8F on white background.



Black color preview on #6F8E8F background

This text has black color on #6F8E8F background.


White color preview on #6F8E8F background

This text has white color on #6F8E8F background.