COLOR #6F8797

HEX: #6F8797
RGB: (111,135,151)

Color info

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

RGB color model

#6F8797 color RGB value is (111,135,151).

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

RGB channels and saturation

R 111 of 255 = 44%
G 135 of 255 = 53%
B 151 of 255 = 59%

111
135
151

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

Portions of RGB colors in percentages

R + G + B =
111 + 135 + 151 = 397 (100%)
R 111 of 397 ~ 27.96%
G 135 of 397 ~ 34.01%
B 151 of 397 ~ 38.04%

%27.96
%34.01
%38.04

CMYK color model

#6F8797 color CMYK value is (26,11,0,41).

  • cyan value is 26.49%
  • magenta value is 10.60%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(26,11,0,41)
C26M11Y0K41 
(26%,11%,0%,41%)
(0.26/0.11/0.00/0.41)	

CMYK percentages

%26.49
%10.6
%0
%40.78

Codes

Color #6F8797 in popluar color models

6F8797
RGB111135151
HSL204°16.13%51.37%
HSB/HSV204°26.49%59.22%
CMYK26.49%10.60%0.00%
40.78%

Color #6F8797 in popluar number systems.

HEX6F8797
Decimal111135151
Binary11011111000011110010111
Octal157207227

Shades and tints

Shades of #6F8797

#6F8797
(111,135,151)
#657B8A
(101,123,138)
#5B6F7D
(91,111,125)
#516370
(81,99,112)
#475763
(71,87,99)
#3D4B56
(61,75,86)
#333F49
(51,63,73)
#29333C
(41,51,60)
#1F272F
(31,39,47)
#151B22
(21,27,34)
#0B0F15
(11,15,21)
#000000
(0,0,0)

Tints of #6F8797

#6F8797
(111,135,151)
#7C91A0
(124,145,160)
#899BA9
(137,155,169)
#96A5B2
(150,165,178)
#A3AFBB
(163,175,187)
#B0B9C4
(176,185,196)
#BDC3CD
(189,195,205)
#CACDD6
(202,205,214)
#D7D7DF
(215,215,223)
#E4E1E8
(228,225,232)
#F1EBF1
(241,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8797; }

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

This text font color is #6F8797.


Background Color

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

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

This div background color is #6F8797.


Border color

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

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

This div border color is #6F8797.


Opacity

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

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

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

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

This text has shadow with #6F8797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8797 on black background.


Color preview on white background

This text has color #6F8797 on white background.



Black color preview on #6F8797 background

This text has black color on #6F8797 background.


White color preview on #6F8797 background

This text has white color on #6F8797 background.