COLOR #D1DDC8

HEX: #D1DDC8
RGB: (209,221,200)

Color info

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

RGB color model

#D1DDC8 color RGB value is (209,221,200).

  • red value is 209;
  • green value is 221;
  • blue value is 200.
RGB:
(209,221,200)
(82%,87%,78%)

RGB channels and saturation

R 209 of 255 = 82%
G 221 of 255 = 87%
B 200 of 255 = 78%

209
221
200

R + G + B ~ 82%. #D1DDC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 221 + 200 = 630 (100%)
R 209 of 630 ~ 33.17%
G 221 of 630 ~ 35.08%
B 200 of 630 ~ 31.75%

%33.17
%35.08
%31.75

CMYK color model

#D1DDC8 color CMYK value is (5,0,10,13).

  • cyan value is 5.43%
  • magenta value is 0.00%
  • yellow value is 9.50%
  • key color value is 13.33%
CMYK:
(5,0,10,13)
C5M0Y10K13 
(5%,0%,10%,13%)
(0.05/0.00/0.10/0.13)	

CMYK percentages

%5.43
%0
%9.5
%13.33

Codes

Color #D1DDC8 in popluar color models

D1DDC8
RGB209221200
HSL94°23.60%82.55%
HSB/HSV94°9.50%86.67%
CMYK5.43%0.00%9.50%
13.33%

Color #D1DDC8 in popluar number systems.

HEXD1DDC8
Decimal209221200
Binary110100011101110111001000
Octal321335310

Shades and tints

Shades of #D1DDC8

#D1DDC8
(209,221,200)
#BEC9B6
(190,201,182)
#ABB5A4
(171,181,164)
#98A192
(152,161,146)
#858D80
(133,141,128)
#72796E
(114,121,110)
#5F655C
(95,101,92)
#4C514A
(76,81,74)
#393D38
(57,61,56)
#262926
(38,41,38)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #D1DDC8

#D1DDC8
(209,221,200)
#D5E0CD
(213,224,205)
#D9E3D2
(217,227,210)
#DDE6D7
(221,230,215)
#E1E9DC
(225,233,220)
#E5ECE1
(229,236,225)
#E9EFE6
(233,239,230)
#EDF2EB
(237,242,235)
#F1F5F0
(241,245,240)
#F5F8F5
(245,248,245)
#F9FBFA
(249,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1DDC8 color. Also use rgb(209,221,200) instead hex code.

Text Font Color

.myTextColor { color: #D1DDC8; }

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

This text font color is #D1DDC8.


Background Color

.myBgColor { background-color: #D1DDC8; }

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

This div background color is #D1DDC8.


Border color

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

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

This div border color is #D1DDC8.


Opacity

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

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

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

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

This text has shadow with #D1DDC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DDC8 on black background.


Color preview on white background

This text has color #D1DDC8 on white background.



Black color preview on #D1DDC8 background

This text has black color on #D1DDC8 background.


White color preview on #D1DDC8 background

This text has white color on #D1DDC8 background.