COLOR #D4B2F1

HEX: #D4B2F1
RGB: (212,178,241)

Color info

#D4B2F1 contains mainly red and blue colors. Web safe color of #D4B2F1 is #CC99FF (or #C9F).

RGB color model

#D4B2F1 color RGB value is (212,178,241).

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

RGB channels and saturation

R 212 of 255 = 83%
G 178 of 255 = 70%
B 241 of 255 = 95%

212
178
241

R + G + B ~ 83%. #D4B2F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 178 + 241 = 631 (100%)
R 212 of 631 ~ 33.6%
G 178 of 631 ~ 28.21%
B 241 of 631 ~ 38.19%

%33.6
%28.21
%38.19

CMYK color model

#D4B2F1 color CMYK value is (12,26,0,5).

  • cyan value is 12.03%
  • magenta value is 26.14%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(12,26,0,5)
C12M26Y0K5 
(12%,26%,0%,5%)
(0.12/0.26/0.00/0.05)	

CMYK percentages

%12.03
%26.14
%0
%5.49

Codes

Color #D4B2F1 in popluar color models

D4B2F1
RGB212178241
HSL272°69.23%82.16%
HSB/HSV272°26.14%94.51%
CMYK12.03%26.14%0.00%
5.49%

Color #D4B2F1 in popluar number systems.

HEXD4B2F1
Decimal212178241
Binary110101001011001011110001
Octal324262361

Shades and tints

Shades of #D4B2F1

#D4B2F1
(212,178,241)
#C1A2DC
(193,162,220)
#AE92C7
(174,146,199)
#9B82B2
(155,130,178)
#88729D
(136,114,157)
#756288
(117,98,136)
#625273
(98,82,115)
#4F425E
(79,66,94)
#3C3249
(60,50,73)
#292234
(41,34,52)
#16121F
(22,18,31)
#000000
(0,0,0)

Tints of #D4B2F1

#D4B2F1
(212,178,241)
#D7B9F2
(215,185,242)
#DAC0F3
(218,192,243)
#DDC7F4
(221,199,244)
#E0CEF5
(224,206,245)
#E3D5F6
(227,213,246)
#E6DCF7
(230,220,247)
#E9E3F8
(233,227,248)
#ECEAF9
(236,234,249)
#EFF1FA
(239,241,250)
#F2F8FB
(242,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4B2F1; }

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

This text font color is #D4B2F1.


Background Color

.myBgColor { background-color: #D4B2F1; }

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

This div background color is #D4B2F1.


Border color

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

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

This div border color is #D4B2F1.


Opacity

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

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

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

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

This text has shadow with #D4B2F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B2F1 on black background.


Color preview on white background

This text has color #D4B2F1 on white background.



Black color preview on #D4B2F1 background

This text has black color on #D4B2F1 background.


White color preview on #D4B2F1 background

This text has white color on #D4B2F1 background.