COLOR #6F8082

HEX: #6F8082
RGB: (111,128,130)

Color info

#6F8082 contains red, green and blue colors in about the same proportion. Web safe color of #6F8082 is #666699 (or #669).

RGB color model

#6F8082 color RGB value is (111,128,130).

  • red value is 111;
  • green value is 128;
  • blue value is 130.
RGB:
(111,128,130)
(44%,50%,51%)

RGB channels and saturation

R 111 of 255 = 44%
G 128 of 255 = 50%
B 130 of 255 = 51%

111
128
130

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

Portions of RGB colors in percentages

R + G + B =
111 + 128 + 130 = 369 (100%)
R 111 of 369 ~ 30.08%
G 128 of 369 ~ 34.69%
B 130 of 369 ~ 35.23%

%30.08
%34.69
%35.23

CMYK color model

#6F8082 color CMYK value is (15,2,0,49).

  • cyan value is 14.62%
  • magenta value is 1.54%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(15,2,0,49)
C15M2Y0K49 
(15%,2%,0%,49%)
(0.15/0.02/0.00/0.49)	

CMYK percentages

%14.62
%1.54
%0
%49.02

Codes

Color #6F8082 in popluar color models

6F8082
RGB111128130
HSL186°7.88%47.25%
HSB/HSV186°14.62%50.98%
CMYK14.62%1.54%0.00%
49.02%

Color #6F8082 in popluar number systems.

HEX6F8082
Decimal111128130
Binary11011111000000010000010
Octal157200202

Shades and tints

Shades of #6F8082

#6F8082
(111,128,130)
#657577
(101,117,119)
#5B6A6C
(91,106,108)
#515F61
(81,95,97)
#475456
(71,84,86)
#3D494B
(61,73,75)
#333E40
(51,62,64)
#293335
(41,51,53)
#1F282A
(31,40,42)
#151D1F
(21,29,31)
#0B1214
(11,18,20)
#000000
(0,0,0)

Tints of #6F8082

#6F8082
(111,128,130)
#7C8B8D
(124,139,141)
#899698
(137,150,152)
#96A1A3
(150,161,163)
#A3ACAE
(163,172,174)
#B0B7B9
(176,183,185)
#BDC2C4
(189,194,196)
#CACDCF
(202,205,207)
#D7D8DA
(215,216,218)
#E4E3E5
(228,227,229)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8082 color. Also use rgb(111,128,130) instead hex code.

Text Font Color

.myTextColor { color: #6F8082; }

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

This text font color is #6F8082.


Background Color

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

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

This div background color is #6F8082.


Border color

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

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

This div border color is #6F8082.


Opacity

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

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

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

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

This text has shadow with #6F8082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8082 on black background.


Color preview on white background

This text has color #6F8082 on white background.



Black color preview on #6F8082 background

This text has black color on #6F8082 background.


White color preview on #6F8082 background

This text has white color on #6F8082 background.