COLOR #C980AB

HEX: #C980AB
RGB: (201,128,171)

Color info

#C980AB contains mainly red and blue colors. Web safe color of #C980AB is #CC6699 (or #C69).

RGB color model

#C980AB color RGB value is (201,128,171).

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

RGB channels and saturation

R 201 of 255 = 79%
G 128 of 255 = 50%
B 171 of 255 = 67%

201
128
171

R + G + B ~ 65%. #C980AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 128 + 171 = 500 (100%)
R 201 of 500 ~ 40.2%
G 128 of 500 ~ 25.6%
B 171 of 500 ~ 34.2%

%40.2
%25.6
%34.2

CMYK color model

#C980AB color CMYK value is (0,36,15,21).

  • cyan value is 0.00%
  • magenta value is 36.32%
  • yellow value is 14.93%
  • key color value is 21.18%
CMYK:
(0,36,15,21)
C0M36Y15K21 
(0%,36%,15%,21%)
(0.00/0.36/0.15/0.21)	

CMYK percentages

%0
%36.32
%14.93
%21.18

Codes

Color #C980AB in popluar color models

C980AB
RGB201128171
HSL325°40.33%64.51%
HSB/HSV325°36.32%78.82%
CMYK0.00%36.32%14.93%
21.18%

Color #C980AB in popluar number systems.

HEXC980AB
Decimal201128171
Binary110010011000000010101011
Octal311200253

Shades and tints

Shades of #C980AB

#C980AB
(201,128,171)
#B7759C
(183,117,156)
#A56A8D
(165,106,141)
#935F7E
(147,95,126)
#81546F
(129,84,111)
#6F4960
(111,73,96)
#5D3E51
(93,62,81)
#4B3342
(75,51,66)
#392833
(57,40,51)
#271D24
(39,29,36)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #C980AB

#C980AB
(201,128,171)
#CD8BB2
(205,139,178)
#D196B9
(209,150,185)
#D5A1C0
(213,161,192)
#D9ACC7
(217,172,199)
#DDB7CE
(221,183,206)
#E1C2D5
(225,194,213)
#E5CDDC
(229,205,220)
#E9D8E3
(233,216,227)
#EDE3EA
(237,227,234)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C980AB; }

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

This text font color is #C980AB.


Background Color

.myBgColor { background-color: #C980AB; }

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

This div background color is #C980AB.


Border color

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

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

This div border color is #C980AB.


Opacity

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

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

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

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

This text has shadow with #C980AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C980AB on black background.


Color preview on white background

This text has color #C980AB on white background.



Black color preview on #C980AB background

This text has black color on #C980AB background.


White color preview on #C980AB background

This text has white color on #C980AB background.