COLOR #6F8A7E

HEX: #6F8A7E
RGB: (111,138,126)

Color info

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

RGB color model

#6F8A7E color RGB value is (111,138,126).

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

RGB channels and saturation

R 111 of 255 = 44%
G 138 of 255 = 54%
B 126 of 255 = 49%

111
138
126

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

Portions of RGB colors in percentages

R + G + B =
111 + 138 + 126 = 375 (100%)
R 111 of 375 ~ 29.6%
G 138 of 375 ~ 36.8%
B 126 of 375 ~ 33.6%

%29.6
%36.8
%33.6

CMYK color model

#6F8A7E color CMYK value is (20,0,9,46).

  • cyan value is 19.57%
  • magenta value is 0.00%
  • yellow value is 8.70%
  • key color value is 45.88%
CMYK:
(20,0,9,46)
C20M0Y9K46 
(20%,0%,9%,46%)
(0.20/0.00/0.09/0.46)	

CMYK percentages

%19.57
%0
%8.7
%45.88

Codes

Color #6F8A7E in popluar color models

6F8A7E
RGB111138126
HSL153°10.84%48.82%
HSB/HSV153°19.57%54.12%
CMYK19.57%0.00%8.70%
45.88%

Color #6F8A7E in popluar number systems.

HEX6F8A7E
Decimal111138126
Binary1101111100010101111110
Octal157212176

Shades and tints

Shades of #6F8A7E

#6F8A7E
(111,138,126)
#657E73
(101,126,115)
#5B7268
(91,114,104)
#51665D
(81,102,93)
#475A52
(71,90,82)
#3D4E47
(61,78,71)
#33423C
(51,66,60)
#293631
(41,54,49)
#1F2A26
(31,42,38)
#151E1B
(21,30,27)
#0B1210
(11,18,16)
#000000
(0,0,0)

Tints of #6F8A7E

#6F8A7E
(111,138,126)
#7C9489
(124,148,137)
#899E94
(137,158,148)
#96A89F
(150,168,159)
#A3B2AA
(163,178,170)
#B0BCB5
(176,188,181)
#BDC6C0
(189,198,192)
#CAD0CB
(202,208,203)
#D7DAD6
(215,218,214)
#E4E4E1
(228,228,225)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8A7E; }

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

This text font color is #6F8A7E.


Background Color

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

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

This div background color is #6F8A7E.


Border color

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

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

This div border color is #6F8A7E.


Opacity

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

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

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

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

This text has shadow with #6F8A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8A7E on black background.


Color preview on white background

This text has color #6F8A7E on white background.



Black color preview on #6F8A7E background

This text has black color on #6F8A7E background.


White color preview on #6F8A7E background

This text has white color on #6F8A7E background.