COLOR #6F8C97

HEX: #6F8C97
RGB: (111,140,151)

Color info

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

RGB color model

#6F8C97 color RGB value is (111,140,151).

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

RGB channels and saturation

R 111 of 255 = 44%
G 140 of 255 = 55%
B 151 of 255 = 59%

111
140
151

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

Portions of RGB colors in percentages

R + G + B =
111 + 140 + 151 = 402 (100%)
R 111 of 402 ~ 27.61%
G 140 of 402 ~ 34.83%
B 151 of 402 ~ 37.56%

%27.61
%34.83
%37.56

CMYK color model

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

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

CMYK percentages

%26.49
%7.28
%0
%40.78

Codes

Color #6F8C97 in popluar color models

6F8C97
RGB111140151
HSL197°16.13%51.37%
HSB/HSV197°26.49%59.22%
CMYK26.49%7.28%0.00%
40.78%

Color #6F8C97 in popluar number systems.

HEX6F8C97
Decimal111140151
Binary11011111000110010010111
Octal157214227

Shades and tints

Shades of #6F8C97

#6F8C97
(111,140,151)
#65808A
(101,128,138)
#5B747D
(91,116,125)
#516870
(81,104,112)
#475C63
(71,92,99)
#3D5056
(61,80,86)
#334449
(51,68,73)
#29383C
(41,56,60)
#1F2C2F
(31,44,47)
#152022
(21,32,34)
#0B1415
(11,20,21)
#000000
(0,0,0)

Tints of #6F8C97

#6F8C97
(111,140,151)
#7C96A0
(124,150,160)
#89A0A9
(137,160,169)
#96AAB2
(150,170,178)
#A3B4BB
(163,180,187)
#B0BEC4
(176,190,196)
#BDC8CD
(189,200,205)
#CAD2D6
(202,210,214)
#D7DCDF
(215,220,223)
#E4E6E8
(228,230,232)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8C97 color. Also use rgb(111,140,151) instead hex code.

Text Font Color

.myTextColor { color: #6F8C97; }

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

This text font color is #6F8C97.


Background Color

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

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

This div background color is #6F8C97.


Border color

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

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

This div border color is #6F8C97.


Opacity

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

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

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

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

This text has shadow with #6F8C97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8C97 on black background.


Color preview on white background

This text has color #6F8C97 on white background.



Black color preview on #6F8C97 background

This text has black color on #6F8C97 background.


White color preview on #6F8C97 background

This text has white color on #6F8C97 background.