COLOR #D6CFFD

HEX: #D6CFFD
RGB: (214,207,253)

Color info

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

RGB color model

#D6CFFD color RGB value is (214,207,253).

  • red value is 214;
  • green value is 207;
  • blue value is 253.
RGB:
(214,207,253)
(84%,81%,99%)

RGB channels and saturation

R 214 of 255 = 84%
G 207 of 255 = 81%
B 253 of 255 = 99%

214
207
253

R + G + B ~ 88%. #D6CFFD is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 207 + 253 = 674 (100%)
R 214 of 674 ~ 31.75%
G 207 of 674 ~ 30.71%
B 253 of 674 ~ 37.54%

%31.75
%30.71
%37.54

CMYK color model

#D6CFFD color CMYK value is (15,18,0,1).

  • cyan value is 15.42%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(15,18,0,1)
C15M18Y0K1 
(15%,18%,0%,1%)
(0.15/0.18/0.00/0.01)	

CMYK percentages

%15.42
%18.18
%0
%0.78

Codes

Color #D6CFFD in popluar color models

D6CFFD
RGB214207253
HSL249°92.00%90.20%
HSB/HSV249°18.18%99.22%
CMYK15.42%18.18%0.00%
0.78%

Color #D6CFFD in popluar number systems.

HEXD6CFFD
Decimal214207253
Binary110101101100111111111101
Octal326317375

Shades and tints

Shades of #D6CFFD

#D6CFFD
(214,207,253)
#C3BDE6
(195,189,230)
#B0ABCF
(176,171,207)
#9D99B8
(157,153,184)
#8A87A1
(138,135,161)
#77758A
(119,117,138)
#646373
(100,99,115)
#51515C
(81,81,92)
#3E3F45
(62,63,69)
#2B2D2E
(43,45,46)
#181B17
(24,27,23)
#000000
(0,0,0)

Tints of #D6CFFD

#D6CFFD
(214,207,253)
#D9D3FD
(217,211,253)
#DCD7FD
(220,215,253)
#DFDBFD
(223,219,253)
#E2DFFD
(226,223,253)
#E5E3FD
(229,227,253)
#E8E7FD
(232,231,253)
#EBEBFD
(235,235,253)
#EEEFFD
(238,239,253)
#F1F3FD
(241,243,253)
#F4F7FD
(244,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6CFFD color. Also use rgb(214,207,253) instead hex code.

Text Font Color

.myTextColor { color: #D6CFFD; }

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

This text font color is #D6CFFD.


Background Color

.myBgColor { background-color: #D6CFFD; }

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

This div background color is #D6CFFD.


Border color

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

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

This div border color is #D6CFFD.


Opacity

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

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

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

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

This text has shadow with #D6CFFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6CFFD on black background.


Color preview on white background

This text has color #D6CFFD on white background.



Black color preview on #D6CFFD background

This text has black color on #D6CFFD background.


White color preview on #D6CFFD background

This text has white color on #D6CFFD background.