COLOR #6F9E81

HEX: #6F9E81
RGB: (111,158,129)

Color info

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

RGB color model

#6F9E81 color RGB value is (111,158,129).

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

RGB channels and saturation

R 111 of 255 = 44%
G 158 of 255 = 62%
B 129 of 255 = 51%

111
158
129

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

Portions of RGB colors in percentages

R + G + B =
111 + 158 + 129 = 398 (100%)
R 111 of 398 ~ 27.89%
G 158 of 398 ~ 39.7%
B 129 of 398 ~ 32.41%

%27.89
%39.7
%32.41

CMYK color model

#6F9E81 color CMYK value is (30,0,18,38).

  • cyan value is 29.75%
  • magenta value is 0.00%
  • yellow value is 18.35%
  • key color value is 38.04%
CMYK:
(30,0,18,38)
C30M0Y18K38 
(30%,0%,18%,38%)
(0.30/0.00/0.18/0.38)	

CMYK percentages

%29.75
%0
%18.35
%38.04

Codes

Color #6F9E81 in popluar color models

6F9E81
RGB111158129
HSL143°19.50%52.75%
HSB/HSV143°29.75%61.96%
CMYK29.75%0.00%18.35%
38.04%

Color #6F9E81 in popluar number systems.

HEX6F9E81
Decimal111158129
Binary11011111001111010000001
Octal157236201

Shades and tints

Shades of #6F9E81

#6F9E81
(111,158,129)
#659076
(101,144,118)
#5B826B
(91,130,107)
#517460
(81,116,96)
#476655
(71,102,85)
#3D584A
(61,88,74)
#334A3F
(51,74,63)
#293C34
(41,60,52)
#1F2E29
(31,46,41)
#15201E
(21,32,30)
#0B1213
(11,18,19)
#000000
(0,0,0)

Tints of #6F9E81

#6F9E81
(111,158,129)
#7CA68C
(124,166,140)
#89AE97
(137,174,151)
#96B6A2
(150,182,162)
#A3BEAD
(163,190,173)
#B0C6B8
(176,198,184)
#BDCEC3
(189,206,195)
#CAD6CE
(202,214,206)
#D7DED9
(215,222,217)
#E4E6E4
(228,230,228)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F9E81; }

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

This text font color is #6F9E81.


Background Color

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

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

This div background color is #6F9E81.


Border color

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

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

This div border color is #6F9E81.


Opacity

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

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

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

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

This text has shadow with #6F9E81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9E81 on black background.


Color preview on white background

This text has color #6F9E81 on white background.



Black color preview on #6F9E81 background

This text has black color on #6F9E81 background.


White color preview on #6F9E81 background

This text has white color on #6F9E81 background.