COLOR #D5BFE5

HEX: #D5BFE5
RGB: (213,191,229)

Color info

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

RGB color model

#D5BFE5 color RGB value is (213,191,229).

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

RGB channels and saturation

R 213 of 255 = 84%
G 191 of 255 = 75%
B 229 of 255 = 90%

213
191
229

R + G + B ~ 83%. #D5BFE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 191 + 229 = 633 (100%)
R 213 of 633 ~ 33.65%
G 191 of 633 ~ 30.17%
B 229 of 633 ~ 36.18%

%33.65
%30.17
%36.18

CMYK color model

#D5BFE5 color CMYK value is (7,17,0,10).

  • cyan value is 6.99%
  • magenta value is 16.59%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(7,17,0,10)
C7M17Y0K10 
(7%,17%,0%,10%)
(0.07/0.17/0.00/0.10)	

CMYK percentages

%6.99
%16.59
%0
%10.2

Codes

Color #D5BFE5 in popluar color models

D5BFE5
RGB213191229
HSL275°42.22%82.35%
HSB/HSV275°16.59%89.80%
CMYK6.99%16.59%0.00%
10.20%

Color #D5BFE5 in popluar number systems.

HEXD5BFE5
Decimal213191229
Binary110101011011111111100101
Octal325277345

Shades and tints

Shades of #D5BFE5

#D5BFE5
(213,191,229)
#C2AED1
(194,174,209)
#AF9DBD
(175,157,189)
#9C8CA9
(156,140,169)
#897B95
(137,123,149)
#766A81
(118,106,129)
#63596D
(99,89,109)
#504859
(80,72,89)
#3D3745
(61,55,69)
#2A2631
(42,38,49)
#17151D
(23,21,29)
#000000
(0,0,0)

Tints of #D5BFE5

#D5BFE5
(213,191,229)
#D8C4E7
(216,196,231)
#DBC9E9
(219,201,233)
#DECEEB
(222,206,235)
#E1D3ED
(225,211,237)
#E4D8EF
(228,216,239)
#E7DDF1
(231,221,241)
#EAE2F3
(234,226,243)
#EDE7F5
(237,231,245)
#F0ECF7
(240,236,247)
#F3F1F9
(243,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5BFE5; }

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

This text font color is #D5BFE5.


Background Color

.myBgColor { background-color: #D5BFE5; }

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

This div background color is #D5BFE5.


Border color

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

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

This div border color is #D5BFE5.


Opacity

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

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

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

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

This text has shadow with #D5BFE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BFE5 on black background.


Color preview on white background

This text has color #D5BFE5 on white background.



Black color preview on #D5BFE5 background

This text has black color on #D5BFE5 background.


White color preview on #D5BFE5 background

This text has white color on #D5BFE5 background.