COLOR #6B867B

HEX: #6B867B
RGB: (107,134,123)

Color info

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

RGB color model

#6B867B color RGB value is (107,134,123).

  • red value is 107;
  • green value is 134;
  • blue value is 123.
RGB:
(107,134,123)
(42%,53%,48%)

RGB channels and saturation

R 107 of 255 = 42%
G 134 of 255 = 53%
B 123 of 255 = 48%

107
134
123

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

Portions of RGB colors in percentages

R + G + B =
107 + 134 + 123 = 364 (100%)
R 107 of 364 ~ 29.4%
G 134 of 364 ~ 36.81%
B 123 of 364 ~ 33.79%

%29.4
%36.81
%33.79

CMYK color model

#6B867B color CMYK value is (20,0,8,47).

  • cyan value is 20.15%
  • magenta value is 0.00%
  • yellow value is 8.21%
  • key color value is 47.45%
CMYK:
(20,0,8,47)
C20M0Y8K47 
(20%,0%,8%,47%)
(0.20/0.00/0.08/0.47)	

CMYK percentages

%20.15
%0
%8.21
%47.45

Codes

Color #6B867B in popluar color models

6B867B
RGB107134123
HSL156°11.20%47.25%
HSB/HSV156°20.15%52.55%
CMYK20.15%0.00%8.21%
47.45%

Color #6B867B in popluar number systems.

HEX6B867B
Decimal107134123
Binary1101011100001101111011
Octal153206173

Shades and tints

Shades of #6B867B

#6B867B
(107,134,123)
#627A70
(98,122,112)
#596E65
(89,110,101)
#50625A
(80,98,90)
#47564F
(71,86,79)
#3E4A44
(62,74,68)
#353E39
(53,62,57)
#2C322E
(44,50,46)
#232623
(35,38,35)
#1A1A18
(26,26,24)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #6B867B

#6B867B
(107,134,123)
#789187
(120,145,135)
#859C93
(133,156,147)
#92A79F
(146,167,159)
#9FB2AB
(159,178,171)
#ACBDB7
(172,189,183)
#B9C8C3
(185,200,195)
#C6D3CF
(198,211,207)
#D3DEDB
(211,222,219)
#E0E9E7
(224,233,231)
#EDF4F3
(237,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B867B color. Also use rgb(107,134,123) instead hex code.

Text Font Color

.myTextColor { color: #6B867B; }

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

This text font color is #6B867B.


Background Color

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

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

This div background color is #6B867B.


Border color

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

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

This div border color is #6B867B.


Opacity

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

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

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

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

This text has shadow with #6B867B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B867B on black background.


Color preview on white background

This text has color #6B867B on white background.



Black color preview on #6B867B background

This text has black color on #6B867B background.


White color preview on #6B867B background

This text has white color on #6B867B background.