COLOR #D1DEDC

HEX: #D1DEDC
RGB: (209,222,220)

Color info

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

RGB color model

#D1DEDC color RGB value is (209,222,220).

  • red value is 209;
  • green value is 222;
  • blue value is 220.
RGB:
(209,222,220)
(82%,87%,86%)

RGB channels and saturation

R 209 of 255 = 82%
G 222 of 255 = 87%
B 220 of 255 = 86%

209
222
220

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

Portions of RGB colors in percentages

R + G + B =
209 + 222 + 220 = 651 (100%)
R 209 of 651 ~ 32.1%
G 222 of 651 ~ 34.1%
B 220 of 651 ~ 33.79%

%32.1
%34.1
%33.79

CMYK color model

#D1DEDC color CMYK value is (6,0,1,13).

  • cyan value is 5.86%
  • magenta value is 0.00%
  • yellow value is 0.90%
  • key color value is 12.94%
CMYK:
(6,0,1,13)
C6M0Y1K13 
(6%,0%,1%,13%)
(0.06/0.00/0.01/0.13)	

CMYK percentages

%5.86
%0
%0.9
%12.94

Codes

Color #D1DEDC in popluar color models

D1DEDC
RGB209222220
HSL171°16.46%84.51%
HSB/HSV171°5.86%87.06%
CMYK5.86%0.00%0.90%
12.94%

Color #D1DEDC in popluar number systems.

HEXD1DEDC
Decimal209222220
Binary110100011101111011011100
Octal321336334

Shades and tints

Shades of #D1DEDC

#D1DEDC
(209,222,220)
#BECAC8
(190,202,200)
#ABB6B4
(171,182,180)
#98A2A0
(152,162,160)
#858E8C
(133,142,140)
#727A78
(114,122,120)
#5F6664
(95,102,100)
#4C5250
(76,82,80)
#393E3C
(57,62,60)
#262A28
(38,42,40)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #D1DEDC

#D1DEDC
(209,222,220)
#D5E1DF
(213,225,223)
#D9E4E2
(217,228,226)
#DDE7E5
(221,231,229)
#E1EAE8
(225,234,232)
#E5EDEB
(229,237,235)
#E9F0EE
(233,240,238)
#EDF3F1
(237,243,241)
#F1F6F4
(241,246,244)
#F5F9F7
(245,249,247)
#F9FCFA
(249,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1DEDC color. Also use rgb(209,222,220) instead hex code.

Text Font Color

.myTextColor { color: #D1DEDC; }

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

This text font color is #D1DEDC.


Background Color

.myBgColor { background-color: #D1DEDC; }

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

This div background color is #D1DEDC.


Border color

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

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

This div border color is #D1DEDC.


Opacity

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

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

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

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

This text has shadow with #D1DEDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DEDC on black background.


Color preview on white background

This text has color #D1DEDC on white background.



Black color preview on #D1DEDC background

This text has black color on #D1DEDC background.


White color preview on #D1DEDC background

This text has white color on #D1DEDC background.