COLOR #D4B1F4

HEX: #D4B1F4
RGB: (212,177,244)

Color info

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

RGB color model

#D4B1F4 color RGB value is (212,177,244).

  • red value is 212;
  • green value is 177;
  • blue value is 244.
RGB:
(212,177,244)
(83%,69%,96%)

RGB channels and saturation

R 212 of 255 = 83%
G 177 of 255 = 69%
B 244 of 255 = 96%

212
177
244

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

Portions of RGB colors in percentages

R + G + B =
212 + 177 + 244 = 633 (100%)
R 212 of 633 ~ 33.49%
G 177 of 633 ~ 27.96%
B 244 of 633 ~ 38.55%

%33.49
%27.96
%38.55

CMYK color model

#D4B1F4 color CMYK value is (13,27,0,4).

  • cyan value is 13.11%
  • magenta value is 27.46%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(13,27,0,4)
C13M27Y0K4 
(13%,27%,0%,4%)
(0.13/0.27/0.00/0.04)	

CMYK percentages

%13.11
%27.46
%0
%4.31

Codes

Color #D4B1F4 in popluar color models

D4B1F4
RGB212177244
HSL271°75.28%82.55%
HSB/HSV271°27.46%95.69%
CMYK13.11%27.46%0.00%
4.31%

Color #D4B1F4 in popluar number systems.

HEXD4B1F4
Decimal212177244
Binary110101001011000111110100
Octal324261364

Shades and tints

Shades of #D4B1F4

#D4B1F4
(212,177,244)
#C1A1DE
(193,161,222)
#AE91C8
(174,145,200)
#9B81B2
(155,129,178)
#88719C
(136,113,156)
#756186
(117,97,134)
#625170
(98,81,112)
#4F415A
(79,65,90)
#3C3144
(60,49,68)
#29212E
(41,33,46)
#161118
(22,17,24)
#000000
(0,0,0)

Tints of #D4B1F4

#D4B1F4
(212,177,244)
#D7B8F5
(215,184,245)
#DABFF6
(218,191,246)
#DDC6F7
(221,198,247)
#E0CDF8
(224,205,248)
#E3D4F9
(227,212,249)
#E6DBFA
(230,219,250)
#E9E2FB
(233,226,251)
#ECE9FC
(236,233,252)
#EFF0FD
(239,240,253)
#F2F7FE
(242,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B1F4 color. Also use rgb(212,177,244) instead hex code.

Text Font Color

.myTextColor { color: #D4B1F4; }

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

This text font color is #D4B1F4.


Background Color

.myBgColor { background-color: #D4B1F4; }

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

This div background color is #D4B1F4.


Border color

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

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

This div border color is #D4B1F4.


Opacity

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

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

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

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

This text has shadow with #D4B1F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B1F4 on black background.


Color preview on white background

This text has color #D4B1F4 on white background.



Black color preview on #D4B1F4 background

This text has black color on #D4B1F4 background.


White color preview on #D4B1F4 background

This text has white color on #D4B1F4 background.