COLOR #C7978A

HEX: #C7978A
RGB: (199,151,138)

Color info

#C7978A contains mainly red and green colors. Web safe color of #C7978A is #CC9999 (or #C99).

RGB color model

#C7978A color RGB value is (199,151,138).

  • red value is 199;
  • green value is 151;
  • blue value is 138.
RGB:
(199,151,138)
(78%,59%,54%)

RGB channels and saturation

R 199 of 255 = 78%
G 151 of 255 = 59%
B 138 of 255 = 54%

199
151
138

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

Portions of RGB colors in percentages

R + G + B =
199 + 151 + 138 = 488 (100%)
R 199 of 488 ~ 40.78%
G 151 of 488 ~ 30.94%
B 138 of 488 ~ 28.28%

%40.78
%30.94
%28.28

CMYK color model

#C7978A color CMYK value is (0,24,31,22).

  • cyan value is 0.00%
  • magenta value is 24.12%
  • yellow value is 30.65%
  • key color value is 21.96%
CMYK:
(0,24,31,22)
C0M24Y31K22 
(0%,24%,31%,22%)
(0.00/0.24/0.31/0.22)	

CMYK percentages

%0
%24.12
%30.65
%21.96

Codes

Color #C7978A in popluar color models

C7978A
RGB199151138
HSL13°35.26%66.08%
HSB/HSV13°30.65%78.04%
CMYK0.00%24.12%30.65%
21.96%

Color #C7978A in popluar number systems.

HEXC7978A
Decimal199151138
Binary110001111001011110001010
Octal307227212

Shades and tints

Shades of #C7978A

#C7978A
(199,151,138)
#B58A7E
(181,138,126)
#A37D72
(163,125,114)
#917066
(145,112,102)
#7F635A
(127,99,90)
#6D564E
(109,86,78)
#5B4942
(91,73,66)
#493C36
(73,60,54)
#372F2A
(55,47,42)
#25221E
(37,34,30)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #C7978A

#C7978A
(199,151,138)
#CCA094
(204,160,148)
#D1A99E
(209,169,158)
#D6B2A8
(214,178,168)
#DBBBB2
(219,187,178)
#E0C4BC
(224,196,188)
#E5CDC6
(229,205,198)
#EAD6D0
(234,214,208)
#EFDFDA
(239,223,218)
#F4E8E4
(244,232,228)
#F9F1EE
(249,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7978A color. Also use rgb(199,151,138) instead hex code.

Text Font Color

.myTextColor { color: #C7978A; }

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

This text font color is #C7978A.


Background Color

.myBgColor { background-color: #C7978A; }

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

This div background color is #C7978A.


Border color

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

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

This div border color is #C7978A.


Opacity

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

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

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

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

This text has shadow with #C7978A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7978A on black background.


Color preview on white background

This text has color #C7978A on white background.



Black color preview on #C7978A background

This text has black color on #C7978A background.


White color preview on #C7978A background

This text has white color on #C7978A background.