COLOR #D6B0F4

HEX: #D6B0F4
RGB: (214,176,244)

Color info

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

RGB color model

#D6B0F4 color RGB value is (214,176,244).

  • red value is 214;
  • green value is 176;
  • blue value is 244.
RGB:
(214,176,244)
(84%,69%,96%)

RGB channels and saturation

R 214 of 255 = 84%
G 176 of 255 = 69%
B 244 of 255 = 96%

214
176
244

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

Portions of RGB colors in percentages

R + G + B =
214 + 176 + 244 = 634 (100%)
R 214 of 634 ~ 33.75%
G 176 of 634 ~ 27.76%
B 244 of 634 ~ 38.49%

%33.75
%27.76
%38.49

CMYK color model

#D6B0F4 color CMYK value is (12,28,0,4).

  • cyan value is 12.30%
  • magenta value is 27.87%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(12,28,0,4)
C12M28Y0K4 
(12%,28%,0%,4%)
(0.12/0.28/0.00/0.04)	

CMYK percentages

%12.3
%27.87
%0
%4.31

Codes

Color #D6B0F4 in popluar color models

D6B0F4
RGB214176244
HSL274°75.56%82.35%
HSB/HSV274°27.87%95.69%
CMYK12.30%27.87%0.00%
4.31%

Color #D6B0F4 in popluar number systems.

HEXD6B0F4
Decimal214176244
Binary110101101011000011110100
Octal326260364

Shades and tints

Shades of #D6B0F4

#D6B0F4
(214,176,244)
#C3A0DE
(195,160,222)
#B090C8
(176,144,200)
#9D80B2
(157,128,178)
#8A709C
(138,112,156)
#776086
(119,96,134)
#645070
(100,80,112)
#51405A
(81,64,90)
#3E3044
(62,48,68)
#2B202E
(43,32,46)
#181018
(24,16,24)
#000000
(0,0,0)

Tints of #D6B0F4

#D6B0F4
(214,176,244)
#D9B7F5
(217,183,245)
#DCBEF6
(220,190,246)
#DFC5F7
(223,197,247)
#E2CCF8
(226,204,248)
#E5D3F9
(229,211,249)
#E8DAFA
(232,218,250)
#EBE1FB
(235,225,251)
#EEE8FC
(238,232,252)
#F1EFFD
(241,239,253)
#F4F6FE
(244,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B0F4 color. Also use rgb(214,176,244) instead hex code.

Text Font Color

.myTextColor { color: #D6B0F4; }

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

This text font color is #D6B0F4.


Background Color

.myBgColor { background-color: #D6B0F4; }

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

This div background color is #D6B0F4.


Border color

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

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

This div border color is #D6B0F4.


Opacity

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

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

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

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

This text has shadow with #D6B0F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B0F4 on black background.


Color preview on white background

This text has color #D6B0F4 on white background.



Black color preview on #D6B0F4 background

This text has black color on #D6B0F4 background.


White color preview on #D6B0F4 background

This text has white color on #D6B0F4 background.