COLOR #C6987F

HEX: #C6987F
RGB: (198,152,127)

Color info

#C6987F contains mainly red and green colors. Web safe color of #C6987F is #CC9966 (or #C96).

RGB color model

#C6987F color RGB value is (198,152,127).

  • red value is 198;
  • green value is 152;
  • blue value is 127.
RGB:
(198,152,127)
(78%,60%,50%)

RGB channels and saturation

R 198 of 255 = 78%
G 152 of 255 = 60%
B 127 of 255 = 50%

198
152
127

R + G + B ~ 63%. #C6987F is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 152 + 127 = 477 (100%)
R 198 of 477 ~ 41.51%
G 152 of 477 ~ 31.87%
B 127 of 477 ~ 26.62%

%41.51
%31.87
%26.62

CMYK color model

#C6987F color CMYK value is (0,23,36,22).

  • cyan value is 0.00%
  • magenta value is 23.23%
  • yellow value is 35.86%
  • key color value is 22.35%
CMYK:
(0,23,36,22)
C0M23Y36K22 
(0%,23%,36%,22%)
(0.00/0.23/0.36/0.22)	

CMYK percentages

%0
%23.23
%35.86
%22.35

Codes

Color #C6987F in popluar color models

C6987F
RGB198152127
HSL21°38.38%63.73%
HSB/HSV21°35.86%77.65%
CMYK0.00%23.23%35.86%
22.35%

Color #C6987F in popluar number systems.

HEXC6987F
Decimal198152127
Binary11000110100110001111111
Octal306230177

Shades and tints

Shades of #C6987F

#C6987F
(198,152,127)
#B48B74
(180,139,116)
#A27E69
(162,126,105)
#90715E
(144,113,94)
#7E6453
(126,100,83)
#6C5748
(108,87,72)
#5A4A3D
(90,74,61)
#483D32
(72,61,50)
#363027
(54,48,39)
#24231C
(36,35,28)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #C6987F

#C6987F
(198,152,127)
#CBA18A
(203,161,138)
#D0AA95
(208,170,149)
#D5B3A0
(213,179,160)
#DABCAB
(218,188,171)
#DFC5B6
(223,197,182)
#E4CEC1
(228,206,193)
#E9D7CC
(233,215,204)
#EEE0D7
(238,224,215)
#F3E9E2
(243,233,226)
#F8F2ED
(248,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6987F color. Also use rgb(198,152,127) instead hex code.

Text Font Color

.myTextColor { color: #C6987F; }

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

This text font color is #C6987F.


Background Color

.myBgColor { background-color: #C6987F; }

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

This div background color is #C6987F.


Border color

.myBorderColor { border: 1px solid #C6987F; }

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

This div border color is #C6987F.


Opacity

.myOpacity80 { color: #C6987F; opacity: 0.8; }

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

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

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

This text has shadow with #C6987F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6987F on black background.


Color preview on white background

This text has color #C6987F on white background.



Black color preview on #C6987F background

This text has black color on #C6987F background.


White color preview on #C6987F background

This text has white color on #C6987F background.