COLOR #D3BFD7

HEX: #D3BFD7
RGB: (211,191,215)

Color info

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

RGB color model

#D3BFD7 color RGB value is (211,191,215).

  • red value is 211;
  • green value is 191;
  • blue value is 215.
RGB:
(211,191,215)
(83%,75%,84%)

RGB channels and saturation

R 211 of 255 = 83%
G 191 of 255 = 75%
B 215 of 255 = 84%

211
191
215

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

Portions of RGB colors in percentages

R + G + B =
211 + 191 + 215 = 617 (100%)
R 211 of 617 ~ 34.2%
G 191 of 617 ~ 30.96%
B 215 of 617 ~ 34.85%

%34.2
%30.96
%34.85

CMYK color model

#D3BFD7 color CMYK value is (2,11,0,16).

  • cyan value is 1.86%
  • magenta value is 11.16%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(2,11,0,16)
C2M11Y0K16 
(2%,11%,0%,16%)
(0.02/0.11/0.00/0.16)	

CMYK percentages

%1.86
%11.16
%0
%15.69

Codes

Color #D3BFD7 in popluar color models

D3BFD7
RGB211191215
HSL290°23.08%79.61%
HSB/HSV290°11.16%84.31%
CMYK1.86%11.16%0.00%
15.69%

Color #D3BFD7 in popluar number systems.

HEXD3BFD7
Decimal211191215
Binary110100111011111111010111
Octal323277327

Shades and tints

Shades of #D3BFD7

#D3BFD7
(211,191,215)
#C0AEC4
(192,174,196)
#AD9DB1
(173,157,177)
#9A8C9E
(154,140,158)
#877B8B
(135,123,139)
#746A78
(116,106,120)
#615965
(97,89,101)
#4E4852
(78,72,82)
#3B373F
(59,55,63)
#28262C
(40,38,44)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #D3BFD7

#D3BFD7
(211,191,215)
#D7C4DA
(215,196,218)
#DBC9DD
(219,201,221)
#DFCEE0
(223,206,224)
#E3D3E3
(227,211,227)
#E7D8E6
(231,216,230)
#EBDDE9
(235,221,233)
#EFE2EC
(239,226,236)
#F3E7EF
(243,231,239)
#F7ECF2
(247,236,242)
#FBF1F5
(251,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3BFD7 color. Also use rgb(211,191,215) instead hex code.

Text Font Color

.myTextColor { color: #D3BFD7; }

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

This text font color is #D3BFD7.


Background Color

.myBgColor { background-color: #D3BFD7; }

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

This div background color is #D3BFD7.


Border color

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

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

This div border color is #D3BFD7.


Opacity

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

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

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

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

This text has shadow with #D3BFD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3BFD7 on black background.


Color preview on white background

This text has color #D3BFD7 on white background.



Black color preview on #D3BFD7 background

This text has black color on #D3BFD7 background.


White color preview on #D3BFD7 background

This text has white color on #D3BFD7 background.