COLOR #D6B0F9

HEX: #D6B0F9
RGB: (214,176,249)

Color info

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

RGB color model

#D6B0F9 color RGB value is (214,176,249).

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

RGB channels and saturation

R 214 of 255 = 84%
G 176 of 255 = 69%
B 249 of 255 = 98%

214
176
249

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

Portions of RGB colors in percentages

R + G + B =
214 + 176 + 249 = 639 (100%)
R 214 of 639 ~ 33.49%
G 176 of 639 ~ 27.54%
B 249 of 639 ~ 38.97%

%33.49
%27.54
%38.97

CMYK color model

#D6B0F9 color CMYK value is (14,29,0,2).

  • cyan value is 14.06%
  • magenta value is 29.32%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(14,29,0,2)
C14M29Y0K2 
(14%,29%,0%,2%)
(0.14/0.29/0.00/0.02)	

CMYK percentages

%14.06
%29.32
%0
%2.35

Codes

Color #D6B0F9 in popluar color models

D6B0F9
RGB214176249
HSL271°85.88%83.33%
HSB/HSV271°29.32%97.65%
CMYK14.06%29.32%0.00%
2.35%

Color #D6B0F9 in popluar number systems.

HEXD6B0F9
Decimal214176249
Binary110101101011000011111001
Octal326260371

Shades and tints

Shades of #D6B0F9

#D6B0F9
(214,176,249)
#C3A0E3
(195,160,227)
#B090CD
(176,144,205)
#9D80B7
(157,128,183)
#8A70A1
(138,112,161)
#77608B
(119,96,139)
#645075
(100,80,117)
#51405F
(81,64,95)
#3E3049
(62,48,73)
#2B2033
(43,32,51)
#18101D
(24,16,29)
#000000
(0,0,0)

Tints of #D6B0F9

#D6B0F9
(214,176,249)
#D9B7F9
(217,183,249)
#DCBEF9
(220,190,249)
#DFC5F9
(223,197,249)
#E2CCF9
(226,204,249)
#E5D3F9
(229,211,249)
#E8DAF9
(232,218,249)
#EBE1F9
(235,225,249)
#EEE8F9
(238,232,249)
#F1EFF9
(241,239,249)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6B0F9; }

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

This text font color is #D6B0F9.


Background Color

.myBgColor { background-color: #D6B0F9; }

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

This div background color is #D6B0F9.


Border color

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

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

This div border color is #D6B0F9.


Opacity

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

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

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

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

This text has shadow with #D6B0F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B0F9 on black background.


Color preview on white background

This text has color #D6B0F9 on white background.



Black color preview on #D6B0F9 background

This text has black color on #D6B0F9 background.


White color preview on #D6B0F9 background

This text has white color on #D6B0F9 background.