COLOR #D5BFE7

HEX: #D5BFE7
RGB: (213,191,231)

Color info

#D5BFE7 contains red, green and blue colors in about the same proportion. Web safe color of #D5BFE7 is #CCCCFF (or #CCF).

RGB color model

#D5BFE7 color RGB value is (213,191,231).

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

RGB channels and saturation

R 213 of 255 = 84%
G 191 of 255 = 75%
B 231 of 255 = 91%

213
191
231

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

Portions of RGB colors in percentages

R + G + B =
213 + 191 + 231 = 635 (100%)
R 213 of 635 ~ 33.54%
G 191 of 635 ~ 30.08%
B 231 of 635 ~ 36.38%

%33.54
%30.08
%36.38

CMYK color model

#D5BFE7 color CMYK value is (8,17,0,9).

  • cyan value is 7.79%
  • magenta value is 17.32%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(8,17,0,9)
C8M17Y0K9 
(8%,17%,0%,9%)
(0.08/0.17/0.00/0.09)	

CMYK percentages

%7.79
%17.32
%0
%9.41

Codes

Color #D5BFE7 in popluar color models

D5BFE7
RGB213191231
HSL273°45.45%82.75%
HSB/HSV273°17.32%90.59%
CMYK7.79%17.32%0.00%
9.41%

Color #D5BFE7 in popluar number systems.

HEXD5BFE7
Decimal213191231
Binary110101011011111111100111
Octal325277347

Shades and tints

Shades of #D5BFE7

#D5BFE7
(213,191,231)
#C2AED2
(194,174,210)
#AF9DBD
(175,157,189)
#9C8CA8
(156,140,168)
#897B93
(137,123,147)
#766A7E
(118,106,126)
#635969
(99,89,105)
#504854
(80,72,84)
#3D373F
(61,55,63)
#2A262A
(42,38,42)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #D5BFE7

#D5BFE7
(213,191,231)
#D8C4E9
(216,196,233)
#DBC9EB
(219,201,235)
#DECEED
(222,206,237)
#E1D3EF
(225,211,239)
#E4D8F1
(228,216,241)
#E7DDF3
(231,221,243)
#EAE2F5
(234,226,245)
#EDE7F7
(237,231,247)
#F0ECF9
(240,236,249)
#F3F1FB
(243,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5BFE7; }

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

This text font color is #D5BFE7.


Background Color

.myBgColor { background-color: #D5BFE7; }

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

This div background color is #D5BFE7.


Border color

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

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

This div border color is #D5BFE7.


Opacity

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

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

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

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

This text has shadow with #D5BFE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BFE7 on black background.


Color preview on white background

This text has color #D5BFE7 on white background.



Black color preview on #D5BFE7 background

This text has black color on #D5BFE7 background.


White color preview on #D5BFE7 background

This text has white color on #D5BFE7 background.