COLOR #D1BFE1

HEX: #D1BFE1
RGB: (209,191,225)

Color info

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

RGB color model

#D1BFE1 color RGB value is (209,191,225).

  • red value is 209;
  • green value is 191;
  • blue value is 225.
RGB: (209,191,225) (82%,75%,88%)

RGB channels and saturation

R 209 of 255 = 82%
G 191 of 255 = 75%
B 225 of 255 = 88%

209
191
225

R + G + B ~ 82%. #D1BFE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 191 + 225 = 625 (100%)
R 209 of 625 ~ 33.44%
G 191 of 625 ~ 30.56%
B 225 of 625 ~ 36%

%33.44
%30.56
%36

CMYK color model

#D1BFE1 color CMYK value is (7,15,0,12).

  • cyan value is 7.11%
  • magenta value is 15.11%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK: (7,15,0,12) C7M15Y0K12 (7%,15%,0%,12%) (0.07/0.15/0.00/0.12)

CMYK percentages

%7.11
%15.11
%0
%11.76

Codes

Color #D1BFE1 in popluar color models

D1BFE1
RGB209191225
HSL272°36.17%81.57%
HSB/HSV272°15.11%88.24%
CMYK7.11%15.11%0.00%
11.76%

Color #D1BFE1 in popluar number systems.

HEXD1BFE1
Decimal209191225
Binary110100011011111111100001
Octal321277341

Shades and tints

Shades of #D1BFE1

#D1BFE1
(209,191,225)
#BEAECD
(190,174,205)
#AB9DB9
(171,157,185)
#988CA5
(152,140,165)
#857B91
(133,123,145)
#726A7D
(114,106,125)
#5F5969
(95,89,105)
#4C4855
(76,72,85)
#393741
(57,55,65)
#26262D
(38,38,45)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #D1BFE1

#D1BFE1
(209,191,225)
#D5C4E3
(213,196,227)
#D9C9E5
(217,201,229)
#DDCEE7
(221,206,231)
#E1D3E9
(225,211,233)
#E5D8EB
(229,216,235)
#E9DDED
(233,221,237)
#EDE2EF
(237,226,239)
#F1E7F1
(241,231,241)
#F5ECF3
(245,236,243)
#F9F1F5
(249,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1BFE1 color. Also use rgb(209,191,225) instead hex code.

Text Font Color

.myTextColor { color: #D1BFE1; }

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

This text font color is #D1BFE1.


Background Color

.myBgColor { background-color: #D1BFE1; }

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

This div background color is #D1BFE1.


Border color

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

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

This div border color is #D1BFE1.


Opacity

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

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

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

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

This text has shadow with #D1BFE1 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D1BFE1 on black background.


Color preview on white background

This text has color #D1BFE1 on white background.



Black color preview on #D1BFE1 background

This text has black color on #D1BFE1 background.


White color preview on #D1BFE1 background

This text has white color on #D1BFE1 background.