COLOR #D9BFD5

HEX: #D9BFD5 RGB: (217,191,213)

Color info

#D9BFD5 contains red, green and blue colors in about the same proportion. Web safe color of #D9BFD5 is #CCCCCC (or #CCC).

RGB color model

#D9BFD5 color RGB value is (217,191,213).

RGB: (217,191,213) (85%, 75%, 84%)

RGB channels and saturation

R 217 of 255 = 85%
G 191 of 255 = 75%
B 213 of 255 = 84%

217
191
213

R + G + B ~ 81%. #D9BFD5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 191 + 213 = 621 (100%)
R 217 of 621 ~ 34.94%
G 191 of 621 ~ 30.76%
B 213 of 621 ~ 34.3'%

%34.94
%30.76
%34.3

CMYK color model

#D9BFD5 color CMYK value is (0,12,2,15).

  • cyan value is 0.00%
  • magenta value is 11.98%
  • yellow value is 1.84%
  • key color value is 14.90%

CMYK: (0,12,2,15)
C0M12Y2K15 (0%, 12%, 2%, 15%)
(0.00 / 0.12 / 0.02 / 0.15)

CMYK percentages

%0
%11.98
%1.84
%14.9

Codes

Color #D9BFD5 in popluar color models

D9 BF D5
RGB 217 191 213
HSL 309° 25.49% 80.00%
HSB/HSV 309° 11.98% 85.10%
CMYK 0.00% 11.98% 1.84%
14.90%

Color #D9BFD5 in popluar number systems.

HEX D9 BF D5
Decimal 217 191 213
Binary 11011001 10111111 11010101
Octal 331 277 325

Shades and tints

Shades of #D9BFD5

#D9BFD5
(217,191,213)
#C6AEC2
(198,174,194)
#B39DAF
(179,157,175)
#A08C9C
(160,140,156)
#8D7B89
(141,123,137)
#7A6A76
(122,106,118)
#675963
(103,89,99)
#544850
(84,72,80)
#41373D
(65,55,61)
#2E262A
(46,38,42)
#1B1517
(27,21,23)
#000000
(0,0,0)

Tints of #D9BFD5

#D9BFD5
(217,191,213)
#DCC4D8
(220,196,216)
#DFC9DB
(223,201,219)
#E2CEDE
(226,206,222)
#E5D3E1
(229,211,225)
#E8D8E4
(232,216,228)
#EBDDE7
(235,221,231)
#EEE2EA
(238,226,234)
#F1E7ED
(241,231,237)
#F4ECF0
(244,236,240)
#F7F1F3
(247,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9BFD5 color. Also use rgb(217,191,213) instead hex code.

Text Font Color

.myTextColor { color: #D9BFD5; }

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

This text font color is #D9BFD5.

Background Color

.myBgColor { background-color: #D9BFD5; }

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

This div background color is #D9BFD5.

Border color

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

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

This div border color is #D9BFD5.

Opacity

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

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

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

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

This text has shadow with #D9BFD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9BFD5.

Preview

Color preview on black background

This text has color #D9BFD5 on black background.


Color preview on white background

This text has color #D9BFD5 on white background.


Black color preview on #D9BFD5 background

This text has black color on #D9BFD5 background.


White color preview on #D9BFD5 background

This text has white color on #D9BFD5 background.


Related colors

Complementary color

Complementary color for #hex is #26402A.


I love getcolorcode.com

Triadic colors

1 #D5D9BF and #BFD5D9 with #D9BFD5 are triadic colors.

2 #D5BFD9 and #BFD9D5 with #D9BFD5 are triadic colors.