COLOR #6F8A85

HEX: #6F8A85 RGB: (111,138,133)

Color info

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

RGB color model

#6F8A85 color RGB value is (111,138,133).

RGB: (111,138,133) (44%, 54%, 52%)

RGB channels and saturation

R 111 of 255 = 44%
G 138 of 255 = 54%
B 133 of 255 = 52%

111
138
133

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

Portions of RGB colors in percentages

R + G + B = 111 + 138 + 133 = 382 (100%)
R 111 of 382 ~ 29.06%
G 138 of 382 ~ 36.13%
B 133 of 382 ~ 34.82'%

%29.06
%36.13
%34.82

CMYK color model

#6F8A85 color CMYK value is (20,0,4,46).

  • cyan value is 19.57%
  • magenta value is 0.00%
  • yellow value is 3.62%
  • key color value is 45.88%
CMYK: (20,0,4,46) C20M0Y4K46 (20%,0%,4%,46%) (0.20/0.00/0.04/0.46) 

CMYK percentages

%19.57
%0
%3.62
%45.88

Codes

Color #6F8A85 in popluar color models

6F 8A 85
RGB 111 138 133
HSL 169° 10.84% 48.82%
HSB/HSV 169° 19.57% 54.12%
CMYK 19.57% 0.00% 3.62%
45.88%

Color #6F8A85 in popluar number systems.

HEX 6F 8A 85
Decimal 111 138 133
Binary 1101111 10001010 10000101
Octal 157 212 205

Shades and tints

Shades of #6F8A85

#6F8A85
(111,138,133)
#657E79
(101,126,121)
#5B726D
(91,114,109)
#516661
(81,102,97)
#475A55
(71,90,85)
#3D4E49
(61,78,73)
#33423D
(51,66,61)
#293631
(41,54,49)
#1F2A25
(31,42,37)
#151E19
(21,30,25)
#0B120D
(11,18,13)
#000000
(0,0,0)

Tints of #6F8A85

#6F8A85
(111,138,133)
#7C9490
(124,148,144)
#899E9B
(137,158,155)
#96A8A6
(150,168,166)
#A3B2B1
(163,178,177)
#B0BCBC
(176,188,188)
#BDC6C7
(189,198,199)
#CAD0D2
(202,208,210)
#D7DADD
(215,218,221)
#E4E4E8
(228,228,232)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8A85 color. Also use rgb(111,138,133) instead hex code.

Text Font Color

.myTextColor { color: #6F8A85; }

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

This text font color is #6F8A85.

Background Color

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

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

This div background color is #6F8A85.

Border color

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

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

This div border color is #6F8A85.

Opacity

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

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

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

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

This text has shadow with #6F8A85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F8A85.

Preview

Color preview on black background

This text has color #6F8A85 on black background.


Color preview on white background

This text has color #6F8A85 on white background.


Black color preview on #6F8A85 background

This text has black color on #6F8A85 background.


White color preview on #6F8A85 background

This text has white color on #6F8A85 background.


Related colors

Complementary color

Complementary color for #hex is #90757A.


I love getcolorcode.com

Triadic colors

1 #856F8A and #8A856F with #6F8A85 are triadic colors.

2 #858A6F and #8A6F85 with #6F8A85 are triadic colors.