COLOR #D3BBD7

HEX: #D3BBD7
RGB: (211,187,215)

Color info

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

RGB color model

#D3BBD7 color RGB value is (211,187,215).

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

RGB channels and saturation

R 211 of 255 = 83%
G 187 of 255 = 73%
B 215 of 255 = 84%

211
187
215

R + G + B ~ 80%. #D3BBD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 187 + 215 = 613 (100%)
R 211 of 613 ~ 34.42%
G 187 of 613 ~ 30.51%
B 215 of 613 ~ 35.07%

%34.42
%30.51
%35.07

CMYK color model

#D3BBD7 color CMYK value is (2,13,0,16).

  • cyan value is 1.86%
  • magenta value is 13.02%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(2,13,0,16)
C2M13Y0K16 
(2%,13%,0%,16%)
(0.02/0.13/0.00/0.16)	

CMYK percentages

%1.86
%13.02
%0
%15.69

Codes

Color #D3BBD7 in popluar color models

D3BBD7
RGB211187215
HSL291°25.93%78.82%
HSB/HSV291°13.02%84.31%
CMYK1.86%13.02%0.00%
15.69%

Color #D3BBD7 in popluar number systems.

HEXD3BBD7
Decimal211187215
Binary110100111011101111010111
Octal323273327

Shades and tints

Shades of #D3BBD7

#D3BBD7
(211,187,215)
#C0AAC4
(192,170,196)
#AD99B1
(173,153,177)
#9A889E
(154,136,158)
#87778B
(135,119,139)
#746678
(116,102,120)
#615565
(97,85,101)
#4E4452
(78,68,82)
#3B333F
(59,51,63)
#28222C
(40,34,44)
#151119
(21,17,25)
#000000
(0,0,0)

Tints of #D3BBD7

#D3BBD7
(211,187,215)
#D7C1DA
(215,193,218)
#DBC7DD
(219,199,221)
#DFCDE0
(223,205,224)
#E3D3E3
(227,211,227)
#E7D9E6
(231,217,230)
#EBDFE9
(235,223,233)
#EFE5EC
(239,229,236)
#F3EBEF
(243,235,239)
#F7F1F2
(247,241,242)
#FBF7F5
(251,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3BBD7; }

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

This text font color is #D3BBD7.


Background Color

.myBgColor { background-color: #D3BBD7; }

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

This div background color is #D3BBD7.


Border color

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

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

This div border color is #D3BBD7.


Opacity

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

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

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

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

This text has shadow with #D3BBD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3BBD7 on black background.


Color preview on white background

This text has color #D3BBD7 on white background.



Black color preview on #D3BBD7 background

This text has black color on #D3BBD7 background.


White color preview on #D3BBD7 background

This text has white color on #D3BBD7 background.