COLOR #6B8884

HEX: #6B8884
RGB: (107,136,132)

Color info

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

RGB color model

#6B8884 color RGB value is (107,136,132).

  • red value is 107;
  • green value is 136;
  • blue value is 132.
RGB:
(107,136,132)
(42%,53%,52%)

RGB channels and saturation

R 107 of 255 = 42%
G 136 of 255 = 53%
B 132 of 255 = 52%

107
136
132

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

Portions of RGB colors in percentages

R + G + B =
107 + 136 + 132 = 375 (100%)
R 107 of 375 ~ 28.53%
G 136 of 375 ~ 36.27%
B 132 of 375 ~ 35.2%

%28.53
%36.27
%35.2

CMYK color model

#6B8884 color CMYK value is (21,0,3,47).

  • cyan value is 21.32%
  • magenta value is 0.00%
  • yellow value is 2.94%
  • key color value is 46.67%
CMYK:
(21,0,3,47)
C21M0Y3K47 
(21%,0%,3%,47%)
(0.21/0.00/0.03/0.47)	

CMYK percentages

%21.32
%0
%2.94
%46.67

Codes

Color #6B8884 in popluar color models

6B8884
RGB107136132
HSL172°11.93%47.65%
HSB/HSV172°21.32%53.33%
CMYK21.32%0.00%2.94%
46.67%

Color #6B8884 in popluar number systems.

HEX6B8884
Decimal107136132
Binary11010111000100010000100
Octal153210204

Shades and tints

Shades of #6B8884

#6B8884
(107,136,132)
#627C78
(98,124,120)
#59706C
(89,112,108)
#506460
(80,100,96)
#475854
(71,88,84)
#3E4C48
(62,76,72)
#35403C
(53,64,60)
#2C3430
(44,52,48)
#232824
(35,40,36)
#1A1C18
(26,28,24)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #6B8884

#6B8884
(107,136,132)
#78928F
(120,146,143)
#859C9A
(133,156,154)
#92A6A5
(146,166,165)
#9FB0B0
(159,176,176)
#ACBABB
(172,186,187)
#B9C4C6
(185,196,198)
#C6CED1
(198,206,209)
#D3D8DC
(211,216,220)
#E0E2E7
(224,226,231)
#EDECF2
(237,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8884 color. Also use rgb(107,136,132) instead hex code.

Text Font Color

.myTextColor { color: #6B8884; }

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

This text font color is #6B8884.


Background Color

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

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

This div background color is #6B8884.


Border color

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

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

This div border color is #6B8884.


Opacity

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

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

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

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

This text has shadow with #6B8884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8884 on black background.


Color preview on white background

This text has color #6B8884 on white background.



Black color preview on #6B8884 background

This text has black color on #6B8884 background.


White color preview on #6B8884 background

This text has white color on #6B8884 background.