COLOR #6F9E8E

HEX: #6F9E8E
RGB: (111,158,142)

Color info

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

RGB color model

#6F9E8E color RGB value is (111,158,142).

  • red value is 111;
  • green value is 158;
  • blue value is 142.
RGB:
(111,158,142)
(44%,62%,56%)

RGB channels and saturation

R 111 of 255 = 44%
G 158 of 255 = 62%
B 142 of 255 = 56%

111
158
142

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

Portions of RGB colors in percentages

R + G + B =
111 + 158 + 142 = 411 (100%)
R 111 of 411 ~ 27.01%
G 158 of 411 ~ 38.44%
B 142 of 411 ~ 34.55%

%27.01
%38.44
%34.55

CMYK color model

#6F9E8E color CMYK value is (30,0,10,38).

  • cyan value is 29.75%
  • magenta value is 0.00%
  • yellow value is 10.13%
  • key color value is 38.04%
CMYK:
(30,0,10,38)
C30M0Y10K38 
(30%,0%,10%,38%)
(0.30/0.00/0.10/0.38)	

CMYK percentages

%29.75
%0
%10.13
%38.04

Codes

Color #6F9E8E in popluar color models

6F9E8E
RGB111158142
HSL160°19.50%52.75%
HSB/HSV160°29.75%61.96%
CMYK29.75%0.00%10.13%
38.04%

Color #6F9E8E in popluar number systems.

HEX6F9E8E
Decimal111158142
Binary11011111001111010001110
Octal157236216

Shades and tints

Shades of #6F9E8E

#6F9E8E
(111,158,142)
#659082
(101,144,130)
#5B8276
(91,130,118)
#51746A
(81,116,106)
#47665E
(71,102,94)
#3D5852
(61,88,82)
#334A46
(51,74,70)
#293C3A
(41,60,58)
#1F2E2E
(31,46,46)
#152022
(21,32,34)
#0B1216
(11,18,22)
#000000
(0,0,0)

Tints of #6F9E8E

#6F9E8E
(111,158,142)
#7CA698
(124,166,152)
#89AEA2
(137,174,162)
#96B6AC
(150,182,172)
#A3BEB6
(163,190,182)
#B0C6C0
(176,198,192)
#BDCECA
(189,206,202)
#CAD6D4
(202,214,212)
#D7DEDE
(215,222,222)
#E4E6E8
(228,230,232)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F9E8E color. Also use rgb(111,158,142) instead hex code.

Text Font Color

.myTextColor { color: #6F9E8E; }

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

This text font color is #6F9E8E.


Background Color

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

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

This div background color is #6F9E8E.


Border color

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

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

This div border color is #6F9E8E.


Opacity

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

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

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

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

This text has shadow with #6F9E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9E8E on black background.


Color preview on white background

This text has color #6F9E8E on white background.



Black color preview on #6F9E8E background

This text has black color on #6F9E8E background.


White color preview on #6F9E8E background

This text has white color on #6F9E8E background.