COLOR #D1D0D8

HEX: #D1D0D8
RGB: (209,208,216)

Color info

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

RGB color model

#D1D0D8 color RGB value is (209,208,216).

  • red value is 209;
  • green value is 208;
  • blue value is 216.
RGB:
(209,208,216)
(82%,82%,85%)

RGB channels and saturation

R 209 of 255 = 82%
G 208 of 255 = 82%
B 216 of 255 = 85%

209
208
216

R + G + B ~ 83%. #D1D0D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 208 + 216 = 633 (100%)
R 209 of 633 ~ 33.02%
G 208 of 633 ~ 32.86%
B 216 of 633 ~ 34.12%

%33.02
%32.86
%34.12

CMYK color model

#D1D0D8 color CMYK value is (3,4,0,15).

  • cyan value is 3.24%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(3,4,0,15)
C3M4Y0K15 
(3%,4%,0%,15%)
(0.03/0.04/0.00/0.15)	

CMYK percentages

%3.24
%3.7
%0
%15.29

Codes

Color #D1D0D8 in popluar color models

D1D0D8
RGB209208216
HSL248°9.30%83.14%
HSB/HSV248°3.70%84.71%
CMYK3.24%3.70%0.00%
15.29%

Color #D1D0D8 in popluar number systems.

HEXD1D0D8
Decimal209208216
Binary110100011101000011011000
Octal321320330

Shades and tints

Shades of #D1D0D8

#D1D0D8
(209,208,216)
#BEBEC5
(190,190,197)
#ABACB2
(171,172,178)
#989A9F
(152,154,159)
#85888C
(133,136,140)
#727679
(114,118,121)
#5F6466
(95,100,102)
#4C5253
(76,82,83)
#394040
(57,64,64)
#262E2D
(38,46,45)
#131C1A
(19,28,26)
#000000
(0,0,0)

Tints of #D1D0D8

#D1D0D8
(209,208,216)
#D5D4DB
(213,212,219)
#D9D8DE
(217,216,222)
#DDDCE1
(221,220,225)
#E1E0E4
(225,224,228)
#E5E4E7
(229,228,231)
#E9E8EA
(233,232,234)
#EDECED
(237,236,237)
#F1F0F0
(241,240,240)
#F5F4F3
(245,244,243)
#F9F8F6
(249,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1D0D8 color. Also use rgb(209,208,216) instead hex code.

Text Font Color

.myTextColor { color: #D1D0D8; }

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

This text font color is #D1D0D8.


Background Color

.myBgColor { background-color: #D1D0D8; }

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

This div background color is #D1D0D8.


Border color

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

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

This div border color is #D1D0D8.


Opacity

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

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

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

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

This text has shadow with #D1D0D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1D0D8 on black background.


Color preview on white background

This text has color #D1D0D8 on white background.



Black color preview on #D1D0D8 background

This text has black color on #D1D0D8 background.


White color preview on #D1D0D8 background

This text has white color on #D1D0D8 background.