COLOR #D97CA6

HEX: #D97CA6 RGB: (217,124,166)

Color info

#D97CA6 contains mainly red and blue colors. Web safe color of #D97CA6 is #CC6699 (or #C69).

RGB color model

#D97CA6 color RGB value is (217,124,166).

RGB: (217,124,166) (85%, 49%, 65%)

RGB channels and saturation

R 217 of 255 = 85%
G 124 of 255 = 49%
B 166 of 255 = 65%

217
124
166

R + G + B ~ 66%. #D97CA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 124 + 166 = 507 (100%)
R 217 of 507 ~ 42.8%
G 124 of 507 ~ 24.46%
B 166 of 507 ~ 32.74'%

%42.8
%24.46
%32.74

CMYK color model

#D97CA6 color CMYK value is (0,43,24,15).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 23.50%
  • key color value is 14.90%
CMYK: (0,43,24,15) C0M43Y24K15 (0%,43%,24%,15%) (0.00/0.43/0.24/0.15) 

CMYK percentages

%0
%42.86
%23.5
%14.9

Codes

Color #D97CA6 in popluar color models

D9 7C A6
RGB 217 124 166
HSL 333° 55.03% 66.86%
HSB/HSV 333° 42.86% 85.10%
CMYK 0.00% 42.86% 23.50%
14.90%

Color #D97CA6 in popluar number systems.

HEX D9 7C A6
Decimal 217 124 166
Binary 11011001 1111100 10100110
Octal 331 174 246

Shades and tints

Shades of #D97CA6

#D97CA6
(217,124,166)
#C67197
(198,113,151)
#B36688
(179,102,136)
#A05B79
(160,91,121)
#8D506A
(141,80,106)
#7A455B
(122,69,91)
#673A4C
(103,58,76)
#542F3D
(84,47,61)
#41242E
(65,36,46)
#2E191F
(46,25,31)
#1B0E10
(27,14,16)
#000000
(0,0,0)

Tints of #D97CA6

#D97CA6
(217,124,166)
#DC87AE
(220,135,174)
#DF92B6
(223,146,182)
#E29DBE
(226,157,190)
#E5A8C6
(229,168,198)
#E8B3CE
(232,179,206)
#EBBED6
(235,190,214)
#EEC9DE
(238,201,222)
#F1D4E6
(241,212,230)
#F4DFEE
(244,223,238)
#F7EAF6
(247,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D97CA6; }

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

This text font color is #D97CA6.

Background Color

.myBgColor { background-color: #D97CA6; }

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

This div background color is #D97CA6.

Border color

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

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

This div border color is #D97CA6.

Opacity

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

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

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

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

This text has shadow with #D97CA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D97CA6.

Preview

Color preview on black background

This text has color #D97CA6 on black background.


Color preview on white background

This text has color #D97CA6 on white background.


Black color preview on #D97CA6 background

This text has black color on #D97CA6 background.


White color preview on #D97CA6 background

This text has white color on #D97CA6 background.


Related colors

Complementary color

Complementary color for #hex is #268359.


I love getcolorcode.com

Triadic colors

1 #A6D97C and #7CA6D9 with #D97CA6 are triadic colors.

2 #A67CD9 and #7CD9A6 with #D97CA6 are triadic colors.