COLOR #6F978D

HEX: #6F978D
RGB: (111,151,141)

Color info

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

RGB color model

#6F978D color RGB value is (111,151,141).

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

RGB channels and saturation

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

111
151
141

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

Portions of RGB colors in percentages

R + G + B =
111 + 151 + 141 = 403 (100%)
R 111 of 403 ~ 27.54%
G 151 of 403 ~ 37.47%
B 141 of 403 ~ 34.99%

%27.54
%37.47
%34.99

CMYK color model

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

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

CMYK percentages

%26.49
%0
%6.62
%40.78

Codes

Color #6F978D in popluar color models

6F978D
RGB111151141
HSL165°16.13%51.37%
HSB/HSV165°26.49%59.22%
CMYK26.49%0.00%6.62%
40.78%

Color #6F978D in popluar number systems.

HEX6F978D
Decimal111151141
Binary11011111001011110001101
Octal157227215

Shades and tints

Shades of #6F978D

#6F978D
(111,151,141)
#658A81
(101,138,129)
#5B7D75
(91,125,117)
#517069
(81,112,105)
#47635D
(71,99,93)
#3D5651
(61,86,81)
#334945
(51,73,69)
#293C39
(41,60,57)
#1F2F2D
(31,47,45)
#152221
(21,34,33)
#0B1515
(11,21,21)
#000000
(0,0,0)

Tints of #6F978D

#6F978D
(111,151,141)
#7CA097
(124,160,151)
#89A9A1
(137,169,161)
#96B2AB
(150,178,171)
#A3BBB5
(163,187,181)
#B0C4BF
(176,196,191)
#BDCDC9
(189,205,201)
#CAD6D3
(202,214,211)
#D7DFDD
(215,223,221)
#E4E8E7
(228,232,231)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F978D; }

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

This text font color is #6F978D.


Background Color

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

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

This div background color is #6F978D.


Border color

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

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

This div border color is #6F978D.


Opacity

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

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

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

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

This text has shadow with #6F978D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F978D on black background.


Color preview on white background

This text has color #6F978D on white background.



Black color preview on #6F978D background

This text has black color on #6F978D background.


White color preview on #6F978D background

This text has white color on #6F978D background.