COLOR #6B987C

HEX: #6B987C RGB: (107,152,124)

Color info

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

RGB color model

#6B987C color RGB value is (107,152,124).

RGB: (107,152,124) (42%, 60%, 49%)

RGB channels and saturation

R 107 of 255 = 42%
G 152 of 255 = 60%
B 124 of 255 = 49%

107
152
124

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

Portions of RGB colors in percentages

R + G + B = 107 + 152 + 124 = 383 (100%)
R 107 of 383 ~ 27.94%
G 152 of 383 ~ 39.69%
B 124 of 383 ~ 32.38'%

%27.94
%39.69
%32.38

CMYK color model

#6B987C color CMYK value is (30,0,18,40).

  • cyan value is 29.61%
  • magenta value is 0.00%
  • yellow value is 18.42%
  • key color value is 40.39%

CMYK: (30,0,18,40)
C30M0Y18K40 (30%, 0%, 18%, 40%)
(0.30 / 0.00 / 0.18 / 0.40)

CMYK percentages

%29.61
%0
%18.42
%40.39

Codes

Color #6B987C in popluar color models

6B 98 7C
RGB 107 152 124
HSL 143° 17.93% 50.78%
HSB/HSV 143° 29.61% 59.61%
CMYK 29.61% 0.00% 18.42%
40.39%

Color #6B987C in popluar number systems.

HEX 6B 98 7C
Decimal 107 152 124
Binary 1101011 10011000 1111100
Octal 153 230 174

Shades and tints

Shades of #6B987C

#6B987C
(107,152,124)
#628B71
(98,139,113)
#597E66
(89,126,102)
#50715B
(80,113,91)
#476450
(71,100,80)
#3E5745
(62,87,69)
#354A3A
(53,74,58)
#2C3D2F
(44,61,47)
#233024
(35,48,36)
#1A2319
(26,35,25)
#11160E
(17,22,14)
#000000
(0,0,0)

Tints of #6B987C

#6B987C
(107,152,124)
#78A187
(120,161,135)
#85AA92
(133,170,146)
#92B39D
(146,179,157)
#9FBCA8
(159,188,168)
#ACC5B3
(172,197,179)
#B9CEBE
(185,206,190)
#C6D7C9
(198,215,201)
#D3E0D4
(211,224,212)
#E0E9DF
(224,233,223)
#EDF2EA
(237,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B987C color. Also use rgb(107,152,124) instead hex code.

Text Font Color

.myTextColor { color: #6B987C; }

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

This text font color is #6B987C.

Background Color

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

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

This div background color is #6B987C.

Border color

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

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

This div border color is #6B987C.

Opacity

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

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

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

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

This text has shadow with #6B987C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B987C.

Preview

Color preview on black background

This text has color #6B987C on black background.


Color preview on white background

This text has color #6B987C on white background.


Black color preview on #6B987C background

This text has black color on #6B987C background.


White color preview on #6B987C background

This text has white color on #6B987C background.


Related colors

Complementary color

Complementary color for #hex is #946783.


I love getcolorcode.com

Triadic colors

1 #7C6B98 and #987C6B with #6B987C are triadic colors.

2 #7C986B and #986B7C with #6B987C are triadic colors.