COLOR #C6978D

HEX: #C6978D
RGB: (198,151,141)

Color info

#C6978D contains red, green and blue colors in about the same proportion. Web safe color of #C6978D is #CC9999 (or #C99).

RGB color model

#C6978D color RGB value is (198,151,141).

  • red value is 198;
  • green value is 151;
  • blue value is 141.
RGB:
(198,151,141)
(78%,59%,55%)

RGB channels and saturation

R 198 of 255 = 78%
G 151 of 255 = 59%
B 141 of 255 = 55%

198
151
141

R + G + B ~ 64%. #C6978D is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 151 + 141 = 490 (100%)
R 198 of 490 ~ 40.41%
G 151 of 490 ~ 30.82%
B 141 of 490 ~ 28.78%

%40.41
%30.82
%28.78

CMYK color model

#C6978D color CMYK value is (0,24,29,22).

  • cyan value is 0.00%
  • magenta value is 23.74%
  • yellow value is 28.79%
  • key color value is 22.35%
CMYK:
(0,24,29,22)
C0M24Y29K22 
(0%,24%,29%,22%)
(0.00/0.24/0.29/0.22)	

CMYK percentages

%0
%23.74
%28.79
%22.35

Codes

Color #C6978D in popluar color models

C6978D
RGB198151141
HSL11°33.33%66.47%
HSB/HSV11°28.79%77.65%
CMYK0.00%23.74%28.79%
22.35%

Color #C6978D in popluar number systems.

HEXC6978D
Decimal198151141
Binary110001101001011110001101
Octal306227215

Shades and tints

Shades of #C6978D

#C6978D
(198,151,141)
#B48A81
(180,138,129)
#A27D75
(162,125,117)
#907069
(144,112,105)
#7E635D
(126,99,93)
#6C5651
(108,86,81)
#5A4945
(90,73,69)
#483C39
(72,60,57)
#362F2D
(54,47,45)
#242221
(36,34,33)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #C6978D

#C6978D
(198,151,141)
#CBA097
(203,160,151)
#D0A9A1
(208,169,161)
#D5B2AB
(213,178,171)
#DABBB5
(218,187,181)
#DFC4BF
(223,196,191)
#E4CDC9
(228,205,201)
#E9D6D3
(233,214,211)
#EEDFDD
(238,223,221)
#F3E8E7
(243,232,231)
#F8F1F1
(248,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6978D color. Also use rgb(198,151,141) instead hex code.

Text Font Color

.myTextColor { color: #C6978D; }

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

This text font color is #C6978D.


Background Color

.myBgColor { background-color: #C6978D; }

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

This div background color is #C6978D.


Border color

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

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

This div border color is #C6978D.


Opacity

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

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

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

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

This text has shadow with #C6978D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6978D on black background.


Color preview on white background

This text has color #C6978D on white background.



Black color preview on #C6978D background

This text has black color on #C6978D background.


White color preview on #C6978D background

This text has white color on #C6978D background.