COLOR #6F897E

HEX: #6F897E
RGB: (111,137,126)

Color info

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

RGB color model

#6F897E color RGB value is (111,137,126).

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

RGB channels and saturation

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

111
137
126

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

Portions of RGB colors in percentages

R + G + B =
111 + 137 + 126 = 374 (100%)
R 111 of 374 ~ 29.68%
G 137 of 374 ~ 36.63%
B 126 of 374 ~ 33.69%

%29.68
%36.63
%33.69

CMYK color model

#6F897E color CMYK value is (19,0,8,46).

  • cyan value is 18.98%
  • magenta value is 0.00%
  • yellow value is 8.03%
  • key color value is 46.27%
CMYK:
(19,0,8,46)
C19M0Y8K46 
(19%,0%,8%,46%)
(0.19/0.00/0.08/0.46)	

CMYK percentages

%18.98
%0
%8.03
%46.27

Codes

Color #6F897E in popluar color models

6F897E
RGB111137126
HSL155°10.48%48.63%
HSB/HSV155°18.98%53.73%
CMYK18.98%0.00%8.03%
46.27%

Color #6F897E in popluar number systems.

HEX6F897E
Decimal111137126
Binary1101111100010011111110
Octal157211176

Shades and tints

Shades of #6F897E

#6F897E
(111,137,126)
#657D73
(101,125,115)
#5B7168
(91,113,104)
#51655D
(81,101,93)
#475952
(71,89,82)
#3D4D47
(61,77,71)
#33413C
(51,65,60)
#293531
(41,53,49)
#1F2926
(31,41,38)
#151D1B
(21,29,27)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #6F897E

#6F897E
(111,137,126)
#7C9389
(124,147,137)
#899D94
(137,157,148)
#96A79F
(150,167,159)
#A3B1AA
(163,177,170)
#B0BBB5
(176,187,181)
#BDC5C0
(189,197,192)
#CACFCB
(202,207,203)
#D7D9D6
(215,217,214)
#E4E3E1
(228,227,225)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F897E; }

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

This text font color is #6F897E.


Background Color

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

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

This div background color is #6F897E.


Border color

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

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

This div border color is #6F897E.


Opacity

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

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

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

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

This text has shadow with #6F897E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F897E on black background.


Color preview on white background

This text has color #6F897E on white background.



Black color preview on #6F897E background

This text has black color on #6F897E background.


White color preview on #6F897E background

This text has white color on #6F897E background.