COLOR #D4BFF8

HEX: #D4BFF8
RGB: (212,191,248)

Color info

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

RGB color model

#D4BFF8 color RGB value is (212,191,248).

  • red value is 212;
  • green value is 191;
  • blue value is 248.
RGB:
(212,191,248)
(83%,75%,97%)

RGB channels and saturation

R 212 of 255 = 83%
G 191 of 255 = 75%
B 248 of 255 = 97%

212
191
248

R + G + B ~ 85%. #D4BFF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 191 + 248 = 651 (100%)
R 212 of 651 ~ 32.57%
G 191 of 651 ~ 29.34%
B 248 of 651 ~ 38.1%

%32.57
%29.34
%38.1

CMYK color model

#D4BFF8 color CMYK value is (15,23,0,3).

  • cyan value is 14.52%
  • magenta value is 22.98%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(15,23,0,3)
C15M23Y0K3 
(15%,23%,0%,3%)
(0.15/0.23/0.00/0.03)	

CMYK percentages

%14.52
%22.98
%0
%2.75

Codes

Color #D4BFF8 in popluar color models

D4BFF8
RGB212191248
HSL262°80.28%86.08%
HSB/HSV262°22.98%97.25%
CMYK14.52%22.98%0.00%
2.75%

Color #D4BFF8 in popluar number systems.

HEXD4BFF8
Decimal212191248
Binary110101001011111111111000
Octal324277370

Shades and tints

Shades of #D4BFF8

#D4BFF8
(212,191,248)
#C1AEE2
(193,174,226)
#AE9DCC
(174,157,204)
#9B8CB6
(155,140,182)
#887BA0
(136,123,160)
#756A8A
(117,106,138)
#625974
(98,89,116)
#4F485E
(79,72,94)
#3C3748
(60,55,72)
#292632
(41,38,50)
#16151C
(22,21,28)
#000000
(0,0,0)

Tints of #D4BFF8

#D4BFF8
(212,191,248)
#D7C4F8
(215,196,248)
#DAC9F8
(218,201,248)
#DDCEF8
(221,206,248)
#E0D3F8
(224,211,248)
#E3D8F8
(227,216,248)
#E6DDF8
(230,221,248)
#E9E2F8
(233,226,248)
#ECE7F8
(236,231,248)
#EFECF8
(239,236,248)
#F2F1F8
(242,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4BFF8 color. Also use rgb(212,191,248) instead hex code.

Text Font Color

.myTextColor { color: #D4BFF8; }

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

This text font color is #D4BFF8.


Background Color

.myBgColor { background-color: #D4BFF8; }

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

This div background color is #D4BFF8.


Border color

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

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

This div border color is #D4BFF8.


Opacity

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

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

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

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

This text has shadow with #D4BFF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BFF8 on black background.


Color preview on white background

This text has color #D4BFF8 on white background.



Black color preview on #D4BFF8 background

This text has black color on #D4BFF8 background.


White color preview on #D4BFF8 background

This text has white color on #D4BFF8 background.