COLOR #6F8B95

HEX: #6F8B95
RGB: (111,139,149)

Color info

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

RGB color model

#6F8B95 color RGB value is (111,139,149).

  • red value is 111;
  • green value is 139;
  • blue value is 149.
RGB:
(111,139,149)
(44%,55%,58%)

RGB channels and saturation

R 111 of 255 = 44%
G 139 of 255 = 55%
B 149 of 255 = 58%

111
139
149

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

Portions of RGB colors in percentages

R + G + B =
111 + 139 + 149 = 399 (100%)
R 111 of 399 ~ 27.82%
G 139 of 399 ~ 34.84%
B 149 of 399 ~ 37.34%

%27.82
%34.84
%37.34

CMYK color model

#6F8B95 color CMYK value is (26,7,0,42).

  • cyan value is 25.50%
  • magenta value is 6.71%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(26,7,0,42)
C26M7Y0K42 
(26%,7%,0%,42%)
(0.26/0.07/0.00/0.42)	

CMYK percentages

%25.5
%6.71
%0
%41.57

Codes

Color #6F8B95 in popluar color models

6F8B95
RGB111139149
HSL196°15.20%50.98%
HSB/HSV196°25.50%58.43%
CMYK25.50%6.71%0.00%
41.57%

Color #6F8B95 in popluar number systems.

HEX6F8B95
Decimal111139149
Binary11011111000101110010101
Octal157213225

Shades and tints

Shades of #6F8B95

#6F8B95
(111,139,149)
#657F88
(101,127,136)
#5B737B
(91,115,123)
#51676E
(81,103,110)
#475B61
(71,91,97)
#3D4F54
(61,79,84)
#334347
(51,67,71)
#29373A
(41,55,58)
#1F2B2D
(31,43,45)
#151F20
(21,31,32)
#0B1313
(11,19,19)
#000000
(0,0,0)

Tints of #6F8B95

#6F8B95
(111,139,149)
#7C959E
(124,149,158)
#899FA7
(137,159,167)
#96A9B0
(150,169,176)
#A3B3B9
(163,179,185)
#B0BDC2
(176,189,194)
#BDC7CB
(189,199,203)
#CAD1D4
(202,209,212)
#D7DBDD
(215,219,221)
#E4E5E6
(228,229,230)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8B95 color. Also use rgb(111,139,149) instead hex code.

Text Font Color

.myTextColor { color: #6F8B95; }

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

This text font color is #6F8B95.


Background Color

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

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

This div background color is #6F8B95.


Border color

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

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

This div border color is #6F8B95.


Opacity

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

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

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

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

This text has shadow with #6F8B95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8B95 on black background.


Color preview on white background

This text has color #6F8B95 on white background.



Black color preview on #6F8B95 background

This text has black color on #6F8B95 background.


White color preview on #6F8B95 background

This text has white color on #6F8B95 background.