COLOR #D66984

HEX: #D66984
RGB: (214,105,132)

Color info

#D66984 contains mainly red color. Web safe color of #D66984 is #CC6699 (or #C69).

RGB color model

#D66984 color RGB value is (214,105,132).

  • red value is 214;
  • green value is 105;
  • blue value is 132.
RGB:
(214,105,132)
(84%,41%,52%)

RGB channels and saturation

R 214 of 255 = 84%
G 105 of 255 = 41%
B 132 of 255 = 52%

214
105
132

R + G + B ~ 59%. #D66984 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
214 + 105 + 132 = 451 (100%)
R 214 of 451 ~ 47.45%
G 105 of 451 ~ 23.28%
B 132 of 451 ~ 29.27%

%47.45
%23.28
%29.27

CMYK color model

#D66984 color CMYK value is (0,51,38,16).

  • cyan value is 0.00%
  • magenta value is 50.93%
  • yellow value is 38.32%
  • key color value is 16.08%
CMYK:
(0,51,38,16)
C0M51Y38K16 
(0%,51%,38%,16%)
(0.00/0.51/0.38/0.16)	

CMYK percentages

%0
%50.93
%38.32
%16.08

Codes

Color #D66984 in popluar color models

D66984
RGB214105132
HSL345°57.07%62.55%
HSB/HSV345°50.93%83.92%
CMYK0.00%50.93%38.32%
16.08%

Color #D66984 in popluar number systems.

HEXD66984
Decimal214105132
Binary11010110110100110000100
Octal326151204

Shades and tints

Shades of #D66984

#D66984
(214,105,132)
#C36078
(195,96,120)
#B0576C
(176,87,108)
#9D4E60
(157,78,96)
#8A4554
(138,69,84)
#773C48
(119,60,72)
#64333C
(100,51,60)
#512A30
(81,42,48)
#3E2124
(62,33,36)
#2B1818
(43,24,24)
#180F0C
(24,15,12)
#000000
(0,0,0)

Tints of #D66984

#D66984
(214,105,132)
#D9768F
(217,118,143)
#DC839A
(220,131,154)
#DF90A5
(223,144,165)
#E29DB0
(226,157,176)
#E5AABB
(229,170,187)
#E8B7C6
(232,183,198)
#EBC4D1
(235,196,209)
#EED1DC
(238,209,220)
#F1DEE7
(241,222,231)
#F4EBF2
(244,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D66984 color. Also use rgb(214,105,132) instead hex code.

Text Font Color

.myTextColor { color: #D66984; }

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

This text font color is #D66984.


Background Color

.myBgColor { background-color: #D66984; }

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

This div background color is #D66984.


Border color

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

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

This div border color is #D66984.


Opacity

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

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

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

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

This text has shadow with #D66984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D66984 on black background.


Color preview on white background

This text has color #D66984 on white background.



Black color preview on #D66984 background

This text has black color on #D66984 background.


White color preview on #D66984 background

This text has white color on #D66984 background.