COLOR #D997A9

HEX: #D997A9
RGB: (217,151,169)

Color info

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

RGB color model

#D997A9 color RGB value is (217,151,169).

  • red value is 217;
  • green value is 151;
  • blue value is 169.
RGB:
(217,151,169)
(85%,59%,66%)

RGB channels and saturation

R 217 of 255 = 85%
G 151 of 255 = 59%
B 169 of 255 = 66%

217
151
169

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

Portions of RGB colors in percentages

R + G + B =
217 + 151 + 169 = 537 (100%)
R 217 of 537 ~ 40.41%
G 151 of 537 ~ 28.12%
B 169 of 537 ~ 31.47%

%40.41
%28.12
%31.47

CMYK color model

#D997A9 color CMYK value is (0,30,22,15).

  • cyan value is 0.00%
  • magenta value is 30.41%
  • yellow value is 22.12%
  • key color value is 14.90%
CMYK:
(0,30,22,15)
C0M30Y22K15 
(0%,30%,22%,15%)
(0.00/0.30/0.22/0.15)	

CMYK percentages

%0
%30.41
%22.12
%14.9

Codes

Color #D997A9 in popluar color models

D997A9
RGB217151169
HSL344°46.48%72.16%
HSB/HSV344°30.41%85.10%
CMYK0.00%30.41%22.12%
14.90%

Color #D997A9 in popluar number systems.

HEXD997A9
Decimal217151169
Binary110110011001011110101001
Octal331227251

Shades and tints

Shades of #D997A9

#D997A9
(217,151,169)
#C68A9A
(198,138,154)
#B37D8B
(179,125,139)
#A0707C
(160,112,124)
#8D636D
(141,99,109)
#7A565E
(122,86,94)
#67494F
(103,73,79)
#543C40
(84,60,64)
#412F31
(65,47,49)
#2E2222
(46,34,34)
#1B1513
(27,21,19)
#000000
(0,0,0)

Tints of #D997A9

#D997A9
(217,151,169)
#DCA0B0
(220,160,176)
#DFA9B7
(223,169,183)
#E2B2BE
(226,178,190)
#E5BBC5
(229,187,197)
#E8C4CC
(232,196,204)
#EBCDD3
(235,205,211)
#EED6DA
(238,214,218)
#F1DFE1
(241,223,225)
#F4E8E8
(244,232,232)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D997A9 color. Also use rgb(217,151,169) instead hex code.

Text Font Color

.myTextColor { color: #D997A9; }

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

This text font color is #D997A9.


Background Color

.myBgColor { background-color: #D997A9; }

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

This div background color is #D997A9.


Border color

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

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

This div border color is #D997A9.


Opacity

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

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

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

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

This text has shadow with #D997A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D997A9 on black background.


Color preview on white background

This text has color #D997A9 on white background.



Black color preview on #D997A9 background

This text has black color on #D997A9 background.


White color preview on #D997A9 background

This text has white color on #D997A9 background.