COLOR #D5BED1

HEX: #D5BED1
RGB: (213,190,209)

Color info

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

RGB color model

#D5BED1 color RGB value is (213,190,209).

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

RGB channels and saturation

R 213 of 255 = 84%
G 190 of 255 = 75%
B 209 of 255 = 82%

213
190
209

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

Portions of RGB colors in percentages

R + G + B =
213 + 190 + 209 = 612 (100%)
R 213 of 612 ~ 34.8%
G 190 of 612 ~ 31.05%
B 209 of 612 ~ 34.15%

%34.8
%31.05
%34.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.80%
  • yellow value is 1.88%
  • key color value is 16.47%
CMYK:
(0,11,2,16)
C0M11Y2K16 
(0%,11%,2%,16%)
(0.00/0.11/0.02/0.16)	

CMYK percentages

%0
%10.8
%1.88
%16.47

Codes

Color #D5BED1 in popluar color models

D5BED1
RGB213190209
HSL310°21.50%79.02%
HSB/HSV310°10.80%83.53%
CMYK0.00%10.80%1.88%
16.47%

Color #D5BED1 in popluar number systems.

HEXD5BED1
Decimal213190209
Binary110101011011111011010001
Octal325276321

Shades and tints

Shades of #D5BED1

#D5BED1
(213,190,209)
#C2ADBE
(194,173,190)
#AF9CAB
(175,156,171)
#9C8B98
(156,139,152)
#897A85
(137,122,133)
#766972
(118,105,114)
#63585F
(99,88,95)
#50474C
(80,71,76)
#3D3639
(61,54,57)
#2A2526
(42,37,38)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #D5BED1

#D5BED1
(213,190,209)
#D8C3D5
(216,195,213)
#DBC8D9
(219,200,217)
#DECDDD
(222,205,221)
#E1D2E1
(225,210,225)
#E4D7E5
(228,215,229)
#E7DCE9
(231,220,233)
#EAE1ED
(234,225,237)
#EDE6F1
(237,230,241)
#F0EBF5
(240,235,245)
#F3F0F9
(243,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5BED1; }

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

This text font color is #D5BED1.


Background Color

.myBgColor { background-color: #D5BED1; }

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

This div background color is #D5BED1.


Border color

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

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

This div border color is #D5BED1.


Opacity

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

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

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

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

This text has shadow with #D5BED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BED1 on black background.


Color preview on white background

This text has color #D5BED1 on white background.



Black color preview on #D5BED1 background

This text has black color on #D5BED1 background.


White color preview on #D5BED1 background

This text has white color on #D5BED1 background.