COLOR #D9B1D7

HEX: #D9B1D7 RGB: (217,177,215)

Color info

#D9B1D7 contains red, green and blue colors in about the same proportion. Web safe color of #D9B1D7 is #CC99CC (or #C9C).

RGB color model

#D9B1D7 color RGB value is (217,177,215).

RGB: (217,177,215) (85%, 69%, 84%)

RGB channels and saturation

R 217 of 255 = 85%
G 177 of 255 = 69%
B 215 of 255 = 84%

217
177
215

R + G + B ~ 79%. #D9B1D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 177 + 215 = 609 (100%)
R 217 of 609 ~ 35.63%
G 177 of 609 ~ 29.06%
B 215 of 609 ~ 35.3'%

%35.63
%29.06
%35.3

CMYK color model

#D9B1D7 color CMYK value is (0,18,1,15).

  • cyan value is 0.00%
  • magenta value is 18.43%
  • yellow value is 0.92%
  • key color value is 14.90%

CMYK: (0,18,1,15)
C0M18Y1K15 (0%, 18%, 1%, 15%)
(0.00 / 0.18 / 0.01 / 0.15)

CMYK percentages

%0
%18.43
%0.92
%14.9

Codes

Color #D9B1D7 in popluar color models

D9 B1 D7
RGB 217 177 215
HSL 303° 34.48% 77.25%
HSB/HSV 303° 18.43% 85.10%
CMYK 0.00% 18.43% 0.92%
14.90%

Color #D9B1D7 in popluar number systems.

HEX D9 B1 D7
Decimal 217 177 215
Binary 11011001 10110001 11010111
Octal 331 261 327

Shades and tints

Shades of #D9B1D7

#D9B1D7
(217,177,215)
#C6A1C4
(198,161,196)
#B391B1
(179,145,177)
#A0819E
(160,129,158)
#8D718B
(141,113,139)
#7A6178
(122,97,120)
#675165
(103,81,101)
#544152
(84,65,82)
#41313F
(65,49,63)
#2E212C
(46,33,44)
#1B1119
(27,17,25)
#000000
(0,0,0)

Tints of #D9B1D7

#D9B1D7
(217,177,215)
#DCB8DA
(220,184,218)
#DFBFDD
(223,191,221)
#E2C6E0
(226,198,224)
#E5CDE3
(229,205,227)
#E8D4E6
(232,212,230)
#EBDBE9
(235,219,233)
#EEE2EC
(238,226,236)
#F1E9EF
(241,233,239)
#F4F0F2
(244,240,242)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9B1D7 color. Also use rgb(217,177,215) instead hex code.

Text Font Color

.myTextColor { color: #D9B1D7; }

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

This text font color is #D9B1D7.

Background Color

.myBgColor { background-color: #D9B1D7; }

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

This div background color is #D9B1D7.

Border color

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

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

This div border color is #D9B1D7.

Opacity

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

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

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

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

This text has shadow with #D9B1D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9B1D7.

Preview

Color preview on black background

This text has color #D9B1D7 on black background.


Color preview on white background

This text has color #D9B1D7 on white background.


Black color preview on #D9B1D7 background

This text has black color on #D9B1D7 background.


White color preview on #D9B1D7 background

This text has white color on #D9B1D7 background.


Related colors

Complementary color

Complementary color for #hex is #264E28.


I love getcolorcode.com

Triadic colors

1 #D7D9B1 and #B1D7D9 with #D9B1D7 are triadic colors.

2 #D7B1D9 and #B1D9D7 with #D9B1D7 are triadic colors.