COLOR #D6D4FC

HEX: #D6D4FC
RGB: (214,212,252)

Color info

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

RGB color model

#D6D4FC color RGB value is (214,212,252).

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

RGB channels and saturation

R 214 of 255 = 84%
G 212 of 255 = 83%
B 252 of 255 = 99%

214
212
252

R + G + B ~ 89%. #D6D4FC is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 212 + 252 = 678 (100%)
R 214 of 678 ~ 31.56%
G 212 of 678 ~ 31.27%
B 252 of 678 ~ 37.17%

%31.56
%31.27
%37.17

CMYK color model

#D6D4FC color CMYK value is (15,16,0,1).

  • cyan value is 15.08%
  • magenta value is 15.87%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(15,16,0,1)
C15M16Y0K1 
(15%,16%,0%,1%)
(0.15/0.16/0.00/0.01)	

CMYK percentages

%15.08
%15.87
%0
%1.18

Codes

Color #D6D4FC in popluar color models

D6D4FC
RGB214212252
HSL243°86.96%90.98%
HSB/HSV243°15.87%98.82%
CMYK15.08%15.87%0.00%
1.18%

Color #D6D4FC in popluar number systems.

HEXD6D4FC
Decimal214212252
Binary110101101101010011111100
Octal326324374

Shades and tints

Shades of #D6D4FC

#D6D4FC
(214,212,252)
#C3C1E6
(195,193,230)
#B0AED0
(176,174,208)
#9D9BBA
(157,155,186)
#8A88A4
(138,136,164)
#77758E
(119,117,142)
#646278
(100,98,120)
#514F62
(81,79,98)
#3E3C4C
(62,60,76)
#2B2936
(43,41,54)
#181620
(24,22,32)
#000000
(0,0,0)

Tints of #D6D4FC

#D6D4FC
(214,212,252)
#D9D7FC
(217,215,252)
#DCDAFC
(220,218,252)
#DFDDFC
(223,221,252)
#E2E0FC
(226,224,252)
#E5E3FC
(229,227,252)
#E8E6FC
(232,230,252)
#EBE9FC
(235,233,252)
#EEECFC
(238,236,252)
#F1EFFC
(241,239,252)
#F4F2FC
(244,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6D4FC; }

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

This text font color is #D6D4FC.


Background Color

.myBgColor { background-color: #D6D4FC; }

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

This div background color is #D6D4FC.


Border color

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

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

This div border color is #D6D4FC.


Opacity

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

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

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

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

This text has shadow with #D6D4FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D4FC on black background.


Color preview on white background

This text has color #D6D4FC on white background.



Black color preview on #D6D4FC background

This text has black color on #D6D4FC background.


White color preview on #D6D4FC background

This text has white color on #D6D4FC background.