COLOR #6F9686

HEX: #6F9686 RGB: (111,150,134)

Color info

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

RGB color model

#6F9686 color RGB value is (111,150,134).

RGB: (111,150,134) (44%, 59%, 53%)

RGB channels and saturation

R 111 of 255 = 44%
G 150 of 255 = 59%
B 134 of 255 = 53%

111
150
134

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

Portions of RGB colors in percentages

R + G + B = 111 + 150 + 134 = 395 (100%)
R 111 of 395 ~ 28.1%
G 150 of 395 ~ 37.97%
B 134 of 395 ~ 33.92'%

%28.1
%37.97
%33.92

CMYK color model

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

  • cyan value is 26.00%
  • magenta value is 0.00%
  • yellow value is 10.67%
  • key color value is 41.18%
CMYK: (26,0,11,41) C26M0Y11K41 (26%,0%,11%,41%) (0.26/0.00/0.11/0.41) 

CMYK percentages

%26
%0
%10.67
%41.18

Codes

Color #6F9686 in popluar color models

6F 96 86
RGB 111 150 134
HSL 155° 15.66% 51.18%
HSB/HSV 155° 26.00% 58.82%
CMYK 26.00% 0.00% 10.67%
41.18%

Color #6F9686 in popluar number systems.

HEX 6F 96 86
Decimal 111 150 134
Binary 1101111 10010110 10000110
Octal 157 226 206

Shades and tints

Shades of #6F9686

#6F9686
(111,150,134)
#65897A
(101,137,122)
#5B7C6E
(91,124,110)
#516F62
(81,111,98)
#476256
(71,98,86)
#3D554A
(61,85,74)
#33483E
(51,72,62)
#293B32
(41,59,50)
#1F2E26
(31,46,38)
#15211A
(21,33,26)
#0B140E
(11,20,14)
#000000
(0,0,0)

Tints of #6F9686

#6F9686
(111,150,134)
#7C9F91
(124,159,145)
#89A89C
(137,168,156)
#96B1A7
(150,177,167)
#A3BAB2
(163,186,178)
#B0C3BD
(176,195,189)
#BDCCC8
(189,204,200)
#CAD5D3
(202,213,211)
#D7DEDE
(215,222,222)
#E4E7E9
(228,231,233)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F9686 color. Also use rgb(111,150,134) instead hex code.

Text Font Color

.myTextColor { color: #6F9686; }

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

This text font color is #6F9686.

Background Color

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

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

This div background color is #6F9686.

Border color

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

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

This div border color is #6F9686.

Opacity

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

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

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

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

This text has shadow with #6F9686 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F9686.

Preview

Color preview on black background

This text has color #6F9686 on black background.


Color preview on white background

This text has color #6F9686 on white background.


Black color preview on #6F9686 background

This text has black color on #6F9686 background.


White color preview on #6F9686 background

This text has white color on #6F9686 background.


Related colors

Complementary color

Complementary color for #hex is #906979.


I love getcolorcode.com

Triadic colors

1 #866F96 and #96866F with #6F9686 are triadic colors.

2 #86966F and #966F86 with #6F9686 are triadic colors.