COLOR #D5BED5

HEX: #D5BED5
RGB: (213,190,213)

Color info

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

RGB color model

#D5BED5 color RGB value is (213,190,213).

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

RGB channels and saturation

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

213
190
213

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

Portions of RGB colors in percentages

R + G + B =
213 + 190 + 213 = 616 (100%)
R 213 of 616 ~ 34.58%
G 190 of 616 ~ 30.84%
B 213 of 616 ~ 34.58%

%34.58
%30.84
%34.58

CMYK color model

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

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

CMYK percentages

%0
%10.8
%0
%16.47

Codes

Color #D5BED5 in popluar color models

D5BED5
RGB213190213
HSL300°21.50%79.02%
HSB/HSV300°10.80%83.53%
CMYK0.00%10.80%0.00%
16.47%

Color #D5BED5 in popluar number systems.

HEXD5BED5
Decimal213190213
Binary110101011011111011010101
Octal325276325

Shades and tints

Shades of #D5BED5

#D5BED5
(213,190,213)
#C2ADC2
(194,173,194)
#AF9CAF
(175,156,175)
#9C8B9C
(156,139,156)
#897A89
(137,122,137)
#766976
(118,105,118)
#635863
(99,88,99)
#504750
(80,71,80)
#3D363D
(61,54,61)
#2A252A
(42,37,42)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #D5BED5

#D5BED5
(213,190,213)
#D8C3D8
(216,195,216)
#DBC8DB
(219,200,219)
#DECDDE
(222,205,222)
#E1D2E1
(225,210,225)
#E4D7E4
(228,215,228)
#E7DCE7
(231,220,231)
#EAE1EA
(234,225,234)
#EDE6ED
(237,230,237)
#F0EBF0
(240,235,240)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5BED5; }

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

This text font color is #D5BED5.


Background Color

.myBgColor { background-color: #D5BED5; }

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

This div background color is #D5BED5.


Border color

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

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

This div border color is #D5BED5.


Opacity

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

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

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

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

This text has shadow with #D5BED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BED5 on black background.


Color preview on white background

This text has color #D5BED5 on white background.



Black color preview on #D5BED5 background

This text has black color on #D5BED5 background.


White color preview on #D5BED5 background

This text has white color on #D5BED5 background.