COLOR #C984B7

HEX: #C984B7
RGB: (201,132,183)

Color info

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

RGB color model

#C984B7 color RGB value is (201,132,183).

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

RGB channels and saturation

R 201 of 255 = 79%
G 132 of 255 = 52%
B 183 of 255 = 72%

201
132
183

R + G + B ~ 68%. #C984B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 132 + 183 = 516 (100%)
R 201 of 516 ~ 38.95%
G 132 of 516 ~ 25.58%
B 183 of 516 ~ 35.47%

%38.95
%25.58
%35.47

CMYK color model

#C984B7 color CMYK value is (0,34,9,21).

  • cyan value is 0.00%
  • magenta value is 34.33%
  • yellow value is 8.96%
  • key color value is 21.18%
CMYK:
(0,34,9,21)
C0M34Y9K21 
(0%,34%,9%,21%)
(0.00/0.34/0.09/0.21)	

CMYK percentages

%0
%34.33
%8.96
%21.18

Codes

Color #C984B7 in popluar color models

C984B7
RGB201132183
HSL316°38.98%65.29%
HSB/HSV316°34.33%78.82%
CMYK0.00%34.33%8.96%
21.18%

Color #C984B7 in popluar number systems.

HEXC984B7
Decimal201132183
Binary110010011000010010110111
Octal311204267

Shades and tints

Shades of #C984B7

#C984B7
(201,132,183)
#B778A7
(183,120,167)
#A56C97
(165,108,151)
#936087
(147,96,135)
#815477
(129,84,119)
#6F4867
(111,72,103)
#5D3C57
(93,60,87)
#4B3047
(75,48,71)
#392437
(57,36,55)
#271827
(39,24,39)
#150C17
(21,12,23)
#000000
(0,0,0)

Tints of #C984B7

#C984B7
(201,132,183)
#CD8FBD
(205,143,189)
#D19AC3
(209,154,195)
#D5A5C9
(213,165,201)
#D9B0CF
(217,176,207)
#DDBBD5
(221,187,213)
#E1C6DB
(225,198,219)
#E5D1E1
(229,209,225)
#E9DCE7
(233,220,231)
#EDE7ED
(237,231,237)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C984B7; }

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

This text font color is #C984B7.


Background Color

.myBgColor { background-color: #C984B7; }

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

This div background color is #C984B7.


Border color

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

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

This div border color is #C984B7.


Opacity

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

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

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

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

This text has shadow with #C984B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C984B7 on black background.


Color preview on white background

This text has color #C984B7 on white background.



Black color preview on #C984B7 background

This text has black color on #C984B7 background.


White color preview on #C984B7 background

This text has white color on #C984B7 background.