COLOR #D6C1FC

HEX: #D6C1FC
RGB: (214,193,252)

Color info

#D6C1FC contains red, green and blue colors in about the same proportion. Web safe color of #D6C1FC is #CCCCFF (or #CCF).

RGB color model

#D6C1FC color RGB value is (214,193,252).

  • red value is 214;
  • green value is 193;
  • blue value is 252.
RGB:
(214,193,252)
(84%,76%,99%)

RGB channels and saturation

R 214 of 255 = 84%
G 193 of 255 = 76%
B 252 of 255 = 99%

214
193
252

R + G + B ~ 86%. #D6C1FC is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 193 + 252 = 659 (100%)
R 214 of 659 ~ 32.47%
G 193 of 659 ~ 29.29%
B 252 of 659 ~ 38.24%

%32.47
%29.29
%38.24

CMYK color model

#D6C1FC color CMYK value is (15,23,0,1).

  • cyan value is 15.08%
  • magenta value is 23.41%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(15,23,0,1)
C15M23Y0K1 
(15%,23%,0%,1%)
(0.15/0.23/0.00/0.01)	

CMYK percentages

%15.08
%23.41
%0
%1.18

Codes

Color #D6C1FC in popluar color models

D6C1FC
RGB214193252
HSL261°90.77%87.25%
HSB/HSV261°23.41%98.82%
CMYK15.08%23.41%0.00%
1.18%

Color #D6C1FC in popluar number systems.

HEXD6C1FC
Decimal214193252
Binary110101101100000111111100
Octal326301374

Shades and tints

Shades of #D6C1FC

#D6C1FC
(214,193,252)
#C3B0E6
(195,176,230)
#B09FD0
(176,159,208)
#9D8EBA
(157,142,186)
#8A7DA4
(138,125,164)
#776C8E
(119,108,142)
#645B78
(100,91,120)
#514A62
(81,74,98)
#3E394C
(62,57,76)
#2B2836
(43,40,54)
#181720
(24,23,32)
#000000
(0,0,0)

Tints of #D6C1FC

#D6C1FC
(214,193,252)
#D9C6FC
(217,198,252)
#DCCBFC
(220,203,252)
#DFD0FC
(223,208,252)
#E2D5FC
(226,213,252)
#E5DAFC
(229,218,252)
#E8DFFC
(232,223,252)
#EBE4FC
(235,228,252)
#EEE9FC
(238,233,252)
#F1EEFC
(241,238,252)
#F4F3FC
(244,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6C1FC color. Also use rgb(214,193,252) instead hex code.

Text Font Color

.myTextColor { color: #D6C1FC; }

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

This text font color is #D6C1FC.


Background Color

.myBgColor { background-color: #D6C1FC; }

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

This div background color is #D6C1FC.


Border color

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

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

This div border color is #D6C1FC.


Opacity

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

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

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

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

This text has shadow with #D6C1FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C1FC on black background.


Color preview on white background

This text has color #D6C1FC on white background.



Black color preview on #D6C1FC background

This text has black color on #D6C1FC background.


White color preview on #D6C1FC background

This text has white color on #D6C1FC background.