COLOR #D4BFF6

HEX: #D4BFF6
RGB: (212,191,246)

Color info

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

RGB color model

#D4BFF6 color RGB value is (212,191,246).

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

RGB channels and saturation

R 212 of 255 = 83%
G 191 of 255 = 75%
B 246 of 255 = 96%

212
191
246

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

Portions of RGB colors in percentages

R + G + B =
212 + 191 + 246 = 649 (100%)
R 212 of 649 ~ 32.67%
G 191 of 649 ~ 29.43%
B 246 of 649 ~ 37.9%

%32.67
%29.43
%37.9

CMYK color model

#D4BFF6 color CMYK value is (14,22,0,4).

  • cyan value is 13.82%
  • magenta value is 22.36%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(14,22,0,4)
C14M22Y0K4 
(14%,22%,0%,4%)
(0.14/0.22/0.00/0.04)	

CMYK percentages

%13.82
%22.36
%0
%3.53

Codes

Color #D4BFF6 in popluar color models

D4BFF6
RGB212191246
HSL263°75.34%85.69%
HSB/HSV263°22.36%96.47%
CMYK13.82%22.36%0.00%
3.53%

Color #D4BFF6 in popluar number systems.

HEXD4BFF6
Decimal212191246
Binary110101001011111111110110
Octal324277366

Shades and tints

Shades of #D4BFF6

#D4BFF6
(212,191,246)
#C1AEE0
(193,174,224)
#AE9DCA
(174,157,202)
#9B8CB4
(155,140,180)
#887B9E
(136,123,158)
#756A88
(117,106,136)
#625972
(98,89,114)
#4F485C
(79,72,92)
#3C3746
(60,55,70)
#292630
(41,38,48)
#16151A
(22,21,26)
#000000
(0,0,0)

Tints of #D4BFF6

#D4BFF6
(212,191,246)
#D7C4F6
(215,196,246)
#DAC9F6
(218,201,246)
#DDCEF6
(221,206,246)
#E0D3F6
(224,211,246)
#E3D8F6
(227,216,246)
#E6DDF6
(230,221,246)
#E9E2F6
(233,226,246)
#ECE7F6
(236,231,246)
#EFECF6
(239,236,246)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4BFF6; }

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

This text font color is #D4BFF6.


Background Color

.myBgColor { background-color: #D4BFF6; }

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

This div background color is #D4BFF6.


Border color

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

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

This div border color is #D4BFF6.


Opacity

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

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

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

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

This text has shadow with #D4BFF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BFF6 on black background.


Color preview on white background

This text has color #D4BFF6 on white background.



Black color preview on #D4BFF6 background

This text has black color on #D4BFF6 background.


White color preview on #D4BFF6 background

This text has white color on #D4BFF6 background.