COLOR #D4BFF1

HEX: #D4BFF1
RGB: (212,191,241)

Color info

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

RGB color model

#D4BFF1 color RGB value is (212,191,241).

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

RGB channels and saturation

R 212 of 255 = 83%
G 191 of 255 = 75%
B 241 of 255 = 95%

212
191
241

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

Portions of RGB colors in percentages

R + G + B =
212 + 191 + 241 = 644 (100%)
R 212 of 644 ~ 32.92%
G 191 of 644 ~ 29.66%
B 241 of 644 ~ 37.42%

%32.92
%29.66
%37.42

CMYK color model

#D4BFF1 color CMYK value is (12,21,0,5).

  • cyan value is 12.03%
  • magenta value is 20.75%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(12,21,0,5)
C12M21Y0K5 
(12%,21%,0%,5%)
(0.12/0.21/0.00/0.05)	

CMYK percentages

%12.03
%20.75
%0
%5.49

Codes

Color #D4BFF1 in popluar color models

D4BFF1
RGB212191241
HSL265°64.10%84.71%
HSB/HSV265°20.75%94.51%
CMYK12.03%20.75%0.00%
5.49%

Color #D4BFF1 in popluar number systems.

HEXD4BFF1
Decimal212191241
Binary110101001011111111110001
Octal324277361

Shades and tints

Shades of #D4BFF1

#D4BFF1
(212,191,241)
#C1AEDC
(193,174,220)
#AE9DC7
(174,157,199)
#9B8CB2
(155,140,178)
#887B9D
(136,123,157)
#756A88
(117,106,136)
#625973
(98,89,115)
#4F485E
(79,72,94)
#3C3749
(60,55,73)
#292634
(41,38,52)
#16151F
(22,21,31)
#000000
(0,0,0)

Tints of #D4BFF1

#D4BFF1
(212,191,241)
#D7C4F2
(215,196,242)
#DAC9F3
(218,201,243)
#DDCEF4
(221,206,244)
#E0D3F5
(224,211,245)
#E3D8F6
(227,216,246)
#E6DDF7
(230,221,247)
#E9E2F8
(233,226,248)
#ECE7F9
(236,231,249)
#EFECFA
(239,236,250)
#F2F1FB
(242,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4BFF1; }

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

This text font color is #D4BFF1.


Background Color

.myBgColor { background-color: #D4BFF1; }

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

This div background color is #D4BFF1.


Border color

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

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

This div border color is #D4BFF1.


Opacity

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

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

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

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

This text has shadow with #D4BFF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BFF1 on black background.


Color preview on white background

This text has color #D4BFF1 on white background.



Black color preview on #D4BFF1 background

This text has black color on #D4BFF1 background.


White color preview on #D4BFF1 background

This text has white color on #D4BFF1 background.