COLOR #6F9886

HEX: #6F9886
RGB: (111,152,134)

Color info

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

RGB color model

#6F9886 color RGB value is (111,152,134).

  • red value is 111;
  • green value is 152;
  • blue value is 134.
RGB:
(111,152,134)
(44%,60%,53%)

RGB channels and saturation

R 111 of 255 = 44%
G 152 of 255 = 60%
B 134 of 255 = 53%

111
152
134

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

Portions of RGB colors in percentages

R + G + B =
111 + 152 + 134 = 397 (100%)
R 111 of 397 ~ 27.96%
G 152 of 397 ~ 38.29%
B 134 of 397 ~ 33.75%

%27.96
%38.29
%33.75

CMYK color model

#6F9886 color CMYK value is (27,0,12,40).

  • cyan value is 26.97%
  • magenta value is 0.00%
  • yellow value is 11.84%
  • key color value is 40.39%
CMYK:
(27,0,12,40)
C27M0Y12K40 
(27%,0%,12%,40%)
(0.27/0.00/0.12/0.40)	

CMYK percentages

%26.97
%0
%11.84
%40.39

Codes

Color #6F9886 in popluar color models

6F9886
RGB111152134
HSL154°16.60%51.57%
HSB/HSV154°26.97%59.61%
CMYK26.97%0.00%11.84%
40.39%

Color #6F9886 in popluar number systems.

HEX6F9886
Decimal111152134
Binary11011111001100010000110
Octal157230206

Shades and tints

Shades of #6F9886

#6F9886
(111,152,134)
#658B7A
(101,139,122)
#5B7E6E
(91,126,110)
#517162
(81,113,98)
#476456
(71,100,86)
#3D574A
(61,87,74)
#334A3E
(51,74,62)
#293D32
(41,61,50)
#1F3026
(31,48,38)
#15231A
(21,35,26)
#0B160E
(11,22,14)
#000000
(0,0,0)

Tints of #6F9886

#6F9886
(111,152,134)
#7CA191
(124,161,145)
#89AA9C
(137,170,156)
#96B3A7
(150,179,167)
#A3BCB2
(163,188,178)
#B0C5BD
(176,197,189)
#BDCEC8
(189,206,200)
#CAD7D3
(202,215,211)
#D7E0DE
(215,224,222)
#E4E9E9
(228,233,233)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F9886; }

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

This text font color is #6F9886.


Background Color

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

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

This div background color is #6F9886.


Border color

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

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

This div border color is #6F9886.


Opacity

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

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

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

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

This text has shadow with #6F9886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9886 on black background.


Color preview on white background

This text has color #6F9886 on white background.



Black color preview on #6F9886 background

This text has black color on #6F9886 background.


White color preview on #6F9886 background

This text has white color on #6F9886 background.