COLOR #D1B4F2

HEX: #D1B4F2
RGB: (209,180,242)

Color info

#D1B4F2 contains mainly red and blue colors. Web safe color of #D1B4F2 is #CCCCFF (or #CCF).

RGB color model

#D1B4F2 color RGB value is (209,180,242).

  • red value is 209;
  • green value is 180;
  • blue value is 242.
RGB:
(209,180,242)
(82%,71%,95%)

RGB channels and saturation

R 209 of 255 = 82%
G 180 of 255 = 71%
B 242 of 255 = 95%

209
180
242

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

Portions of RGB colors in percentages

R + G + B =
209 + 180 + 242 = 631 (100%)
R 209 of 631 ~ 33.12%
G 180 of 631 ~ 28.53%
B 242 of 631 ~ 38.35%

%33.12
%28.53
%38.35

CMYK color model

#D1B4F2 color CMYK value is (14,26,0,5).

  • cyan value is 13.64%
  • magenta value is 25.62%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(14,26,0,5)
C14M26Y0K5 
(14%,26%,0%,5%)
(0.14/0.26/0.00/0.05)	

CMYK percentages

%13.64
%25.62
%0
%5.1

Codes

Color #D1B4F2 in popluar color models

D1B4F2
RGB209180242
HSL268°70.45%82.75%
HSB/HSV268°25.62%94.90%
CMYK13.64%25.62%0.00%
5.10%

Color #D1B4F2 in popluar number systems.

HEXD1B4F2
Decimal209180242
Binary110100011011010011110010
Octal321264362

Shades and tints

Shades of #D1B4F2

#D1B4F2
(209,180,242)
#BEA4DC
(190,164,220)
#AB94C6
(171,148,198)
#9884B0
(152,132,176)
#85749A
(133,116,154)
#726484
(114,100,132)
#5F546E
(95,84,110)
#4C4458
(76,68,88)
#393442
(57,52,66)
#26242C
(38,36,44)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #D1B4F2

#D1B4F2
(209,180,242)
#D5BAF3
(213,186,243)
#D9C0F4
(217,192,244)
#DDC6F5
(221,198,245)
#E1CCF6
(225,204,246)
#E5D2F7
(229,210,247)
#E9D8F8
(233,216,248)
#EDDEF9
(237,222,249)
#F1E4FA
(241,228,250)
#F5EAFB
(245,234,251)
#F9F0FC
(249,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B4F2 color. Also use rgb(209,180,242) instead hex code.

Text Font Color

.myTextColor { color: #D1B4F2; }

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

This text font color is #D1B4F2.


Background Color

.myBgColor { background-color: #D1B4F2; }

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

This div background color is #D1B4F2.


Border color

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

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

This div border color is #D1B4F2.


Opacity

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

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

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

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

This text has shadow with #D1B4F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B4F2 on black background.


Color preview on white background

This text has color #D1B4F2 on white background.



Black color preview on #D1B4F2 background

This text has black color on #D1B4F2 background.


White color preview on #D1B4F2 background

This text has white color on #D1B4F2 background.