COLOR #D4B2FC

HEX: #D4B2FC
RGB: (212,178,252)

Color info

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

RGB color model

#D4B2FC color RGB value is (212,178,252).

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

RGB channels and saturation

R 212 of 255 = 83%
G 178 of 255 = 70%
B 252 of 255 = 99%

212
178
252

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

Portions of RGB colors in percentages

R + G + B =
212 + 178 + 252 = 642 (100%)
R 212 of 642 ~ 33.02%
G 178 of 642 ~ 27.73%
B 252 of 642 ~ 39.25%

%33.02
%27.73
%39.25

CMYK color model

#D4B2FC color CMYK value is (16,29,0,1).

  • cyan value is 15.87%
  • magenta value is 29.37%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(16,29,0,1)
C16M29Y0K1 
(16%,29%,0%,1%)
(0.16/0.29/0.00/0.01)	

CMYK percentages

%15.87
%29.37
%0
%1.18

Codes

Color #D4B2FC in popluar color models

D4B2FC
RGB212178252
HSL268°92.50%84.31%
HSB/HSV268°29.37%98.82%
CMYK15.87%29.37%0.00%
1.18%

Color #D4B2FC in popluar number systems.

HEXD4B2FC
Decimal212178252
Binary110101001011001011111100
Octal324262374

Shades and tints

Shades of #D4B2FC

#D4B2FC
(212,178,252)
#C1A2E6
(193,162,230)
#AE92D0
(174,146,208)
#9B82BA
(155,130,186)
#8872A4
(136,114,164)
#75628E
(117,98,142)
#625278
(98,82,120)
#4F4262
(79,66,98)
#3C324C
(60,50,76)
#292236
(41,34,54)
#161220
(22,18,32)
#000000
(0,0,0)

Tints of #D4B2FC

#D4B2FC
(212,178,252)
#D7B9FC
(215,185,252)
#DAC0FC
(218,192,252)
#DDC7FC
(221,199,252)
#E0CEFC
(224,206,252)
#E3D5FC
(227,213,252)
#E6DCFC
(230,220,252)
#E9E3FC
(233,227,252)
#ECEAFC
(236,234,252)
#EFF1FC
(239,241,252)
#F2F8FC
(242,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4B2FC; }

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

This text font color is #D4B2FC.


Background Color

.myBgColor { background-color: #D4B2FC; }

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

This div background color is #D4B2FC.


Border color

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

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

This div border color is #D4B2FC.


Opacity

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

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

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

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

This text has shadow with #D4B2FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B2FC on black background.


Color preview on white background

This text has color #D4B2FC on white background.



Black color preview on #D4B2FC background

This text has black color on #D4B2FC background.


White color preview on #D4B2FC background

This text has white color on #D4B2FC background.