COLOR #6F8880

HEX: #6F8880
RGB: (111,136,128)

Color info

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

RGB color model

#6F8880 color RGB value is (111,136,128).

  • red value is 111;
  • green value is 136;
  • blue value is 128.
RGB:
(111,136,128)
(44%,53%,50%)

RGB channels and saturation

R 111 of 255 = 44%
G 136 of 255 = 53%
B 128 of 255 = 50%

111
136
128

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

Portions of RGB colors in percentages

R + G + B =
111 + 136 + 128 = 375 (100%)
R 111 of 375 ~ 29.6%
G 136 of 375 ~ 36.27%
B 128 of 375 ~ 34.13%

%29.6
%36.27
%34.13

CMYK color model

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

  • cyan value is 18.38%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 46.67%
CMYK:
(18,0,6,47)
C18M0Y6K47 
(18%,0%,6%,47%)
(0.18/0.00/0.06/0.47)	

CMYK percentages

%18.38
%0
%5.88
%46.67

Codes

Color #6F8880 in popluar color models

6F8880
RGB111136128
HSL161°10.12%48.43%
HSB/HSV161°18.38%53.33%
CMYK18.38%0.00%5.88%
46.67%

Color #6F8880 in popluar number systems.

HEX6F8880
Decimal111136128
Binary11011111000100010000000
Octal157210200

Shades and tints

Shades of #6F8880

#6F8880
(111,136,128)
#657C75
(101,124,117)
#5B706A
(91,112,106)
#51645F
(81,100,95)
#475854
(71,88,84)
#3D4C49
(61,76,73)
#33403E
(51,64,62)
#293433
(41,52,51)
#1F2828
(31,40,40)
#151C1D
(21,28,29)
#0B1012
(11,16,18)
#000000
(0,0,0)

Tints of #6F8880

#6F8880
(111,136,128)
#7C928B
(124,146,139)
#899C96
(137,156,150)
#96A6A1
(150,166,161)
#A3B0AC
(163,176,172)
#B0BAB7
(176,186,183)
#BDC4C2
(189,196,194)
#CACECD
(202,206,205)
#D7D8D8
(215,216,216)
#E4E2E3
(228,226,227)
#F1ECEE
(241,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8880 color. Also use rgb(111,136,128) instead hex code.

Text Font Color

.myTextColor { color: #6F8880; }

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

This text font color is #6F8880.


Background Color

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

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

This div background color is #6F8880.


Border color

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

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

This div border color is #6F8880.


Opacity

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

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

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

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

This text has shadow with #6F8880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8880 on black background.


Color preview on white background

This text has color #6F8880 on white background.



Black color preview on #6F8880 background

This text has black color on #6F8880 background.


White color preview on #6F8880 background

This text has white color on #6F8880 background.