COLOR #6F8185

HEX: #6F8185
RGB: (111,129,133)

Color info

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

RGB color model

#6F8185 color RGB value is (111,129,133).

  • red value is 111;
  • green value is 129;
  • blue value is 133.
RGB:
(111,129,133)
(44%,51%,52%)

RGB channels and saturation

R 111 of 255 = 44%
G 129 of 255 = 51%
B 133 of 255 = 52%

111
129
133

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

Portions of RGB colors in percentages

R + G + B =
111 + 129 + 133 = 373 (100%)
R 111 of 373 ~ 29.76%
G 129 of 373 ~ 34.58%
B 133 of 373 ~ 35.66%

%29.76
%34.58
%35.66

CMYK color model

#6F8185 color CMYK value is (17,3,0,48).

  • cyan value is 16.54%
  • magenta value is 3.01%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(17,3,0,48)
C17M3Y0K48 
(17%,3%,0%,48%)
(0.17/0.03/0.00/0.48)	

CMYK percentages

%16.54
%3.01
%0
%47.84

Codes

Color #6F8185 in popluar color models

6F8185
RGB111129133
HSL191°9.02%47.84%
HSB/HSV191°16.54%52.16%
CMYK16.54%3.01%0.00%
47.84%

Color #6F8185 in popluar number systems.

HEX6F8185
Decimal111129133
Binary11011111000000110000101
Octal157201205

Shades and tints

Shades of #6F8185

#6F8185
(111,129,133)
#657679
(101,118,121)
#5B6B6D
(91,107,109)
#516061
(81,96,97)
#475555
(71,85,85)
#3D4A49
(61,74,73)
#333F3D
(51,63,61)
#293431
(41,52,49)
#1F2925
(31,41,37)
#151E19
(21,30,25)
#0B130D
(11,19,13)
#000000
(0,0,0)

Tints of #6F8185

#6F8185
(111,129,133)
#7C8C90
(124,140,144)
#89979B
(137,151,155)
#96A2A6
(150,162,166)
#A3ADB1
(163,173,177)
#B0B8BC
(176,184,188)
#BDC3C7
(189,195,199)
#CACED2
(202,206,210)
#D7D9DD
(215,217,221)
#E4E4E8
(228,228,232)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8185 color. Also use rgb(111,129,133) instead hex code.

Text Font Color

.myTextColor { color: #6F8185; }

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

This text font color is #6F8185.


Background Color

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

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

This div background color is #6F8185.


Border color

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

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

This div border color is #6F8185.


Opacity

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

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

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

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

This text has shadow with #6F8185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8185 on black background.


Color preview on white background

This text has color #6F8185 on white background.



Black color preview on #6F8185 background

This text has black color on #6F8185 background.


White color preview on #6F8185 background

This text has white color on #6F8185 background.