COLOR #6F987B

HEX: #6F987B
RGB: (111,152,123)

Color info

#6F987B contains red, green and blue colors in about the same proportion. Web safe color of #6F987B is #669966 (or #696).

RGB color model

#6F987B color RGB value is (111,152,123).

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

RGB channels and saturation

R 111 of 255 = 44%
G 152 of 255 = 60%
B 123 of 255 = 48%

111
152
123

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

Portions of RGB colors in percentages

R + G + B =
111 + 152 + 123 = 386 (100%)
R 111 of 386 ~ 28.76%
G 152 of 386 ~ 39.38%
B 123 of 386 ~ 31.87%

%28.76
%39.38
%31.87

CMYK color model

#6F987B color CMYK value is (27,0,19,40).

  • cyan value is 26.97%
  • magenta value is 0.00%
  • yellow value is 19.08%
  • key color value is 40.39%
CMYK:
(27,0,19,40)
C27M0Y19K40 
(27%,0%,19%,40%)
(0.27/0.00/0.19/0.40)	

CMYK percentages

%26.97
%0
%19.08
%40.39

Codes

Color #6F987B in popluar color models

6F987B
RGB111152123
HSL138°16.60%51.57%
HSB/HSV138°26.97%59.61%
CMYK26.97%0.00%19.08%
40.39%

Color #6F987B in popluar number systems.

HEX6F987B
Decimal111152123
Binary1101111100110001111011
Octal157230173

Shades and tints

Shades of #6F987B

#6F987B
(111,152,123)
#658B70
(101,139,112)
#5B7E65
(91,126,101)
#51715A
(81,113,90)
#47644F
(71,100,79)
#3D5744
(61,87,68)
#334A39
(51,74,57)
#293D2E
(41,61,46)
#1F3023
(31,48,35)
#152318
(21,35,24)
#0B160D
(11,22,13)
#000000
(0,0,0)

Tints of #6F987B

#6F987B
(111,152,123)
#7CA187
(124,161,135)
#89AA93
(137,170,147)
#96B39F
(150,179,159)
#A3BCAB
(163,188,171)
#B0C5B7
(176,197,183)
#BDCEC3
(189,206,195)
#CAD7CF
(202,215,207)
#D7E0DB
(215,224,219)
#E4E9E7
(228,233,231)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F987B; }

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

This text font color is #6F987B.


Background Color

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

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

This div background color is #6F987B.


Border color

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

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

This div border color is #6F987B.


Opacity

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

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

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

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

This text has shadow with #6F987B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F987B on black background.


Color preview on white background

This text has color #6F987B on white background.



Black color preview on #6F987B background

This text has black color on #6F987B background.


White color preview on #6F987B background

This text has white color on #6F987B background.