COLOR #D5BBD7

HEX: #D5BBD7
RGB: (213,187,215)

Color info

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

RGB color model

#D5BBD7 color RGB value is (213,187,215).

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

RGB channels and saturation

R 213 of 255 = 84%
G 187 of 255 = 73%
B 215 of 255 = 84%

213
187
215

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

Portions of RGB colors in percentages

R + G + B =
213 + 187 + 215 = 615 (100%)
R 213 of 615 ~ 34.63%
G 187 of 615 ~ 30.41%
B 215 of 615 ~ 34.96%

%34.63
%30.41
%34.96

CMYK color model

#D5BBD7 color CMYK value is (1,13,0,16).

  • cyan value is 0.93%
  • magenta value is 13.02%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(1,13,0,16)
C1M13Y0K16 
(1%,13%,0%,16%)
(0.01/0.13/0.00/0.16)	

CMYK percentages

%0.93
%13.02
%0
%15.69

Codes

Color #D5BBD7 in popluar color models

D5BBD7
RGB213187215
HSL296°25.93%78.82%
HSB/HSV296°13.02%84.31%
CMYK0.93%13.02%0.00%
15.69%

Color #D5BBD7 in popluar number systems.

HEXD5BBD7
Decimal213187215
Binary110101011011101111010111
Octal325273327

Shades and tints

Shades of #D5BBD7

#D5BBD7
(213,187,215)
#C2AAC4
(194,170,196)
#AF99B1
(175,153,177)
#9C889E
(156,136,158)
#89778B
(137,119,139)
#766678
(118,102,120)
#635565
(99,85,101)
#504452
(80,68,82)
#3D333F
(61,51,63)
#2A222C
(42,34,44)
#171119
(23,17,25)
#000000
(0,0,0)

Tints of #D5BBD7

#D5BBD7
(213,187,215)
#D8C1DA
(216,193,218)
#DBC7DD
(219,199,221)
#DECDE0
(222,205,224)
#E1D3E3
(225,211,227)
#E4D9E6
(228,217,230)
#E7DFE9
(231,223,233)
#EAE5EC
(234,229,236)
#EDEBEF
(237,235,239)
#F0F1F2
(240,241,242)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5BBD7; }

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

This text font color is #D5BBD7.


Background Color

.myBgColor { background-color: #D5BBD7; }

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

This div background color is #D5BBD7.


Border color

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

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

This div border color is #D5BBD7.


Opacity

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

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

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

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

This text has shadow with #D5BBD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BBD7 on black background.


Color preview on white background

This text has color #D5BBD7 on white background.



Black color preview on #D5BBD7 background

This text has black color on #D5BBD7 background.


White color preview on #D5BBD7 background

This text has white color on #D5BBD7 background.