COLOR #C984C7

HEX: #C984C7
RGB: (201,132,199)

Color info

#C984C7 contains mainly red and blue colors. Web safe color of #C984C7 is #CC99CC (or #C9C).

RGB color model

#C984C7 color RGB value is (201,132,199).

  • red value is 201;
  • green value is 132;
  • blue value is 199.
RGB:
(201,132,199)
(79%,52%,78%)

RGB channels and saturation

R 201 of 255 = 79%
G 132 of 255 = 52%
B 199 of 255 = 78%

201
132
199

R + G + B ~ 70%. #C984C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 132 + 199 = 532 (100%)
R 201 of 532 ~ 37.78%
G 132 of 532 ~ 24.81%
B 199 of 532 ~ 37.41%

%37.78
%24.81
%37.41

CMYK color model

#C984C7 color CMYK value is (0,34,1,21).

  • cyan value is 0.00%
  • magenta value is 34.33%
  • yellow value is 1.00%
  • key color value is 21.18%
CMYK:
(0,34,1,21)
C0M34Y1K21 
(0%,34%,1%,21%)
(0.00/0.34/0.01/0.21)	

CMYK percentages

%0
%34.33
%1
%21.18

Codes

Color #C984C7 in popluar color models

C984C7
RGB201132199
HSL302°38.98%65.29%
HSB/HSV302°34.33%78.82%
CMYK0.00%34.33%1.00%
21.18%

Color #C984C7 in popluar number systems.

HEXC984C7
Decimal201132199
Binary110010011000010011000111
Octal311204307

Shades and tints

Shades of #C984C7

#C984C7
(201,132,199)
#B778B5
(183,120,181)
#A56CA3
(165,108,163)
#936091
(147,96,145)
#81547F
(129,84,127)
#6F486D
(111,72,109)
#5D3C5B
(93,60,91)
#4B3049
(75,48,73)
#392437
(57,36,55)
#271825
(39,24,37)
#150C13
(21,12,19)
#000000
(0,0,0)

Tints of #C984C7

#C984C7
(201,132,199)
#CD8FCC
(205,143,204)
#D19AD1
(209,154,209)
#D5A5D6
(213,165,214)
#D9B0DB
(217,176,219)
#DDBBE0
(221,187,224)
#E1C6E5
(225,198,229)
#E5D1EA
(229,209,234)
#E9DCEF
(233,220,239)
#EDE7F4
(237,231,244)
#F1F2F9
(241,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C984C7 color. Also use rgb(201,132,199) instead hex code.

Text Font Color

.myTextColor { color: #C984C7; }

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

This text font color is #C984C7.


Background Color

.myBgColor { background-color: #C984C7; }

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

This div background color is #C984C7.


Border color

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

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

This div border color is #C984C7.


Opacity

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

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

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

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

This text has shadow with #C984C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C984C7 on black background.


Color preview on white background

This text has color #C984C7 on white background.



Black color preview on #C984C7 background

This text has black color on #C984C7 background.


White color preview on #C984C7 background

This text has white color on #C984C7 background.