COLOR #C981B9

HEX: #C981B9
RGB: (201,129,185)

Color info

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

RGB color model

#C981B9 color RGB value is (201,129,185).

  • red value is 201;
  • green value is 129;
  • blue value is 185.
RGB:
(201,129,185)
(79%,51%,73%)

RGB channels and saturation

R 201 of 255 = 79%
G 129 of 255 = 51%
B 185 of 255 = 73%

201
129
185

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

Portions of RGB colors in percentages

R + G + B =
201 + 129 + 185 = 515 (100%)
R 201 of 515 ~ 39.03%
G 129 of 515 ~ 25.05%
B 185 of 515 ~ 35.92%

%39.03
%25.05
%35.92

CMYK color model

#C981B9 color CMYK value is (0,36,8,21).

  • cyan value is 0.00%
  • magenta value is 35.82%
  • yellow value is 7.96%
  • key color value is 21.18%
CMYK:
(0,36,8,21)
C0M36Y8K21 
(0%,36%,8%,21%)
(0.00/0.36/0.08/0.21)	

CMYK percentages

%0
%35.82
%7.96
%21.18

Codes

Color #C981B9 in popluar color models

C981B9
RGB201129185
HSL313°40.00%64.71%
HSB/HSV313°35.82%78.82%
CMYK0.00%35.82%7.96%
21.18%

Color #C981B9 in popluar number systems.

HEXC981B9
Decimal201129185
Binary110010011000000110111001
Octal311201271

Shades and tints

Shades of #C981B9

#C981B9
(201,129,185)
#B776A9
(183,118,169)
#A56B99
(165,107,153)
#936089
(147,96,137)
#815579
(129,85,121)
#6F4A69
(111,74,105)
#5D3F59
(93,63,89)
#4B3449
(75,52,73)
#392939
(57,41,57)
#271E29
(39,30,41)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #C981B9

#C981B9
(201,129,185)
#CD8CBF
(205,140,191)
#D197C5
(209,151,197)
#D5A2CB
(213,162,203)
#D9ADD1
(217,173,209)
#DDB8D7
(221,184,215)
#E1C3DD
(225,195,221)
#E5CEE3
(229,206,227)
#E9D9E9
(233,217,233)
#EDE4EF
(237,228,239)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C981B9 color. Also use rgb(201,129,185) instead hex code.

Text Font Color

.myTextColor { color: #C981B9; }

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

This text font color is #C981B9.


Background Color

.myBgColor { background-color: #C981B9; }

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

This div background color is #C981B9.


Border color

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

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

This div border color is #C981B9.


Opacity

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

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

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

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

This text has shadow with #C981B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C981B9 on black background.


Color preview on white background

This text has color #C981B9 on white background.



Black color preview on #C981B9 background

This text has black color on #C981B9 background.


White color preview on #C981B9 background

This text has white color on #C981B9 background.