COLOR #C978A9

HEX: #C978A9
RGB: (201,120,169)

Color info

#C978A9 contains mainly red and blue colors. Web safe color of #C978A9 is #CC6699 (or #C69).

RGB color model

#C978A9 color RGB value is (201,120,169).

  • red value is 201;
  • green value is 120;
  • blue value is 169.
RGB:
(201,120,169)
(79%,47%,66%)

RGB channels and saturation

R 201 of 255 = 79%
G 120 of 255 = 47%
B 169 of 255 = 66%

201
120
169

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

Portions of RGB colors in percentages

R + G + B =
201 + 120 + 169 = 490 (100%)
R 201 of 490 ~ 41.02%
G 120 of 490 ~ 24.49%
B 169 of 490 ~ 34.49%

%41.02
%24.49
%34.49

CMYK color model

#C978A9 color CMYK value is (0,40,16,21).

  • cyan value is 0.00%
  • magenta value is 40.30%
  • yellow value is 15.92%
  • key color value is 21.18%
CMYK:
(0,40,16,21)
C0M40Y16K21 
(0%,40%,16%,21%)
(0.00/0.40/0.16/0.21)	

CMYK percentages

%0
%40.3
%15.92
%21.18

Codes

Color #C978A9 in popluar color models

C978A9
RGB201120169
HSL324°42.86%62.94%
HSB/HSV324°40.30%78.82%
CMYK0.00%40.30%15.92%
21.18%

Color #C978A9 in popluar number systems.

HEXC978A9
Decimal201120169
Binary11001001111100010101001
Octal311170251

Shades and tints

Shades of #C978A9

#C978A9
(201,120,169)
#B76E9A
(183,110,154)
#A5648B
(165,100,139)
#935A7C
(147,90,124)
#81506D
(129,80,109)
#6F465E
(111,70,94)
#5D3C4F
(93,60,79)
#4B3240
(75,50,64)
#392831
(57,40,49)
#271E22
(39,30,34)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #C978A9

#C978A9
(201,120,169)
#CD84B0
(205,132,176)
#D190B7
(209,144,183)
#D59CBE
(213,156,190)
#D9A8C5
(217,168,197)
#DDB4CC
(221,180,204)
#E1C0D3
(225,192,211)
#E5CCDA
(229,204,218)
#E9D8E1
(233,216,225)
#EDE4E8
(237,228,232)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C978A9 color. Also use rgb(201,120,169) instead hex code.

Text Font Color

.myTextColor { color: #C978A9; }

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

This text font color is #C978A9.


Background Color

.myBgColor { background-color: #C978A9; }

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

This div background color is #C978A9.


Border color

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

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

This div border color is #C978A9.


Opacity

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

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

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

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

This text has shadow with #C978A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C978A9 on black background.


Color preview on white background

This text has color #C978A9 on white background.



Black color preview on #C978A9 background

This text has black color on #C978A9 background.


White color preview on #C978A9 background

This text has white color on #C978A9 background.