COLOR #D6B4F8

HEX: #D6B4F8
RGB: (214,180,248)

Color info

#D6B4F8 contains mainly red and blue colors. Web safe color of #D6B4F8 is #CCCCFF (or #CCF).

RGB color model

#D6B4F8 color RGB value is (214,180,248).

  • red value is 214;
  • green value is 180;
  • blue value is 248.
RGB:
(214,180,248)
(84%,71%,97%)

RGB channels and saturation

R 214 of 255 = 84%
G 180 of 255 = 71%
B 248 of 255 = 97%

214
180
248

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

Portions of RGB colors in percentages

R + G + B =
214 + 180 + 248 = 642 (100%)
R 214 of 642 ~ 33.33%
G 180 of 642 ~ 28.04%
B 248 of 642 ~ 38.63%

%33.33
%28.04
%38.63

CMYK color model

#D6B4F8 color CMYK value is (14,27,0,3).

  • cyan value is 13.71%
  • magenta value is 27.42%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(14,27,0,3)
C14M27Y0K3 
(14%,27%,0%,3%)
(0.14/0.27/0.00/0.03)	

CMYK percentages

%13.71
%27.42
%0
%2.75

Codes

Color #D6B4F8 in popluar color models

D6B4F8
RGB214180248
HSL270°82.93%83.92%
HSB/HSV270°27.42%97.25%
CMYK13.71%27.42%0.00%
2.75%

Color #D6B4F8 in popluar number systems.

HEXD6B4F8
Decimal214180248
Binary110101101011010011111000
Octal326264370

Shades and tints

Shades of #D6B4F8

#D6B4F8
(214,180,248)
#C3A4E2
(195,164,226)
#B094CC
(176,148,204)
#9D84B6
(157,132,182)
#8A74A0
(138,116,160)
#77648A
(119,100,138)
#645474
(100,84,116)
#51445E
(81,68,94)
#3E3448
(62,52,72)
#2B2432
(43,36,50)
#18141C
(24,20,28)
#000000
(0,0,0)

Tints of #D6B4F8

#D6B4F8
(214,180,248)
#D9BAF8
(217,186,248)
#DCC0F8
(220,192,248)
#DFC6F8
(223,198,248)
#E2CCF8
(226,204,248)
#E5D2F8
(229,210,248)
#E8D8F8
(232,216,248)
#EBDEF8
(235,222,248)
#EEE4F8
(238,228,248)
#F1EAF8
(241,234,248)
#F4F0F8
(244,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B4F8 color. Also use rgb(214,180,248) instead hex code.

Text Font Color

.myTextColor { color: #D6B4F8; }

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

This text font color is #D6B4F8.


Background Color

.myBgColor { background-color: #D6B4F8; }

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

This div background color is #D6B4F8.


Border color

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

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

This div border color is #D6B4F8.


Opacity

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

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

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

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

This text has shadow with #D6B4F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B4F8 on black background.


Color preview on white background

This text has color #D6B4F8 on white background.



Black color preview on #D6B4F8 background

This text has black color on #D6B4F8 background.


White color preview on #D6B4F8 background

This text has white color on #D6B4F8 background.