COLOR #D989A6

HEX: #D989A6
RGB: (217,137,166)

Color info

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

RGB color model

#D989A6 color RGB value is (217,137,166).

  • red value is 217;
  • green value is 137;
  • blue value is 166.
RGB:
(217,137,166)
(85%,54%,65%)

RGB channels and saturation

R 217 of 255 = 85%
G 137 of 255 = 54%
B 166 of 255 = 65%

217
137
166

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

Portions of RGB colors in percentages

R + G + B =
217 + 137 + 166 = 520 (100%)
R 217 of 520 ~ 41.73%
G 137 of 520 ~ 26.35%
B 166 of 520 ~ 31.92%

%41.73
%26.35
%31.92

CMYK color model

#D989A6 color CMYK value is (0,37,24,15).

  • cyan value is 0.00%
  • magenta value is 36.87%
  • yellow value is 23.50%
  • key color value is 14.90%
CMYK:
(0,37,24,15)
C0M37Y24K15 
(0%,37%,24%,15%)
(0.00/0.37/0.24/0.15)	

CMYK percentages

%0
%36.87
%23.5
%14.9

Codes

Color #D989A6 in popluar color models

D989A6
RGB217137166
HSL338°51.28%69.41%
HSB/HSV338°36.87%85.10%
CMYK0.00%36.87%23.50%
14.90%

Color #D989A6 in popluar number systems.

HEXD989A6
Decimal217137166
Binary110110011000100110100110
Octal331211246

Shades and tints

Shades of #D989A6

#D989A6
(217,137,166)
#C67D97
(198,125,151)
#B37188
(179,113,136)
#A06579
(160,101,121)
#8D596A
(141,89,106)
#7A4D5B
(122,77,91)
#67414C
(103,65,76)
#54353D
(84,53,61)
#41292E
(65,41,46)
#2E1D1F
(46,29,31)
#1B1110
(27,17,16)
#000000
(0,0,0)

Tints of #D989A6

#D989A6
(217,137,166)
#DC93AE
(220,147,174)
#DF9DB6
(223,157,182)
#E2A7BE
(226,167,190)
#E5B1C6
(229,177,198)
#E8BBCE
(232,187,206)
#EBC5D6
(235,197,214)
#EECFDE
(238,207,222)
#F1D9E6
(241,217,230)
#F4E3EE
(244,227,238)
#F7EDF6
(247,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D989A6 color. Also use rgb(217,137,166) instead hex code.

Text Font Color

.myTextColor { color: #D989A6; }

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

This text font color is #D989A6.


Background Color

.myBgColor { background-color: #D989A6; }

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

This div background color is #D989A6.


Border color

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

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

This div border color is #D989A6.


Opacity

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

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

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

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

This text has shadow with #D989A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D989A6 on black background.


Color preview on white background

This text has color #D989A6 on white background.



Black color preview on #D989A6 background

This text has black color on #D989A6 background.


White color preview on #D989A6 background

This text has white color on #D989A6 background.