COLOR #D1BFDB

HEX: #D1BFDB
RGB: (209,191,219)

Color info

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

RGB color model

#D1BFDB color RGB value is (209,191,219).

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

RGB channels and saturation

R 209 of 255 = 82%
G 191 of 255 = 75%
B 219 of 255 = 86%

209
191
219

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

Portions of RGB colors in percentages

R + G + B =
209 + 191 + 219 = 619 (100%)
R 209 of 619 ~ 33.76%
G 191 of 619 ~ 30.86%
B 219 of 619 ~ 35.38%

%33.76
%30.86
%35.38

CMYK color model

#D1BFDB color CMYK value is (5,13,0,14).

  • cyan value is 4.57%
  • magenta value is 12.79%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(5,13,0,14)
C5M13Y0K14 
(5%,13%,0%,14%)
(0.05/0.13/0.00/0.14)	

CMYK percentages

%4.57
%12.79
%0
%14.12

Codes

Color #D1BFDB in popluar color models

D1BFDB
RGB209191219
HSL279°28.00%80.39%
HSB/HSV279°12.79%85.88%
CMYK4.57%12.79%0.00%
14.12%

Color #D1BFDB in popluar number systems.

HEXD1BFDB
Decimal209191219
Binary110100011011111111011011
Octal321277333

Shades and tints

Shades of #D1BFDB

#D1BFDB
(209,191,219)
#BEAEC8
(190,174,200)
#AB9DB5
(171,157,181)
#988CA2
(152,140,162)
#857B8F
(133,123,143)
#726A7C
(114,106,124)
#5F5969
(95,89,105)
#4C4856
(76,72,86)
#393743
(57,55,67)
#262630
(38,38,48)
#13151D
(19,21,29)
#000000
(0,0,0)

Tints of #D1BFDB

#D1BFDB
(209,191,219)
#D5C4DE
(213,196,222)
#D9C9E1
(217,201,225)
#DDCEE4
(221,206,228)
#E1D3E7
(225,211,231)
#E5D8EA
(229,216,234)
#E9DDED
(233,221,237)
#EDE2F0
(237,226,240)
#F1E7F3
(241,231,243)
#F5ECF6
(245,236,246)
#F9F1F9
(249,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1BFDB; }

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

This text font color is #D1BFDB.


Background Color

.myBgColor { background-color: #D1BFDB; }

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

This div background color is #D1BFDB.


Border color

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

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

This div border color is #D1BFDB.


Opacity

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

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

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

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

This text has shadow with #D1BFDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1BFDB on black background.


Color preview on white background

This text has color #D1BFDB on white background.



Black color preview on #D1BFDB background

This text has black color on #D1BFDB background.


White color preview on #D1BFDB background

This text has white color on #D1BFDB background.