COLOR #6F7C7E

HEX: #6F7C7E
RGB: (111,124,126)

Color info

#6F7C7E contains red, green and blue colors in about the same proportion. Web safe color of #6F7C7E is #666666 (or #666).

RGB color model

#6F7C7E color RGB value is (111,124,126).

  • red value is 111;
  • green value is 124;
  • blue value is 126.
RGB:
(111,124,126)
(44%,49%,49%)

RGB channels and saturation

R 111 of 255 = 44%
G 124 of 255 = 49%
B 126 of 255 = 49%

111
124
126

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

Portions of RGB colors in percentages

R + G + B =
111 + 124 + 126 = 361 (100%)
R 111 of 361 ~ 30.75%
G 124 of 361 ~ 34.35%
B 126 of 361 ~ 34.9%

%30.75
%34.35
%34.9

CMYK color model

#6F7C7E color CMYK value is (12,2,0,51).

  • cyan value is 11.90%
  • magenta value is 1.59%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(12,2,0,51)
C12M2Y0K51 
(12%,2%,0%,51%)
(0.12/0.02/0.00/0.51)	

CMYK percentages

%11.9
%1.59
%0
%50.59

Codes

Color #6F7C7E in popluar color models

6F7C7E
RGB111124126
HSL188°6.33%46.47%
HSB/HSV188°11.90%49.41%
CMYK11.90%1.59%0.00%
50.59%

Color #6F7C7E in popluar number systems.

HEX6F7C7E
Decimal111124126
Binary110111111111001111110
Octal157174176

Shades and tints

Shades of #6F7C7E

#6F7C7E
(111,124,126)
#657173
(101,113,115)
#5B6668
(91,102,104)
#515B5D
(81,91,93)
#475052
(71,80,82)
#3D4547
(61,69,71)
#333A3C
(51,58,60)
#292F31
(41,47,49)
#1F2426
(31,36,38)
#15191B
(21,25,27)
#0B0E10
(11,14,16)
#000000
(0,0,0)

Tints of #6F7C7E

#6F7C7E
(111,124,126)
#7C8789
(124,135,137)
#899294
(137,146,148)
#969D9F
(150,157,159)
#A3A8AA
(163,168,170)
#B0B3B5
(176,179,181)
#BDBEC0
(189,190,192)
#CAC9CB
(202,201,203)
#D7D4D6
(215,212,214)
#E4DFE1
(228,223,225)
#F1EAEC
(241,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7C7E color. Also use rgb(111,124,126) instead hex code.

Text Font Color

.myTextColor { color: #6F7C7E; }

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

This text font color is #6F7C7E.


Background Color

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

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

This div background color is #6F7C7E.


Border color

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

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

This div border color is #6F7C7E.


Opacity

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

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

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

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

This text has shadow with #6F7C7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7C7E on black background.


Color preview on white background

This text has color #6F7C7E on white background.



Black color preview on #6F7C7E background

This text has black color on #6F7C7E background.


White color preview on #6F7C7E background

This text has white color on #6F7C7E background.