COLOR #D6D2F8

HEX: #D6D2F8
RGB: (214,210,248)

Color info

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

RGB color model

#D6D2F8 color RGB value is (214,210,248).

  • red value is 214;
  • green value is 210;
  • blue value is 248.
RGB:
(214,210,248)
(84%,82%,97%)

RGB channels and saturation

R 214 of 255 = 84%
G 210 of 255 = 82%
B 248 of 255 = 97%

214
210
248

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

Portions of RGB colors in percentages

R + G + B =
214 + 210 + 248 = 672 (100%)
R 214 of 672 ~ 31.85%
G 210 of 672 ~ 31.25%
B 248 of 672 ~ 36.9%

%31.85
%31.25
%36.9

CMYK color model

#D6D2F8 color CMYK value is (14,15,0,3).

  • cyan value is 13.71%
  • magenta value is 15.32%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(14,15,0,3)
C14M15Y0K3 
(14%,15%,0%,3%)
(0.14/0.15/0.00/0.03)	

CMYK percentages

%13.71
%15.32
%0
%2.75

Codes

Color #D6D2F8 in popluar color models

D6D2F8
RGB214210248
HSL246°73.08%89.80%
HSB/HSV246°15.32%97.25%
CMYK13.71%15.32%0.00%
2.75%

Color #D6D2F8 in popluar number systems.

HEXD6D2F8
Decimal214210248
Binary110101101101001011111000
Octal326322370

Shades and tints

Shades of #D6D2F8

#D6D2F8
(214,210,248)
#C3BFE2
(195,191,226)
#B0ACCC
(176,172,204)
#9D99B6
(157,153,182)
#8A86A0
(138,134,160)
#77738A
(119,115,138)
#646074
(100,96,116)
#514D5E
(81,77,94)
#3E3A48
(62,58,72)
#2B2732
(43,39,50)
#18141C
(24,20,28)
#000000
(0,0,0)

Tints of #D6D2F8

#D6D2F8
(214,210,248)
#D9D6F8
(217,214,248)
#DCDAF8
(220,218,248)
#DFDEF8
(223,222,248)
#E2E2F8
(226,226,248)
#E5E6F8
(229,230,248)
#E8EAF8
(232,234,248)
#EBEEF8
(235,238,248)
#EEF2F8
(238,242,248)
#F1F6F8
(241,246,248)
#F4FAF8
(244,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6D2F8 color. Also use rgb(214,210,248) instead hex code.

Text Font Color

.myTextColor { color: #D6D2F8; }

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

This text font color is #D6D2F8.


Background Color

.myBgColor { background-color: #D6D2F8; }

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

This div background color is #D6D2F8.


Border color

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

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

This div border color is #D6D2F8.


Opacity

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

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

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

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

This text has shadow with #D6D2F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D2F8 on black background.


Color preview on white background

This text has color #D6D2F8 on white background.



Black color preview on #D6D2F8 background

This text has black color on #D6D2F8 background.


White color preview on #D6D2F8 background

This text has white color on #D6D2F8 background.