COLOR #D6CFF6

HEX: #D6CFF6
RGB: (214,207,246)

Color info

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

RGB color model

#D6CFF6 color RGB value is (214,207,246).

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

RGB channels and saturation

R 214 of 255 = 84%
G 207 of 255 = 81%
B 246 of 255 = 96%

214
207
246

R + G + B ~ 87%. #D6CFF6 is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 207 + 246 = 667 (100%)
R 214 of 667 ~ 32.08%
G 207 of 667 ~ 31.03%
B 246 of 667 ~ 36.88%

%32.08
%31.03
%36.88

CMYK color model

#D6CFF6 color CMYK value is (13,16,0,4).

  • cyan value is 13.01%
  • magenta value is 15.85%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(13,16,0,4)
C13M16Y0K4 
(13%,16%,0%,4%)
(0.13/0.16/0.00/0.04)	

CMYK percentages

%13.01
%15.85
%0
%3.53

Codes

Color #D6CFF6 in popluar color models

D6CFF6
RGB214207246
HSL251°68.42%88.82%
HSB/HSV251°15.85%96.47%
CMYK13.01%15.85%0.00%
3.53%

Color #D6CFF6 in popluar number systems.

HEXD6CFF6
Decimal214207246
Binary110101101100111111110110
Octal326317366

Shades and tints

Shades of #D6CFF6

#D6CFF6
(214,207,246)
#C3BDE0
(195,189,224)
#B0ABCA
(176,171,202)
#9D99B4
(157,153,180)
#8A879E
(138,135,158)
#777588
(119,117,136)
#646372
(100,99,114)
#51515C
(81,81,92)
#3E3F46
(62,63,70)
#2B2D30
(43,45,48)
#181B1A
(24,27,26)
#000000
(0,0,0)

Tints of #D6CFF6

#D6CFF6
(214,207,246)
#D9D3F6
(217,211,246)
#DCD7F6
(220,215,246)
#DFDBF6
(223,219,246)
#E2DFF6
(226,223,246)
#E5E3F6
(229,227,246)
#E8E7F6
(232,231,246)
#EBEBF6
(235,235,246)
#EEEFF6
(238,239,246)
#F1F3F6
(241,243,246)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6CFF6; }

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

This text font color is #D6CFF6.


Background Color

.myBgColor { background-color: #D6CFF6; }

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

This div background color is #D6CFF6.


Border color

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

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

This div border color is #D6CFF6.


Opacity

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

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

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

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

This text has shadow with #D6CFF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6CFF6 on black background.


Color preview on white background

This text has color #D6CFF6 on white background.



Black color preview on #D6CFF6 background

This text has black color on #D6CFF6 background.


White color preview on #D6CFF6 background

This text has white color on #D6CFF6 background.