COLOR #D6D5DE

HEX: #D6D5DE
RGB: (214,213,222)

Color info

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

RGB color model

#D6D5DE color RGB value is (214,213,222).

  • red value is 214;
  • green value is 213;
  • blue value is 222.
RGB:
(214,213,222)
(84%,84%,87%)

RGB channels and saturation

R 214 of 255 = 84%
G 213 of 255 = 84%
B 222 of 255 = 87%

214
213
222

R + G + B ~ 85%. #D6D5DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 213 + 222 = 649 (100%)
R 214 of 649 ~ 32.97%
G 213 of 649 ~ 32.82%
B 222 of 649 ~ 34.21%

%32.97
%32.82
%34.21

CMYK color model

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

  • cyan value is 3.60%
  • magenta value is 4.05%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(4,4,0,13)
C4M4Y0K13 
(4%,4%,0%,13%)
(0.04/0.04/0.00/0.13)	

CMYK percentages

%3.6
%4.05
%0
%12.94

Codes

Color #D6D5DE in popluar color models

D6D5DE
RGB214213222
HSL247°12.00%85.29%
HSB/HSV247°4.05%87.06%
CMYK3.60%4.05%0.00%
12.94%

Color #D6D5DE in popluar number systems.

HEXD6D5DE
Decimal214213222
Binary110101101101010111011110
Octal326325336

Shades and tints

Shades of #D6D5DE

#D6D5DE
(214,213,222)
#C3C2CA
(195,194,202)
#B0AFB6
(176,175,182)
#9D9CA2
(157,156,162)
#8A898E
(138,137,142)
#77767A
(119,118,122)
#646366
(100,99,102)
#515052
(81,80,82)
#3E3D3E
(62,61,62)
#2B2A2A
(43,42,42)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #D6D5DE

#D6D5DE
(214,213,222)
#D9D8E1
(217,216,225)
#DCDBE4
(220,219,228)
#DFDEE7
(223,222,231)
#E2E1EA
(226,225,234)
#E5E4ED
(229,228,237)
#E8E7F0
(232,231,240)
#EBEAF3
(235,234,243)
#EEEDF6
(238,237,246)
#F1F0F9
(241,240,249)
#F4F3FC
(244,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6D5DE color. Also use rgb(214,213,222) instead hex code.

Text Font Color

.myTextColor { color: #D6D5DE; }

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

This text font color is #D6D5DE.


Background Color

.myBgColor { background-color: #D6D5DE; }

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

This div background color is #D6D5DE.


Border color

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

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

This div border color is #D6D5DE.


Opacity

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

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

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

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

This text has shadow with #D6D5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D5DE on black background.


Color preview on white background

This text has color #D6D5DE on white background.



Black color preview on #D6D5DE background

This text has black color on #D6D5DE background.


White color preview on #D6D5DE background

This text has white color on #D6D5DE background.