COLOR #D4B4FA

HEX: #D4B4FA
RGB: (212,180,250)

Color info

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

RGB color model

#D4B4FA color RGB value is (212,180,250).

  • red value is 212;
  • green value is 180;
  • blue value is 250.
RGB:
(212,180,250)
(83%,71%,98%)

RGB channels and saturation

R 212 of 255 = 83%
G 180 of 255 = 71%
B 250 of 255 = 98%

212
180
250

R + G + B ~ 84%. #D4B4FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 180 + 250 = 642 (100%)
R 212 of 642 ~ 33.02%
G 180 of 642 ~ 28.04%
B 250 of 642 ~ 38.94%

%33.02
%28.04
%38.94

CMYK color model

#D4B4FA color CMYK value is (15,28,0,2).

  • cyan value is 15.20%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(15,28,0,2)
C15M28Y0K2 
(15%,28%,0%,2%)
(0.15/0.28/0.00/0.02)	

CMYK percentages

%15.2
%28
%0
%1.96

Codes

Color #D4B4FA in popluar color models

D4B4FA
RGB212180250
HSL267°87.50%84.31%
HSB/HSV267°28.00%98.04%
CMYK15.20%28.00%0.00%
1.96%

Color #D4B4FA in popluar number systems.

HEXD4B4FA
Decimal212180250
Binary110101001011010011111010
Octal324264372

Shades and tints

Shades of #D4B4FA

#D4B4FA
(212,180,250)
#C1A4E4
(193,164,228)
#AE94CE
(174,148,206)
#9B84B8
(155,132,184)
#8874A2
(136,116,162)
#75648C
(117,100,140)
#625476
(98,84,118)
#4F4460
(79,68,96)
#3C344A
(60,52,74)
#292434
(41,36,52)
#16141E
(22,20,30)
#000000
(0,0,0)

Tints of #D4B4FA

#D4B4FA
(212,180,250)
#D7BAFA
(215,186,250)
#DAC0FA
(218,192,250)
#DDC6FA
(221,198,250)
#E0CCFA
(224,204,250)
#E3D2FA
(227,210,250)
#E6D8FA
(230,216,250)
#E9DEFA
(233,222,250)
#ECE4FA
(236,228,250)
#EFEAFA
(239,234,250)
#F2F0FA
(242,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B4FA color. Also use rgb(212,180,250) instead hex code.

Text Font Color

.myTextColor { color: #D4B4FA; }

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

This text font color is #D4B4FA.


Background Color

.myBgColor { background-color: #D4B4FA; }

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

This div background color is #D4B4FA.


Border color

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

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

This div border color is #D4B4FA.


Opacity

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

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

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

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

This text has shadow with #D4B4FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B4FA on black background.


Color preview on white background

This text has color #D4B4FA on white background.



Black color preview on #D4B4FA background

This text has black color on #D4B4FA background.


White color preview on #D4B4FA background

This text has white color on #D4B4FA background.