COLOR #C9978D

HEX: #C9978D RGB: (201,151,141)

Color info

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

RGB color model

#C9978D color RGB value is (201,151,141).

RGB: (201,151,141) (79%, 59%, 55%)

RGB channels and saturation

R 201 of 255 = 79%
G 151 of 255 = 59%
B 141 of 255 = 55%

201
151
141

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

Portions of RGB colors in percentages

R + G + B = 201 + 151 + 141 = 493 (100%)
R 201 of 493 ~ 40.77%
G 151 of 493 ~ 30.63%
B 141 of 493 ~ 28.6'%

%40.77
%30.63
%28.6

CMYK color model

#C9978D color CMYK value is (0,25,30,21).

  • cyan value is 0.00%
  • magenta value is 24.88%
  • yellow value is 29.85%
  • key color value is 21.18%
CMYK: (0,25,30,21) C0M25Y30K21 (0%,25%,30%,21%) (0.00/0.25/0.30/0.21) 

CMYK percentages

%0
%24.88
%29.85
%21.18

Codes

Color #C9978D in popluar color models

C9 97 8D
RGB 201 151 141
HSL 10° 35.71% 67.06%
HSB/HSV 10° 29.85% 78.82%
CMYK 0.00% 24.88% 29.85%
21.18%

Color #C9978D in popluar number systems.

HEX C9 97 8D
Decimal 201 151 141
Binary 11001001 10010111 10001101
Octal 311 227 215

Shades and tints

Shades of #C9978D

#C9978D
(201,151,141)
#B78A81
(183,138,129)
#A57D75
(165,125,117)
#937069
(147,112,105)
#81635D
(129,99,93)
#6F5651
(111,86,81)
#5D4945
(93,73,69)
#4B3C39
(75,60,57)
#392F2D
(57,47,45)
#272221
(39,34,33)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #C9978D

#C9978D
(201,151,141)
#CDA097
(205,160,151)
#D1A9A1
(209,169,161)
#D5B2AB
(213,178,171)
#D9BBB5
(217,187,181)
#DDC4BF
(221,196,191)
#E1CDC9
(225,205,201)
#E5D6D3
(229,214,211)
#E9DFDD
(233,223,221)
#EDE8E7
(237,232,231)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9978D; }

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

This text font color is #C9978D.

Background Color

.myBgColor { background-color: #C9978D; }

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

This div background color is #C9978D.

Border color

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

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

This div border color is #C9978D.

Opacity

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

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

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

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

This text has shadow with #C9978D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9978D.

Preview

Color preview on black background

This text has color #C9978D on black background.


Color preview on white background

This text has color #C9978D on white background.


Black color preview on #C9978D background

This text has black color on #C9978D background.


White color preview on #C9978D background

This text has white color on #C9978D background.


Related colors

Complementary color

Complementary color for #hex is #366872.


I love getcolorcode.com

Triadic colors

1 #8DC997 and #978DC9 with #C9978D are triadic colors.

2 #8D97C9 and #97C98D with #C9978D are triadic colors.