COLOR #D989A3

HEX: #D989A3
RGB: (217,137,163)

Color info

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

RGB color model

#D989A3 color RGB value is (217,137,163).

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

RGB channels and saturation

R 217 of 255 = 85%
G 137 of 255 = 54%
B 163 of 255 = 64%

217
137
163

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

Portions of RGB colors in percentages

R + G + B =
217 + 137 + 163 = 517 (100%)
R 217 of 517 ~ 41.97%
G 137 of 517 ~ 26.5%
B 163 of 517 ~ 31.53%

%41.97
%26.5
%31.53

CMYK color model

#D989A3 color CMYK value is (0,37,25,15).

  • cyan value is 0.00%
  • magenta value is 36.87%
  • yellow value is 24.88%
  • key color value is 14.90%
CMYK:
(0,37,25,15)
C0M37Y25K15 
(0%,37%,25%,15%)
(0.00/0.37/0.25/0.15)	

CMYK percentages

%0
%36.87
%24.88
%14.9

Codes

Color #D989A3 in popluar color models

D989A3
RGB217137163
HSL341°51.28%69.41%
HSB/HSV341°36.87%85.10%
CMYK0.00%36.87%24.88%
14.90%

Color #D989A3 in popluar number systems.

HEXD989A3
Decimal217137163
Binary110110011000100110100011
Octal331211243

Shades and tints

Shades of #D989A3

#D989A3
(217,137,163)
#C67D95
(198,125,149)
#B37187
(179,113,135)
#A06579
(160,101,121)
#8D596B
(141,89,107)
#7A4D5D
(122,77,93)
#67414F
(103,65,79)
#543541
(84,53,65)
#412933
(65,41,51)
#2E1D25
(46,29,37)
#1B1117
(27,17,23)
#000000
(0,0,0)

Tints of #D989A3

#D989A3
(217,137,163)
#DC93AB
(220,147,171)
#DF9DB3
(223,157,179)
#E2A7BB
(226,167,187)
#E5B1C3
(229,177,195)
#E8BBCB
(232,187,203)
#EBC5D3
(235,197,211)
#EECFDB
(238,207,219)
#F1D9E3
(241,217,227)
#F4E3EB
(244,227,235)
#F7EDF3
(247,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D989A3; }

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

This text font color is #D989A3.


Background Color

.myBgColor { background-color: #D989A3; }

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

This div background color is #D989A3.


Border color

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

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

This div border color is #D989A3.


Opacity

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

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

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

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

This text has shadow with #D989A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D989A3 on black background.


Color preview on white background

This text has color #D989A3 on white background.



Black color preview on #D989A3 background

This text has black color on #D989A3 background.


White color preview on #D989A3 background

This text has white color on #D989A3 background.