COLOR #C984CB

HEX: #C984CB
RGB: (201,132,203)

Color info

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

RGB color model

#C984CB color RGB value is (201,132,203).

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

RGB channels and saturation

R 201 of 255 = 79%
G 132 of 255 = 52%
B 203 of 255 = 80%

201
132
203

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

Portions of RGB colors in percentages

R + G + B =
201 + 132 + 203 = 536 (100%)
R 201 of 536 ~ 37.5%
G 132 of 536 ~ 24.63%
B 203 of 536 ~ 37.87%

%37.5
%24.63
%37.87

CMYK color model

#C984CB color CMYK value is (1,35,0,20).

  • cyan value is 0.99%
  • magenta value is 34.98%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(1,35,0,20)
C1M35Y0K20 
(1%,35%,0%,20%)
(0.01/0.35/0.00/0.20)	

CMYK percentages

%0.99
%34.98
%0
%20.39

Codes

Color #C984CB in popluar color models

C984CB
RGB201132203
HSL298°40.57%65.69%
HSB/HSV298°34.98%79.61%
CMYK0.99%34.98%0.00%
20.39%

Color #C984CB in popluar number systems.

HEXC984CB
Decimal201132203
Binary110010011000010011001011
Octal311204313

Shades and tints

Shades of #C984CB

#C984CB
(201,132,203)
#B778B9
(183,120,185)
#A56CA7
(165,108,167)
#936095
(147,96,149)
#815483
(129,84,131)
#6F4871
(111,72,113)
#5D3C5F
(93,60,95)
#4B304D
(75,48,77)
#39243B
(57,36,59)
#271829
(39,24,41)
#150C17
(21,12,23)
#000000
(0,0,0)

Tints of #C984CB

#C984CB
(201,132,203)
#CD8FCF
(205,143,207)
#D19AD3
(209,154,211)
#D5A5D7
(213,165,215)
#D9B0DB
(217,176,219)
#DDBBDF
(221,187,223)
#E1C6E3
(225,198,227)
#E5D1E7
(229,209,231)
#E9DCEB
(233,220,235)
#EDE7EF
(237,231,239)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C984CB; }

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

This text font color is #C984CB.


Background Color

.myBgColor { background-color: #C984CB; }

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

This div background color is #C984CB.


Border color

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

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

This div border color is #C984CB.


Opacity

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

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

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

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

This text has shadow with #C984CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C984CB on black background.


Color preview on white background

This text has color #C984CB on white background.



Black color preview on #C984CB background

This text has black color on #C984CB background.


White color preview on #C984CB background

This text has white color on #C984CB background.