COLOR #D982BE

HEX: #D982BE
RGB: (217,130,190)

Color info

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

RGB color model

#D982BE color RGB value is (217,130,190).

  • red value is 217;
  • green value is 130;
  • blue value is 190.
RGB: (217,130,190) (85%,51%,75%)

RGB channels and saturation

R 217 of 255 = 85%
G 130 of 255 = 51%
B 190 of 255 = 75%

217
130
190

R + G + B ~ 70%. #D982BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 130 + 190 = 537 (100%)
R 217 of 537 ~ 40.41%
G 130 of 537 ~ 24.21%
B 190 of 537 ~ 35.38%

%40.41
%24.21
%35.38

CMYK color model

#D982BE color CMYK value is (0,40,12,15).

  • cyan value is 0.00%
  • magenta value is 40.09%
  • yellow value is 12.44%
  • key color value is 14.90%
CMYK: (0,40,12,15) C0M40Y12K15 (0%,40%,12%,15%) (0.00/0.40/0.12/0.15)

CMYK percentages

%0
%40.09
%12.44
%14.9

Codes

Color #D982BE in popluar color models

D982BE
RGB217130190
HSL319°53.37%68.04%
HSB/HSV319°40.09%85.10%
CMYK0.00%40.09%12.44%
14.90%

Color #D982BE in popluar number systems.

HEXD982BE
Decimal217130190
Binary110110011000001010111110
Octal331202276

Shades and tints

Shades of #D982BE

#D982BE
(217,130,190)
#C677AD
(198,119,173)
#B36C9C
(179,108,156)
#A0618B
(160,97,139)
#8D567A
(141,86,122)
#7A4B69
(122,75,105)
#674058
(103,64,88)
#543547
(84,53,71)
#412A36
(65,42,54)
#2E1F25
(46,31,37)
#1B1414
(27,20,20)
#000000
(0,0,0)

Tints of #D982BE

#D982BE
(217,130,190)
#DC8DC3
(220,141,195)
#DF98C8
(223,152,200)
#E2A3CD
(226,163,205)
#E5AED2
(229,174,210)
#E8B9D7
(232,185,215)
#EBC4DC
(235,196,220)
#EECFE1
(238,207,225)
#F1DAE6
(241,218,230)
#F4E5EB
(244,229,235)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D982BE color. Also use rgb(217,130,190) instead hex code.

Text Font Color

.myTextColor { color: #D982BE; }

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

This text font color is #D982BE.


Background Color

.myBgColor { background-color: #D982BE; }

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

This div background color is #D982BE.


Border color

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

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

This div border color is #D982BE.


Opacity

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

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

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

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

This text has shadow with #D982BE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D982BE on black background.


Color preview on white background

This text has color #D982BE on white background.



Black color preview on #D982BE background

This text has black color on #D982BE background.


White color preview on #D982BE background

This text has white color on #D982BE background.