COLOR #D4B8FA

HEX: #D4B8FA
RGB: (212,184,250)

Color info

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

RGB color model

#D4B8FA color RGB value is (212,184,250).

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

RGB channels and saturation

R 212 of 255 = 83%
G 184 of 255 = 72%
B 250 of 255 = 98%

212
184
250

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

Portions of RGB colors in percentages

R + G + B =
212 + 184 + 250 = 646 (100%)
R 212 of 646 ~ 32.82%
G 184 of 646 ~ 28.48%
B 250 of 646 ~ 38.7%

%32.82
%28.48
%38.7

CMYK color model

#D4B8FA color CMYK value is (15,26,0,2).

  • cyan value is 15.20%
  • magenta value is 26.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(15,26,0,2)
C15M26Y0K2 
(15%,26%,0%,2%)
(0.15/0.26/0.00/0.02)	

CMYK percentages

%15.2
%26.4
%0
%1.96

Codes

Color #D4B8FA in popluar color models

D4B8FA
RGB212184250
HSL265°86.84%85.10%
HSB/HSV265°26.40%98.04%
CMYK15.20%26.40%0.00%
1.96%

Color #D4B8FA in popluar number systems.

HEXD4B8FA
Decimal212184250
Binary110101001011100011111010
Octal324270372

Shades and tints

Shades of #D4B8FA

#D4B8FA
(212,184,250)
#C1A8E4
(193,168,228)
#AE98CE
(174,152,206)
#9B88B8
(155,136,184)
#8878A2
(136,120,162)
#75688C
(117,104,140)
#625876
(98,88,118)
#4F4860
(79,72,96)
#3C384A
(60,56,74)
#292834
(41,40,52)
#16181E
(22,24,30)
#000000
(0,0,0)

Tints of #D4B8FA

#D4B8FA
(212,184,250)
#D7BEFA
(215,190,250)
#DAC4FA
(218,196,250)
#DDCAFA
(221,202,250)
#E0D0FA
(224,208,250)
#E3D6FA
(227,214,250)
#E6DCFA
(230,220,250)
#E9E2FA
(233,226,250)
#ECE8FA
(236,232,250)
#EFEEFA
(239,238,250)
#F2F4FA
(242,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4B8FA; }

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

This text font color is #D4B8FA.


Background Color

.myBgColor { background-color: #D4B8FA; }

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

This div background color is #D4B8FA.


Border color

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

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

This div border color is #D4B8FA.


Opacity

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

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

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

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

This text has shadow with #D4B8FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B8FA on black background.


Color preview on white background

This text has color #D4B8FA on white background.



Black color preview on #D4B8FA background

This text has black color on #D4B8FA background.


White color preview on #D4B8FA background

This text has white color on #D4B8FA background.