COLOR #6F8B96

HEX: #6F8B96
RGB: (111,139,150)

Color info

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

RGB color model

#6F8B96 color RGB value is (111,139,150).

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

RGB channels and saturation

R 111 of 255 = 44%
G 139 of 255 = 55%
B 150 of 255 = 59%

111
139
150

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

Portions of RGB colors in percentages

R + G + B =
111 + 139 + 150 = 400 (100%)
R 111 of 400 ~ 27.75%
G 139 of 400 ~ 34.75%
B 150 of 400 ~ 37.5%

%27.75
%34.75
%37.5

CMYK color model

#6F8B96 color CMYK value is (26,7,0,41).

  • cyan value is 26.00%
  • magenta value is 7.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(26,7,0,41)
C26M7Y0K41 
(26%,7%,0%,41%)
(0.26/0.07/0.00/0.41)	

CMYK percentages

%26
%7.33
%0
%41.18

Codes

Color #6F8B96 in popluar color models

6F8B96
RGB111139150
HSL197°15.66%51.18%
HSB/HSV197°26.00%58.82%
CMYK26.00%7.33%0.00%
41.18%

Color #6F8B96 in popluar number systems.

HEX6F8B96
Decimal111139150
Binary11011111000101110010110
Octal157213226

Shades and tints

Shades of #6F8B96

#6F8B96
(111,139,150)
#657F89
(101,127,137)
#5B737C
(91,115,124)
#51676F
(81,103,111)
#475B62
(71,91,98)
#3D4F55
(61,79,85)
#334348
(51,67,72)
#29373B
(41,55,59)
#1F2B2E
(31,43,46)
#151F21
(21,31,33)
#0B1314
(11,19,20)
#000000
(0,0,0)

Tints of #6F8B96

#6F8B96
(111,139,150)
#7C959F
(124,149,159)
#899FA8
(137,159,168)
#96A9B1
(150,169,177)
#A3B3BA
(163,179,186)
#B0BDC3
(176,189,195)
#BDC7CC
(189,199,204)
#CAD1D5
(202,209,213)
#D7DBDE
(215,219,222)
#E4E5E7
(228,229,231)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8B96; }

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

This text font color is #6F8B96.


Background Color

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

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

This div background color is #6F8B96.


Border color

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

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

This div border color is #6F8B96.


Opacity

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

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

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

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

This text has shadow with #6F8B96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8B96 on black background.


Color preview on white background

This text has color #6F8B96 on white background.



Black color preview on #6F8B96 background

This text has black color on #6F8B96 background.


White color preview on #6F8B96 background

This text has white color on #6F8B96 background.