COLOR #6F887E

HEX: #6F887E
RGB: (111,136,126)

Color info

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

RGB color model

#6F887E color RGB value is (111,136,126).

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

RGB channels and saturation

R 111 of 255 = 44%
G 136 of 255 = 53%
B 126 of 255 = 49%

111
136
126

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

Portions of RGB colors in percentages

R + G + B =
111 + 136 + 126 = 373 (100%)
R 111 of 373 ~ 29.76%
G 136 of 373 ~ 36.46%
B 126 of 373 ~ 33.78%

%29.76
%36.46
%33.78

CMYK color model

#6F887E color CMYK value is (18,0,7,47).

  • cyan value is 18.38%
  • magenta value is 0.00%
  • yellow value is 7.35%
  • key color value is 46.67%
CMYK:
(18,0,7,47)
C18M0Y7K47 
(18%,0%,7%,47%)
(0.18/0.00/0.07/0.47)	

CMYK percentages

%18.38
%0
%7.35
%46.67

Codes

Color #6F887E in popluar color models

6F887E
RGB111136126
HSL156°10.12%48.43%
HSB/HSV156°18.38%53.33%
CMYK18.38%0.00%7.35%
46.67%

Color #6F887E in popluar number systems.

HEX6F887E
Decimal111136126
Binary1101111100010001111110
Octal157210176

Shades and tints

Shades of #6F887E

#6F887E
(111,136,126)
#657C73
(101,124,115)
#5B7068
(91,112,104)
#51645D
(81,100,93)
#475852
(71,88,82)
#3D4C47
(61,76,71)
#33403C
(51,64,60)
#293431
(41,52,49)
#1F2826
(31,40,38)
#151C1B
(21,28,27)
#0B1010
(11,16,16)
#000000
(0,0,0)

Tints of #6F887E

#6F887E
(111,136,126)
#7C9289
(124,146,137)
#899C94
(137,156,148)
#96A69F
(150,166,159)
#A3B0AA
(163,176,170)
#B0BAB5
(176,186,181)
#BDC4C0
(189,196,192)
#CACECB
(202,206,203)
#D7D8D6
(215,216,214)
#E4E2E1
(228,226,225)
#F1ECEC
(241,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F887E; }

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

This text font color is #6F887E.


Background Color

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

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

This div background color is #6F887E.


Border color

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

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

This div border color is #6F887E.


Opacity

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

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

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

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

This text has shadow with #6F887E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F887E on black background.


Color preview on white background

This text has color #6F887E on white background.



Black color preview on #6F887E background

This text has black color on #6F887E background.


White color preview on #6F887E background

This text has white color on #6F887E background.