COLOR #D980B3

HEX: #D980B3
RGB: (217,128,179)

Color info

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

RGB color model

#D980B3 color RGB value is (217,128,179).

  • red value is 217;
  • green value is 128;
  • blue value is 179.
RGB:
(217,128,179)
(85%,50%,70%)

RGB channels and saturation

R 217 of 255 = 85%
G 128 of 255 = 50%
B 179 of 255 = 70%

217
128
179

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

Portions of RGB colors in percentages

R + G + B =
217 + 128 + 179 = 524 (100%)
R 217 of 524 ~ 41.41%
G 128 of 524 ~ 24.43%
B 179 of 524 ~ 34.16%

%41.41
%24.43
%34.16

CMYK color model

#D980B3 color CMYK value is (0,41,18,15).

  • cyan value is 0.00%
  • magenta value is 41.01%
  • yellow value is 17.51%
  • key color value is 14.90%
CMYK:
(0,41,18,15)
C0M41Y18K15 
(0%,41%,18%,15%)
(0.00/0.41/0.18/0.15)	

CMYK percentages

%0
%41.01
%17.51
%14.9

Codes

Color #D980B3 in popluar color models

D980B3
RGB217128179
HSL326°53.94%67.65%
HSB/HSV326°41.01%85.10%
CMYK0.00%41.01%17.51%
14.90%

Color #D980B3 in popluar number systems.

HEXD980B3
Decimal217128179
Binary110110011000000010110011
Octal331200263

Shades and tints

Shades of #D980B3

#D980B3
(217,128,179)
#C675A3
(198,117,163)
#B36A93
(179,106,147)
#A05F83
(160,95,131)
#8D5473
(141,84,115)
#7A4963
(122,73,99)
#673E53
(103,62,83)
#543343
(84,51,67)
#412833
(65,40,51)
#2E1D23
(46,29,35)
#1B1213
(27,18,19)
#000000
(0,0,0)

Tints of #D980B3

#D980B3
(217,128,179)
#DC8BB9
(220,139,185)
#DF96BF
(223,150,191)
#E2A1C5
(226,161,197)
#E5ACCB
(229,172,203)
#E8B7D1
(232,183,209)
#EBC2D7
(235,194,215)
#EECDDD
(238,205,221)
#F1D8E3
(241,216,227)
#F4E3E9
(244,227,233)
#F7EEEF
(247,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D980B3 color. Also use rgb(217,128,179) instead hex code.

Text Font Color

.myTextColor { color: #D980B3; }

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

This text font color is #D980B3.


Background Color

.myBgColor { background-color: #D980B3; }

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

This div background color is #D980B3.


Border color

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

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

This div border color is #D980B3.


Opacity

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

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

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

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

This text has shadow with #D980B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D980B3 on black background.


Color preview on white background

This text has color #D980B3 on white background.



Black color preview on #D980B3 background

This text has black color on #D980B3 background.


White color preview on #D980B3 background

This text has white color on #D980B3 background.