COLOR #6F8788

HEX: #6F8788
RGB: (111,135,136)

Color info

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

RGB color model

#6F8788 color RGB value is (111,135,136).

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

RGB channels and saturation

R 111 of 255 = 44%
G 135 of 255 = 53%
B 136 of 255 = 53%

111
135
136

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

Portions of RGB colors in percentages

R + G + B =
111 + 135 + 136 = 382 (100%)
R 111 of 382 ~ 29.06%
G 135 of 382 ~ 35.34%
B 136 of 382 ~ 35.6%

%29.06
%35.34
%35.6

CMYK color model

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

  • cyan value is 18.38%
  • magenta value is 0.74%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(18,1,0,47)
C18M1Y0K47 
(18%,1%,0%,47%)
(0.18/0.01/0.00/0.47)	

CMYK percentages

%18.38
%0.74
%0
%46.67

Codes

Color #6F8788 in popluar color models

6F8788
RGB111135136
HSL182°10.12%48.43%
HSB/HSV182°18.38%53.33%
CMYK18.38%0.74%0.00%
46.67%

Color #6F8788 in popluar number systems.

HEX6F8788
Decimal111135136
Binary11011111000011110001000
Octal157207210

Shades and tints

Shades of #6F8788

#6F8788
(111,135,136)
#657B7C
(101,123,124)
#5B6F70
(91,111,112)
#516364
(81,99,100)
#475758
(71,87,88)
#3D4B4C
(61,75,76)
#333F40
(51,63,64)
#293334
(41,51,52)
#1F2728
(31,39,40)
#151B1C
(21,27,28)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #6F8788

#6F8788
(111,135,136)
#7C9192
(124,145,146)
#899B9C
(137,155,156)
#96A5A6
(150,165,166)
#A3AFB0
(163,175,176)
#B0B9BA
(176,185,186)
#BDC3C4
(189,195,196)
#CACDCE
(202,205,206)
#D7D7D8
(215,215,216)
#E4E1E2
(228,225,226)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8788; }

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

This text font color is #6F8788.


Background Color

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

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

This div background color is #6F8788.


Border color

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

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

This div border color is #6F8788.


Opacity

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

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

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

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

This text has shadow with #6F8788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8788 on black background.


Color preview on white background

This text has color #6F8788 on white background.



Black color preview on #6F8788 background

This text has black color on #6F8788 background.


White color preview on #6F8788 background

This text has white color on #6F8788 background.