COLOR #C982AB

HEX: #C982AB
RGB: (201,130,171)

Color info

#C982AB contains mainly red and blue colors. Web safe color of #C982AB is #CC9999 (or #C99).

RGB color model

#C982AB color RGB value is (201,130,171).

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

RGB channels and saturation

R 201 of 255 = 79%
G 130 of 255 = 51%
B 171 of 255 = 67%

201
130
171

R + G + B ~ 66%. #C982AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 130 + 171 = 502 (100%)
R 201 of 502 ~ 40.04%
G 130 of 502 ~ 25.9%
B 171 of 502 ~ 34.06%

%40.04
%25.9
%34.06

CMYK color model

#C982AB color CMYK value is (0,35,15,21).

  • cyan value is 0.00%
  • magenta value is 35.32%
  • yellow value is 14.93%
  • key color value is 21.18%
CMYK:
(0,35,15,21)
C0M35Y15K21 
(0%,35%,15%,21%)
(0.00/0.35/0.15/0.21)	

CMYK percentages

%0
%35.32
%14.93
%21.18

Codes

Color #C982AB in popluar color models

C982AB
RGB201130171
HSL325°39.66%64.90%
HSB/HSV325°35.32%78.82%
CMYK0.00%35.32%14.93%
21.18%

Color #C982AB in popluar number systems.

HEXC982AB
Decimal201130171
Binary110010011000001010101011
Octal311202253

Shades and tints

Shades of #C982AB

#C982AB
(201,130,171)
#B7779C
(183,119,156)
#A56C8D
(165,108,141)
#93617E
(147,97,126)
#81566F
(129,86,111)
#6F4B60
(111,75,96)
#5D4051
(93,64,81)
#4B3542
(75,53,66)
#392A33
(57,42,51)
#271F24
(39,31,36)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #C982AB

#C982AB
(201,130,171)
#CD8DB2
(205,141,178)
#D198B9
(209,152,185)
#D5A3C0
(213,163,192)
#D9AEC7
(217,174,199)
#DDB9CE
(221,185,206)
#E1C4D5
(225,196,213)
#E5CFDC
(229,207,220)
#E9DAE3
(233,218,227)
#EDE5EA
(237,229,234)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C982AB; }

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

This text font color is #C982AB.


Background Color

.myBgColor { background-color: #C982AB; }

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

This div background color is #C982AB.


Border color

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

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

This div border color is #C982AB.


Opacity

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

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

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

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

This text has shadow with #C982AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C982AB on black background.


Color preview on white background

This text has color #C982AB on white background.



Black color preview on #C982AB background

This text has black color on #C982AB background.


White color preview on #C982AB background

This text has white color on #C982AB background.