COLOR #D5BFE8

HEX: #D5BFE8
RGB: (213,191,232)

Color info

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

RGB color model

#D5BFE8 color RGB value is (213,191,232).

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

RGB channels and saturation

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

213
191
232

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

Portions of RGB colors in percentages

R + G + B =
213 + 191 + 232 = 636 (100%)
R 213 of 636 ~ 33.49%
G 191 of 636 ~ 30.03%
B 232 of 636 ~ 36.48%

%33.49
%30.03
%36.48

CMYK color model

#D5BFE8 color CMYK value is (8,18,0,9).

  • cyan value is 8.19%
  • magenta value is 17.67%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(8,18,0,9)
C8M18Y0K9 
(8%,18%,0%,9%)
(0.08/0.18/0.00/0.09)	

CMYK percentages

%8.19
%17.67
%0
%9.02

Codes

Color #D5BFE8 in popluar color models

D5BFE8
RGB213191232
HSL272°47.13%82.94%
HSB/HSV272°17.67%90.98%
CMYK8.19%17.67%0.00%
9.02%

Color #D5BFE8 in popluar number systems.

HEXD5BFE8
Decimal213191232
Binary110101011011111111101000
Octal325277350

Shades and tints

Shades of #D5BFE8

#D5BFE8
(213,191,232)
#C2AED3
(194,174,211)
#AF9DBE
(175,157,190)
#9C8CA9
(156,140,169)
#897B94
(137,123,148)
#766A7F
(118,106,127)
#63596A
(99,89,106)
#504855
(80,72,85)
#3D3740
(61,55,64)
#2A262B
(42,38,43)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #D5BFE8

#D5BFE8
(213,191,232)
#D8C4EA
(216,196,234)
#DBC9EC
(219,201,236)
#DECEEE
(222,206,238)
#E1D3F0
(225,211,240)
#E4D8F2
(228,216,242)
#E7DDF4
(231,221,244)
#EAE2F6
(234,226,246)
#EDE7F8
(237,231,248)
#F0ECFA
(240,236,250)
#F3F1FC
(243,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5BFE8; }

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

This text font color is #D5BFE8.


Background Color

.myBgColor { background-color: #D5BFE8; }

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

This div background color is #D5BFE8.


Border color

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

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

This div border color is #D5BFE8.


Opacity

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

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

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

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

This text has shadow with #D5BFE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BFE8 on black background.


Color preview on white background

This text has color #D5BFE8 on white background.



Black color preview on #D5BFE8 background

This text has black color on #D5BFE8 background.


White color preview on #D5BFE8 background

This text has white color on #D5BFE8 background.