COLOR #6F8887

HEX: #6F8887
RGB: (111,136,135)

Color info

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

RGB color model

#6F8887 color RGB value is (111,136,135).

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

RGB channels and saturation

R 111 of 255 = 44%
G 136 of 255 = 53%
B 135 of 255 = 53%

111
136
135

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

Portions of RGB colors in percentages

R + G + B =
111 + 136 + 135 = 382 (100%)
R 111 of 382 ~ 29.06%
G 136 of 382 ~ 35.6%
B 135 of 382 ~ 35.34%

%29.06
%35.6
%35.34

CMYK color model

#6F8887 color CMYK value is (18,0,1,47).

  • cyan value is 18.38%
  • magenta value is 0.00%
  • yellow value is 0.74%
  • key color value is 46.67%
CMYK:
(18,0,1,47)
C18M0Y1K47 
(18%,0%,1%,47%)
(0.18/0.00/0.01/0.47)	

CMYK percentages

%18.38
%0
%0.74
%46.67

Codes

Color #6F8887 in popluar color models

6F8887
RGB111136135
HSL178°10.12%48.43%
HSB/HSV178°18.38%53.33%
CMYK18.38%0.00%0.74%
46.67%

Color #6F8887 in popluar number systems.

HEX6F8887
Decimal111136135
Binary11011111000100010000111
Octal157210207

Shades and tints

Shades of #6F8887

#6F8887
(111,136,135)
#657C7B
(101,124,123)
#5B706F
(91,112,111)
#516463
(81,100,99)
#475857
(71,88,87)
#3D4C4B
(61,76,75)
#33403F
(51,64,63)
#293433
(41,52,51)
#1F2827
(31,40,39)
#151C1B
(21,28,27)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #6F8887

#6F8887
(111,136,135)
#7C9291
(124,146,145)
#899C9B
(137,156,155)
#96A6A5
(150,166,165)
#A3B0AF
(163,176,175)
#B0BAB9
(176,186,185)
#BDC4C3
(189,196,195)
#CACECD
(202,206,205)
#D7D8D7
(215,216,215)
#E4E2E1
(228,226,225)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8887; }

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

This text font color is #6F8887.


Background Color

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

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

This div background color is #6F8887.


Border color

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

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

This div border color is #6F8887.


Opacity

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

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

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

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

This text has shadow with #6F8887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8887 on black background.


Color preview on white background

This text has color #6F8887 on white background.



Black color preview on #6F8887 background

This text has black color on #6F8887 background.


White color preview on #6F8887 background

This text has white color on #6F8887 background.