COLOR #D5BED9

HEX: #D5BED9
RGB: (213,190,217)

Color info

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

RGB color model

#D5BED9 color RGB value is (213,190,217).

  • red value is 213;
  • green value is 190;
  • blue value is 217.
RGB:
(213,190,217)
(84%,75%,85%)

RGB channels and saturation

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

213
190
217

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

Portions of RGB colors in percentages

R + G + B =
213 + 190 + 217 = 620 (100%)
R 213 of 620 ~ 34.35%
G 190 of 620 ~ 30.65%
B 217 of 620 ~ 35%

%34.35
%30.65
%35

CMYK color model

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

  • cyan value is 1.84%
  • magenta value is 12.44%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(2,12,0,15)
C2M12Y0K15 
(2%,12%,0%,15%)
(0.02/0.12/0.00/0.15)	

CMYK percentages

%1.84
%12.44
%0
%14.9

Codes

Color #D5BED9 in popluar color models

D5BED9
RGB213190217
HSL291°26.21%79.80%
HSB/HSV291°12.44%85.10%
CMYK1.84%12.44%0.00%
14.90%

Color #D5BED9 in popluar number systems.

HEXD5BED9
Decimal213190217
Binary110101011011111011011001
Octal325276331

Shades and tints

Shades of #D5BED9

#D5BED9
(213,190,217)
#C2ADC6
(194,173,198)
#AF9CB3
(175,156,179)
#9C8BA0
(156,139,160)
#897A8D
(137,122,141)
#76697A
(118,105,122)
#635867
(99,88,103)
#504754
(80,71,84)
#3D3641
(61,54,65)
#2A252E
(42,37,46)
#17141B
(23,20,27)
#000000
(0,0,0)

Tints of #D5BED9

#D5BED9
(213,190,217)
#D8C3DC
(216,195,220)
#DBC8DF
(219,200,223)
#DECDE2
(222,205,226)
#E1D2E5
(225,210,229)
#E4D7E8
(228,215,232)
#E7DCEB
(231,220,235)
#EAE1EE
(234,225,238)
#EDE6F1
(237,230,241)
#F0EBF4
(240,235,244)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5BED9; }

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

This text font color is #D5BED9.


Background Color

.myBgColor { background-color: #D5BED9; }

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

This div background color is #D5BED9.


Border color

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

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

This div border color is #D5BED9.


Opacity

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

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

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

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

This text has shadow with #D5BED9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BED9 on black background.


Color preview on white background

This text has color #D5BED9 on white background.



Black color preview on #D5BED9 background

This text has black color on #D5BED9 background.


White color preview on #D5BED9 background

This text has white color on #D5BED9 background.