COLOR #6F8784

HEX: #6F8784 RGB: (111,135,132)

Color info

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

RGB color model

#6F8784 color RGB value is (111,135,132).

RGB: (111,135,132) (44%, 53%, 52%)

RGB channels and saturation

R 111 of 255 = 44%
G 135 of 255 = 53%
B 132 of 255 = 52%

111
135
132

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

Portions of RGB colors in percentages

R + G + B = 111 + 135 + 132 = 378 (100%)
R 111 of 378 ~ 29.37%
G 135 of 378 ~ 35.71%
B 132 of 378 ~ 34.92'%

%29.37
%35.71
%34.92

CMYK color model

#6F8784 color CMYK value is (18,0,2,47).

  • cyan value is 17.78%
  • magenta value is 0.00%
  • yellow value is 2.22%
  • key color value is 47.06%

CMYK: (18,0,2,47)
C18M0Y2K47 (18%, 0%, 2%, 47%)
(0.18 / 0.00 / 0.02 / 0.47)

CMYK percentages

%17.78
%0
%2.22
%47.06

Codes

Color #6F8784 in popluar color models

6F 87 84
RGB 111 135 132
HSL 173° 9.76% 48.24%
HSB/HSV 173° 17.78% 52.94%
CMYK 17.78% 0.00% 2.22%
47.06%

Color #6F8784 in popluar number systems.

HEX 6F 87 84
Decimal 111 135 132
Binary 1101111 10000111 10000100
Octal 157 207 204

Shades and tints

Shades of #6F8784

#6F8784
(111,135,132)
#657B78
(101,123,120)
#5B6F6C
(91,111,108)
#516360
(81,99,96)
#475754
(71,87,84)
#3D4B48
(61,75,72)
#333F3C
(51,63,60)
#293330
(41,51,48)
#1F2724
(31,39,36)
#151B18
(21,27,24)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #6F8784

#6F8784
(111,135,132)
#7C918F
(124,145,143)
#899B9A
(137,155,154)
#96A5A5
(150,165,165)
#A3AFB0
(163,175,176)
#B0B9BB
(176,185,187)
#BDC3C6
(189,195,198)
#CACDD1
(202,205,209)
#D7D7DC
(215,215,220)
#E4E1E7
(228,225,231)
#F1EBF2
(241,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8784 color. Also use rgb(111,135,132) instead hex code.

Text Font Color

.myTextColor { color: #6F8784; }

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

This text font color is #6F8784.

Background Color

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

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

This div background color is #6F8784.

Border color

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

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

This div border color is #6F8784.

Opacity

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

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

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

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

This text has shadow with #6F8784 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F8784.

Preview

Color preview on black background

This text has color #6F8784 on black background.


Color preview on white background

This text has color #6F8784 on white background.


Black color preview on #6F8784 background

This text has black color on #6F8784 background.


White color preview on #6F8784 background

This text has white color on #6F8784 background.


Related colors

Complementary color

Complementary color for #hex is #90787B.


I love getcolorcode.com

Triadic colors

1 #846F87 and #87846F with #6F8784 are triadic colors.

2 #84876F and #876F84 with #6F8784 are triadic colors.