COLOR #6F9981

HEX: #6F9981
RGB: (111,153,129)

Color info

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

RGB color model

#6F9981 color RGB value is (111,153,129).

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

RGB channels and saturation

R 111 of 255 = 44%
G 153 of 255 = 60%
B 129 of 255 = 51%

111
153
129

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

Portions of RGB colors in percentages

R + G + B =
111 + 153 + 129 = 393 (100%)
R 111 of 393 ~ 28.24%
G 153 of 393 ~ 38.93%
B 129 of 393 ~ 32.82%

%28.24
%38.93
%32.82

CMYK color model

#6F9981 color CMYK value is (27,0,16,40).

  • cyan value is 27.45%
  • magenta value is 0.00%
  • yellow value is 15.69%
  • key color value is 40.00%
CMYK:
(27,0,16,40)
C27M0Y16K40 
(27%,0%,16%,40%)
(0.27/0.00/0.16/0.40)	

CMYK percentages

%27.45
%0
%15.69
%40

Codes

Color #6F9981 in popluar color models

6F9981
RGB111153129
HSL146°17.07%51.76%
HSB/HSV146°27.45%60.00%
CMYK27.45%0.00%15.69%
40.00%

Color #6F9981 in popluar number systems.

HEX6F9981
Decimal111153129
Binary11011111001100110000001
Octal157231201

Shades and tints

Shades of #6F9981

#6F9981
(111,153,129)
#658C76
(101,140,118)
#5B7F6B
(91,127,107)
#517260
(81,114,96)
#476555
(71,101,85)
#3D584A
(61,88,74)
#334B3F
(51,75,63)
#293E34
(41,62,52)
#1F3129
(31,49,41)
#15241E
(21,36,30)
#0B1713
(11,23,19)
#000000
(0,0,0)

Tints of #6F9981

#6F9981
(111,153,129)
#7CA28C
(124,162,140)
#89AB97
(137,171,151)
#96B4A2
(150,180,162)
#A3BDAD
(163,189,173)
#B0C6B8
(176,198,184)
#BDCFC3
(189,207,195)
#CAD8CE
(202,216,206)
#D7E1D9
(215,225,217)
#E4EAE4
(228,234,228)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F9981; }

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

This text font color is #6F9981.


Background Color

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

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

This div background color is #6F9981.


Border color

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

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

This div border color is #6F9981.


Opacity

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

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

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

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

This text has shadow with #6F9981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9981 on black background.


Color preview on white background

This text has color #6F9981 on white background.



Black color preview on #6F9981 background

This text has black color on #6F9981 background.


White color preview on #6F9981 background

This text has white color on #6F9981 background.