COLOR #C976AB

HEX: #C976AB
RGB: (201,118,171)

Color info

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

RGB color model

#C976AB color RGB value is (201,118,171).

  • red value is 201;
  • green value is 118;
  • blue value is 171.
RGB:
(201,118,171)
(79%,46%,67%)

RGB channels and saturation

R 201 of 255 = 79%
G 118 of 255 = 46%
B 171 of 255 = 67%

201
118
171

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

Portions of RGB colors in percentages

R + G + B =
201 + 118 + 171 = 490 (100%)
R 201 of 490 ~ 41.02%
G 118 of 490 ~ 24.08%
B 171 of 490 ~ 34.9%

%41.02
%24.08
%34.9

CMYK color model

#C976AB color CMYK value is (0,41,15,21).

  • cyan value is 0.00%
  • magenta value is 41.29%
  • yellow value is 14.93%
  • key color value is 21.18%
CMYK:
(0,41,15,21)
C0M41Y15K21 
(0%,41%,15%,21%)
(0.00/0.41/0.15/0.21)	

CMYK percentages

%0
%41.29
%14.93
%21.18

Codes

Color #C976AB in popluar color models

C976AB
RGB201118171
HSL322°43.46%62.55%
HSB/HSV322°41.29%78.82%
CMYK0.00%41.29%14.93%
21.18%

Color #C976AB in popluar number systems.

HEXC976AB
Decimal201118171
Binary11001001111011010101011
Octal311166253

Shades and tints

Shades of #C976AB

#C976AB
(201,118,171)
#B76C9C
(183,108,156)
#A5628D
(165,98,141)
#93587E
(147,88,126)
#814E6F
(129,78,111)
#6F4460
(111,68,96)
#5D3A51
(93,58,81)
#4B3042
(75,48,66)
#392633
(57,38,51)
#271C24
(39,28,36)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #C976AB

#C976AB
(201,118,171)
#CD82B2
(205,130,178)
#D18EB9
(209,142,185)
#D59AC0
(213,154,192)
#D9A6C7
(217,166,199)
#DDB2CE
(221,178,206)
#E1BED5
(225,190,213)
#E5CADC
(229,202,220)
#E9D6E3
(233,214,227)
#EDE2EA
(237,226,234)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C976AB color. Also use rgb(201,118,171) instead hex code.

Text Font Color

.myTextColor { color: #C976AB; }

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

This text font color is #C976AB.


Background Color

.myBgColor { background-color: #C976AB; }

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

This div background color is #C976AB.


Border color

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

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

This div border color is #C976AB.


Opacity

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

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

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

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

This text has shadow with #C976AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C976AB on black background.


Color preview on white background

This text has color #C976AB on white background.



Black color preview on #C976AB background

This text has black color on #C976AB background.


White color preview on #C976AB background

This text has white color on #C976AB background.