COLOR #D96AB7

HEX: #D96AB7 RGB: (217,106,183)

Color info

#D96AB7 contains mainly red and blue colors. Web safe color of #D96AB7 is #CC66CC (or #C6C).

RGB color model

#D96AB7 color RGB value is (217,106,183).

RGB: (217,106,183) (85%, 42%, 72%)

RGB channels and saturation

R 217 of 255 = 85%
G 106 of 255 = 42%
B 183 of 255 = 72%

217
106
183

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

Portions of RGB colors in percentages

R + G + B = 217 + 106 + 183 = 506 (100%)
R 217 of 506 ~ 42.89%
G 106 of 506 ~ 20.95%
B 183 of 506 ~ 36.17'%

%42.89
%20.95
%36.17

CMYK color model

#D96AB7 color CMYK value is (0,51,16,15).

  • cyan value is 0.00%
  • magenta value is 51.15%
  • yellow value is 15.67%
  • key color value is 14.90%
CMYK: (0,51,16,15) C0M51Y16K15 (0%,51%,16%,15%) (0.00/0.51/0.16/0.15) 

CMYK percentages

%0
%51.15
%15.67
%14.9

Codes

Color #D96AB7 in popluar color models

D9 6A B7
RGB 217 106 183
HSL 318° 59.36% 63.33%
HSB/HSV 318° 51.15% 85.10%
CMYK 0.00% 51.15% 15.67%
14.90%

Color #D96AB7 in popluar number systems.

HEX D9 6A B7
Decimal 217 106 183
Binary 11011001 1101010 10110111
Octal 331 152 267

Shades and tints

Shades of #D96AB7

#D96AB7
(217,106,183)
#C661A7
(198,97,167)
#B35897
(179,88,151)
#A04F87
(160,79,135)
#8D4677
(141,70,119)
#7A3D67
(122,61,103)
#673457
(103,52,87)
#542B47
(84,43,71)
#412237
(65,34,55)
#2E1927
(46,25,39)
#1B1017
(27,16,23)
#000000
(0,0,0)

Tints of #D96AB7

#D96AB7
(217,106,183)
#DC77BD
(220,119,189)
#DF84C3
(223,132,195)
#E291C9
(226,145,201)
#E59ECF
(229,158,207)
#E8ABD5
(232,171,213)
#EBB8DB
(235,184,219)
#EEC5E1
(238,197,225)
#F1D2E7
(241,210,231)
#F4DFED
(244,223,237)
#F7ECF3
(247,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D96AB7 color. Also use rgb(217,106,183) instead hex code.

Text Font Color

.myTextColor { color: #D96AB7; }

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

This text font color is #D96AB7.

Background Color

.myBgColor { background-color: #D96AB7; }

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

This div background color is #D96AB7.

Border color

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

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

This div border color is #D96AB7.

Opacity

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

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

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

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

This text has shadow with #D96AB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D96AB7.

Preview

Color preview on black background

This text has color #D96AB7 on black background.


Color preview on white background

This text has color #D96AB7 on white background.


Black color preview on #D96AB7 background

This text has black color on #D96AB7 background.


White color preview on #D96AB7 background

This text has white color on #D96AB7 background.


Related colors

Complementary color

Complementary color for #hex is #269548.


I love getcolorcode.com

Triadic colors

1 #B7D96A and #6AB7D9 with #D96AB7 are triadic colors.

2 #B76AD9 and #6AD9B7 with #D96AB7 are triadic colors.