COLOR #D1DDB4

HEX: #D1DDB4
RGB: (209,221,180)

Color info

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

RGB color model

#D1DDB4 color RGB value is (209,221,180).

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

RGB channels and saturation

R 209 of 255 = 82%
G 221 of 255 = 87%
B 180 of 255 = 71%

209
221
180

R + G + B ~ 80%. #D1DDB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 221 + 180 = 610 (100%)
R 209 of 610 ~ 34.26%
G 221 of 610 ~ 36.23%
B 180 of 610 ~ 29.51%

%34.26
%36.23
%29.51

CMYK color model

#D1DDB4 color CMYK value is (5,0,19,13).

  • cyan value is 5.43%
  • magenta value is 0.00%
  • yellow value is 18.55%
  • key color value is 13.33%
CMYK:
(5,0,19,13)
C5M0Y19K13 
(5%,0%,19%,13%)
(0.05/0.00/0.19/0.13)	

CMYK percentages

%5.43
%0
%18.55
%13.33

Codes

Color #D1DDB4 in popluar color models

D1DDB4
RGB209221180
HSL78°37.61%78.63%
HSB/HSV78°18.55%86.67%
CMYK5.43%0.00%18.55%
13.33%

Color #D1DDB4 in popluar number systems.

HEXD1DDB4
Decimal209221180
Binary110100011101110110110100
Octal321335264

Shades and tints

Shades of #D1DDB4

#D1DDB4
(209,221,180)
#BEC9A4
(190,201,164)
#ABB594
(171,181,148)
#98A184
(152,161,132)
#858D74
(133,141,116)
#727964
(114,121,100)
#5F6554
(95,101,84)
#4C5144
(76,81,68)
#393D34
(57,61,52)
#262924
(38,41,36)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #D1DDB4

#D1DDB4
(209,221,180)
#D5E0BA
(213,224,186)
#D9E3C0
(217,227,192)
#DDE6C6
(221,230,198)
#E1E9CC
(225,233,204)
#E5ECD2
(229,236,210)
#E9EFD8
(233,239,216)
#EDF2DE
(237,242,222)
#F1F5E4
(241,245,228)
#F5F8EA
(245,248,234)
#F9FBF0
(249,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1DDB4; }

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

This text font color is #D1DDB4.


Background Color

.myBgColor { background-color: #D1DDB4; }

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

This div background color is #D1DDB4.


Border color

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

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

This div border color is #D1DDB4.


Opacity

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

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

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

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

This text has shadow with #D1DDB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DDB4 on black background.


Color preview on white background

This text has color #D1DDB4 on white background.



Black color preview on #D1DDB4 background

This text has black color on #D1DDB4 background.


White color preview on #D1DDB4 background

This text has white color on #D1DDB4 background.