COLOR #D6D3E5

HEX: #D6D3E5
RGB: (214,211,229)

Color info

#D6D3E5 contains red, green and blue colors in about the same proportion. Web safe color of #D6D3E5 is #CCCCCC (or #CCC).

RGB color model

#D6D3E5 color RGB value is (214,211,229).

  • red value is 214;
  • green value is 211;
  • blue value is 229.
RGB:
(214,211,229)
(84%,83%,90%)

RGB channels and saturation

R 214 of 255 = 84%
G 211 of 255 = 83%
B 229 of 255 = 90%

214
211
229

R + G + B ~ 86%. #D6D3E5 is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 211 + 229 = 654 (100%)
R 214 of 654 ~ 32.72%
G 211 of 654 ~ 32.26%
B 229 of 654 ~ 35.02%

%32.72
%32.26
%35.02

CMYK color model

#D6D3E5 color CMYK value is (7,8,0,10).

  • cyan value is 6.55%
  • magenta value is 7.86%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(7,8,0,10)
C7M8Y0K10 
(7%,8%,0%,10%)
(0.07/0.08/0.00/0.10)	

CMYK percentages

%6.55
%7.86
%0
%10.2

Codes

Color #D6D3E5 in popluar color models

D6D3E5
RGB214211229
HSL250°25.71%86.27%
HSB/HSV250°7.86%89.80%
CMYK6.55%7.86%0.00%
10.20%

Color #D6D3E5 in popluar number systems.

HEXD6D3E5
Decimal214211229
Binary110101101101001111100101
Octal326323345

Shades and tints

Shades of #D6D3E5

#D6D3E5
(214,211,229)
#C3C0D1
(195,192,209)
#B0ADBD
(176,173,189)
#9D9AA9
(157,154,169)
#8A8795
(138,135,149)
#777481
(119,116,129)
#64616D
(100,97,109)
#514E59
(81,78,89)
#3E3B45
(62,59,69)
#2B2831
(43,40,49)
#18151D
(24,21,29)
#000000
(0,0,0)

Tints of #D6D3E5

#D6D3E5
(214,211,229)
#D9D7E7
(217,215,231)
#DCDBE9
(220,219,233)
#DFDFEB
(223,223,235)
#E2E3ED
(226,227,237)
#E5E7EF
(229,231,239)
#E8EBF1
(232,235,241)
#EBEFF3
(235,239,243)
#EEF3F5
(238,243,245)
#F1F7F7
(241,247,247)
#F4FBF9
(244,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6D3E5 color. Also use rgb(214,211,229) instead hex code.

Text Font Color

.myTextColor { color: #D6D3E5; }

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

This text font color is #D6D3E5.


Background Color

.myBgColor { background-color: #D6D3E5; }

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

This div background color is #D6D3E5.


Border color

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

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

This div border color is #D6D3E5.


Opacity

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

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

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

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

This text has shadow with #D6D3E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D3E5 on black background.


Color preview on white background

This text has color #D6D3E5 on white background.



Black color preview on #D6D3E5 background

This text has black color on #D6D3E5 background.


White color preview on #D6D3E5 background

This text has white color on #D6D3E5 background.