COLOR #D6D2FB

HEX: #D6D2FB
RGB: (214,210,251)

Color info

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

RGB color model

#D6D2FB color RGB value is (214,210,251).

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

RGB channels and saturation

R 214 of 255 = 84%
G 210 of 255 = 82%
B 251 of 255 = 98%

214
210
251

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

Portions of RGB colors in percentages

R + G + B =
214 + 210 + 251 = 675 (100%)
R 214 of 675 ~ 31.7%
G 210 of 675 ~ 31.11%
B 251 of 675 ~ 37.19%

%31.7
%31.11
%37.19

CMYK color model

#D6D2FB color CMYK value is (15,16,0,2).

  • cyan value is 14.74%
  • magenta value is 16.33%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(15,16,0,2)
C15M16Y0K2 
(15%,16%,0%,2%)
(0.15/0.16/0.00/0.02)	

CMYK percentages

%14.74
%16.33
%0
%1.57

Codes

Color #D6D2FB in popluar color models

D6D2FB
RGB214210251
HSL246°83.67%90.39%
HSB/HSV246°16.33%98.43%
CMYK14.74%16.33%0.00%
1.57%

Color #D6D2FB in popluar number systems.

HEXD6D2FB
Decimal214210251
Binary110101101101001011111011
Octal326322373

Shades and tints

Shades of #D6D2FB

#D6D2FB
(214,210,251)
#C3BFE5
(195,191,229)
#B0ACCF
(176,172,207)
#9D99B9
(157,153,185)
#8A86A3
(138,134,163)
#77738D
(119,115,141)
#646077
(100,96,119)
#514D61
(81,77,97)
#3E3A4B
(62,58,75)
#2B2735
(43,39,53)
#18141F
(24,20,31)
#000000
(0,0,0)

Tints of #D6D2FB

#D6D2FB
(214,210,251)
#D9D6FB
(217,214,251)
#DCDAFB
(220,218,251)
#DFDEFB
(223,222,251)
#E2E2FB
(226,226,251)
#E5E6FB
(229,230,251)
#E8EAFB
(232,234,251)
#EBEEFB
(235,238,251)
#EEF2FB
(238,242,251)
#F1F6FB
(241,246,251)
#F4FAFB
(244,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6D2FB; }

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

This text font color is #D6D2FB.


Background Color

.myBgColor { background-color: #D6D2FB; }

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

This div background color is #D6D2FB.


Border color

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

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

This div border color is #D6D2FB.


Opacity

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

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

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

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

This text has shadow with #D6D2FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D2FB on black background.


Color preview on white background

This text has color #D6D2FB on white background.



Black color preview on #D6D2FB background

This text has black color on #D6D2FB background.


White color preview on #D6D2FB background

This text has white color on #D6D2FB background.