COLOR #D6D2EB

HEX: #D6D2EB
RGB: (214,210,235)

Color info

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

RGB color model

#D6D2EB color RGB value is (214,210,235).

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

RGB channels and saturation

R 214 of 255 = 84%
G 210 of 255 = 82%
B 235 of 255 = 92%

214
210
235

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

Portions of RGB colors in percentages

R + G + B =
214 + 210 + 235 = 659 (100%)
R 214 of 659 ~ 32.47%
G 210 of 659 ~ 31.87%
B 235 of 659 ~ 35.66%

%32.47
%31.87
%35.66

CMYK color model

#D6D2EB color CMYK value is (9,11,0,8).

  • cyan value is 8.94%
  • magenta value is 10.64%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(9,11,0,8)
C9M11Y0K8 
(9%,11%,0%,8%)
(0.09/0.11/0.00/0.08)	

CMYK percentages

%8.94
%10.64
%0
%7.84

Codes

Color #D6D2EB in popluar color models

D6D2EB
RGB214210235
HSL250°38.46%87.25%
HSB/HSV250°10.64%92.16%
CMYK8.94%10.64%0.00%
7.84%

Color #D6D2EB in popluar number systems.

HEXD6D2EB
Decimal214210235
Binary110101101101001011101011
Octal326322353

Shades and tints

Shades of #D6D2EB

#D6D2EB
(214,210,235)
#C3BFD6
(195,191,214)
#B0ACC1
(176,172,193)
#9D99AC
(157,153,172)
#8A8697
(138,134,151)
#777382
(119,115,130)
#64606D
(100,96,109)
#514D58
(81,77,88)
#3E3A43
(62,58,67)
#2B272E
(43,39,46)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #D6D2EB

#D6D2EB
(214,210,235)
#D9D6EC
(217,214,236)
#DCDAED
(220,218,237)
#DFDEEE
(223,222,238)
#E2E2EF
(226,226,239)
#E5E6F0
(229,230,240)
#E8EAF1
(232,234,241)
#EBEEF2
(235,238,242)
#EEF2F3
(238,242,243)
#F1F6F4
(241,246,244)
#F4FAF5
(244,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6D2EB; }

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

This text font color is #D6D2EB.


Background Color

.myBgColor { background-color: #D6D2EB; }

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

This div background color is #D6D2EB.


Border color

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

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

This div border color is #D6D2EB.


Opacity

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

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

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

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

This text has shadow with #D6D2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D2EB on black background.


Color preview on white background

This text has color #D6D2EB on white background.



Black color preview on #D6D2EB background

This text has black color on #D6D2EB background.


White color preview on #D6D2EB background

This text has white color on #D6D2EB background.