COLOR #D1BDF0

HEX: #D1BDF0
RGB: (209,189,240)

Color info

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

RGB color model

#D1BDF0 color RGB value is (209,189,240).

  • red value is 209;
  • green value is 189;
  • blue value is 240.
RGB:
(209,189,240)
(82%,74%,94%)

RGB channels and saturation

R 209 of 255 = 82%
G 189 of 255 = 74%
B 240 of 255 = 94%

209
189
240

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

Portions of RGB colors in percentages

R + G + B =
209 + 189 + 240 = 638 (100%)
R 209 of 638 ~ 32.76%
G 189 of 638 ~ 29.62%
B 240 of 638 ~ 37.62%

%32.76
%29.62
%37.62

CMYK color model

#D1BDF0 color CMYK value is (13,21,0,6).

  • cyan value is 12.92%
  • magenta value is 21.25%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(13,21,0,6)
C13M21Y0K6 
(13%,21%,0%,6%)
(0.13/0.21/0.00/0.06)	

CMYK percentages

%12.92
%21.25
%0
%5.88

Codes

Color #D1BDF0 in popluar color models

D1BDF0
RGB209189240
HSL264°62.96%84.12%
HSB/HSV264°21.25%94.12%
CMYK12.92%21.25%0.00%
5.88%

Color #D1BDF0 in popluar number systems.

HEXD1BDF0
Decimal209189240
Binary110100011011110111110000
Octal321275360

Shades and tints

Shades of #D1BDF0

#D1BDF0
(209,189,240)
#BEACDB
(190,172,219)
#AB9BC6
(171,155,198)
#988AB1
(152,138,177)
#85799C
(133,121,156)
#726887
(114,104,135)
#5F5772
(95,87,114)
#4C465D
(76,70,93)
#393548
(57,53,72)
#262433
(38,36,51)
#13131E
(19,19,30)
#000000
(0,0,0)

Tints of #D1BDF0

#D1BDF0
(209,189,240)
#D5C3F1
(213,195,241)
#D9C9F2
(217,201,242)
#DDCFF3
(221,207,243)
#E1D5F4
(225,213,244)
#E5DBF5
(229,219,245)
#E9E1F6
(233,225,246)
#EDE7F7
(237,231,247)
#F1EDF8
(241,237,248)
#F5F3F9
(245,243,249)
#F9F9FA
(249,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1BDF0 color. Also use rgb(209,189,240) instead hex code.

Text Font Color

.myTextColor { color: #D1BDF0; }

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

This text font color is #D1BDF0.


Background Color

.myBgColor { background-color: #D1BDF0; }

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

This div background color is #D1BDF0.


Border color

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

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

This div border color is #D1BDF0.


Opacity

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

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

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

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

This text has shadow with #D1BDF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1BDF0 on black background.


Color preview on white background

This text has color #D1BDF0 on white background.



Black color preview on #D1BDF0 background

This text has black color on #D1BDF0 background.


White color preview on #D1BDF0 background

This text has white color on #D1BDF0 background.