COLOR #D997A1

HEX: #D997A1 RGB: (217,151,161)

Color info

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

RGB color model

#D997A1 color RGB value is (217,151,161).

RGB: (217,151,161) (85%, 59%, 63%)

RGB channels and saturation

R 217 of 255 = 85%
G 151 of 255 = 59%
B 161 of 255 = 63%

217
151
161

R + G + B ~ 69%. #D997A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 151 + 161 = 529 (100%)
R 217 of 529 ~ 41.02%
G 151 of 529 ~ 28.54%
B 161 of 529 ~ 30.43'%

%41.02
%28.54
%30.43

CMYK color model

#D997A1 color CMYK value is (0,30,26,15).

  • cyan value is 0.00%
  • magenta value is 30.41%
  • yellow value is 25.81%
  • key color value is 14.90%

CMYK: (0,30,26,15)
C0M30Y26K15 (0%, 30%, 26%, 15%)
(0.00 / 0.30 / 0.26 / 0.15)

CMYK percentages

%0
%30.41
%25.81
%14.9

Codes

Color #D997A1 in popluar color models

D9 97 A1
RGB 217 151 161
HSL 351° 46.48% 72.16%
HSB/HSV 351° 30.41% 85.10%
CMYK 0.00% 30.41% 25.81%
14.90%

Color #D997A1 in popluar number systems.

HEX D9 97 A1
Decimal 217 151 161
Binary 11011001 10010111 10100001
Octal 331 227 241

Shades and tints

Shades of #D997A1

#D997A1
(217,151,161)
#C68A93
(198,138,147)
#B37D85
(179,125,133)
#A07077
(160,112,119)
#8D6369
(141,99,105)
#7A565B
(122,86,91)
#67494D
(103,73,77)
#543C3F
(84,60,63)
#412F31
(65,47,49)
#2E2223
(46,34,35)
#1B1515
(27,21,21)
#000000
(0,0,0)

Tints of #D997A1

#D997A1
(217,151,161)
#DCA0A9
(220,160,169)
#DFA9B1
(223,169,177)
#E2B2B9
(226,178,185)
#E5BBC1
(229,187,193)
#E8C4C9
(232,196,201)
#EBCDD1
(235,205,209)
#EED6D9
(238,214,217)
#F1DFE1
(241,223,225)
#F4E8E9
(244,232,233)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D997A1; }

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

This text font color is #D997A1.

Background Color

.myBgColor { background-color: #D997A1; }

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

This div background color is #D997A1.

Border color

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

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

This div border color is #D997A1.

Opacity

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

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

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

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

This text has shadow with #D997A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D997A1.

Preview

Color preview on black background

This text has color #D997A1 on black background.


Color preview on white background

This text has color #D997A1 on white background.


Black color preview on #D997A1 background

This text has black color on #D997A1 background.


White color preview on #D997A1 background

This text has white color on #D997A1 background.


Related colors

Complementary color

Complementary color for #hex is #26685E.


I love getcolorcode.com

Triadic colors

1 #A1D997 and #97A1D9 with #D997A1 are triadic colors.

2 #A197D9 and #97D9A1 with #D997A1 are triadic colors.