COLOR #D6B1FF

HEX: #D6B1FF
RGB: (214,177,255)

Color info

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

RGB color model

#D6B1FF color RGB value is (214,177,255).

  • red value is 214;
  • green value is 177;
  • blue value is 255.
RGB:
(214,177,255)
(84%,69%,100%)

RGB channels and saturation

R 214 of 255 = 84%
G 177 of 255 = 69%
B 255 of 255 = 100%

214
177
255

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

Portions of RGB colors in percentages

R + G + B =
214 + 177 + 255 = 646 (100%)
R 214 of 646 ~ 33.13%
G 177 of 646 ~ 27.4%
B 255 of 646 ~ 39.47%

%33.13
%27.4
%39.47

CMYK color model

#D6B1FF color CMYK value is (16,31,0,0).

  • cyan value is 16.08%
  • magenta value is 30.59%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(16,31,0,0)
C16M31Y0K0 
(16%,31%,0%,0%)
(0.16/0.31/0.00/0.00)	

CMYK percentages

%16.08
%30.59
%0
%0

Codes

Color #D6B1FF in popluar color models

D6B1FF
RGB214177255
HSL268°100.00%84.71%
HSB/HSV268°30.59%100.00%
CMYK16.08%30.59%0.00%
0.00%

Color #D6B1FF in popluar number systems.

HEXD6B1FF
Decimal214177255
Binary110101101011000111111111
Octal326261377

Shades and tints

Shades of #D6B1FF

#D6B1FF
(214,177,255)
#C3A1E8
(195,161,232)
#B091D1
(176,145,209)
#9D81BA
(157,129,186)
#8A71A3
(138,113,163)
#77618C
(119,97,140)
#645175
(100,81,117)
#51415E
(81,65,94)
#3E3147
(62,49,71)
#2B2130
(43,33,48)
#181119
(24,17,25)
#000000
(0,0,0)

Tints of #D6B1FF

#D6B1FF
(214,177,255)
#D9B8FF
(217,184,255)
#DCBFFF
(220,191,255)
#DFC6FF
(223,198,255)
#E2CDFF
(226,205,255)
#E5D4FF
(229,212,255)
#E8DBFF
(232,219,255)
#EBE2FF
(235,226,255)
#EEE9FF
(238,233,255)
#F1F0FF
(241,240,255)
#F4F7FF
(244,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B1FF color. Also use rgb(214,177,255) instead hex code.

Text Font Color

.myTextColor { color: #D6B1FF; }

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

This text font color is #D6B1FF.


Background Color

.myBgColor { background-color: #D6B1FF; }

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

This div background color is #D6B1FF.


Border color

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

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

This div border color is #D6B1FF.


Opacity

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

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

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

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

This text has shadow with #D6B1FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B1FF on black background.


Color preview on white background

This text has color #D6B1FF on white background.



Black color preview on #D6B1FF background

This text has black color on #D6B1FF background.


White color preview on #D6B1FF background

This text has white color on #D6B1FF background.