COLOR #D5BBD3

HEX: #D5BBD3
RGB: (213,187,211)

Color info

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

RGB color model

#D5BBD3 color RGB value is (213,187,211).

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

RGB channels and saturation

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

213
187
211

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

Portions of RGB colors in percentages

R + G + B =
213 + 187 + 211 = 611 (100%)
R 213 of 611 ~ 34.86%
G 187 of 611 ~ 30.61%
B 211 of 611 ~ 34.53%

%34.86
%30.61
%34.53

CMYK color model

#D5BBD3 color CMYK value is (0,12,1,16).

  • cyan value is 0.00%
  • magenta value is 12.21%
  • yellow value is 0.94%
  • key color value is 16.47%
CMYK:
(0,12,1,16)
C0M12Y1K16 
(0%,12%,1%,16%)
(0.00/0.12/0.01/0.16)	

CMYK percentages

%0
%12.21
%0.94
%16.47

Codes

Color #D5BBD3 in popluar color models

D5BBD3
RGB213187211
HSL305°23.64%78.43%
HSB/HSV305°12.21%83.53%
CMYK0.00%12.21%0.94%
16.47%

Color #D5BBD3 in popluar number systems.

HEXD5BBD3
Decimal213187211
Binary110101011011101111010011
Octal325273323

Shades and tints

Shades of #D5BBD3

#D5BBD3
(213,187,211)
#C2AAC0
(194,170,192)
#AF99AD
(175,153,173)
#9C889A
(156,136,154)
#897787
(137,119,135)
#766674
(118,102,116)
#635561
(99,85,97)
#50444E
(80,68,78)
#3D333B
(61,51,59)
#2A2228
(42,34,40)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #D5BBD3

#D5BBD3
(213,187,211)
#D8C1D7
(216,193,215)
#DBC7DB
(219,199,219)
#DECDDF
(222,205,223)
#E1D3E3
(225,211,227)
#E4D9E7
(228,217,231)
#E7DFEB
(231,223,235)
#EAE5EF
(234,229,239)
#EDEBF3
(237,235,243)
#F0F1F7
(240,241,247)
#F3F7FB
(243,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5BBD3; }

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

This text font color is #D5BBD3.


Background Color

.myBgColor { background-color: #D5BBD3; }

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

This div background color is #D5BBD3.


Border color

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

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

This div border color is #D5BBD3.


Opacity

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

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

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

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

This text has shadow with #D5BBD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BBD3 on black background.


Color preview on white background

This text has color #D5BBD3 on white background.



Black color preview on #D5BBD3 background

This text has black color on #D5BBD3 background.


White color preview on #D5BBD3 background

This text has white color on #D5BBD3 background.