COLOR #D1DDBF

HEX: #D1DDBF
RGB: (209,221,191)

Color info

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

RGB color model

#D1DDBF color RGB value is (209,221,191).

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

RGB channels and saturation

R 209 of 255 = 82%
G 221 of 255 = 87%
B 191 of 255 = 75%

209
221
191

R + G + B ~ 81%. #D1DDBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 221 + 191 = 621 (100%)
R 209 of 621 ~ 33.66%
G 221 of 621 ~ 35.59%
B 191 of 621 ~ 30.76%

%33.66
%35.59
%30.76

CMYK color model

#D1DDBF color CMYK value is (5,0,14,13).

  • cyan value is 5.43%
  • magenta value is 0.00%
  • yellow value is 13.57%
  • key color value is 13.33%
CMYK:
(5,0,14,13)
C5M0Y14K13 
(5%,0%,14%,13%)
(0.05/0.00/0.14/0.13)	

CMYK percentages

%5.43
%0
%13.57
%13.33

Codes

Color #D1DDBF in popluar color models

D1DDBF
RGB209221191
HSL84°30.61%80.78%
HSB/HSV84°13.57%86.67%
CMYK5.43%0.00%13.57%
13.33%

Color #D1DDBF in popluar number systems.

HEXD1DDBF
Decimal209221191
Binary110100011101110110111111
Octal321335277

Shades and tints

Shades of #D1DDBF

#D1DDBF
(209,221,191)
#BEC9AE
(190,201,174)
#ABB59D
(171,181,157)
#98A18C
(152,161,140)
#858D7B
(133,141,123)
#72796A
(114,121,106)
#5F6559
(95,101,89)
#4C5148
(76,81,72)
#393D37
(57,61,55)
#262926
(38,41,38)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #D1DDBF

#D1DDBF
(209,221,191)
#D5E0C4
(213,224,196)
#D9E3C9
(217,227,201)
#DDE6CE
(221,230,206)
#E1E9D3
(225,233,211)
#E5ECD8
(229,236,216)
#E9EFDD
(233,239,221)
#EDF2E2
(237,242,226)
#F1F5E7
(241,245,231)
#F5F8EC
(245,248,236)
#F9FBF1
(249,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1DDBF; }

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

This text font color is #D1DDBF.


Background Color

.myBgColor { background-color: #D1DDBF; }

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

This div background color is #D1DDBF.


Border color

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

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

This div border color is #D1DDBF.


Opacity

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

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

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

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

This text has shadow with #D1DDBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DDBF on black background.


Color preview on white background

This text has color #D1DDBF on white background.



Black color preview on #D1DDBF background

This text has black color on #D1DDBF background.


White color preview on #D1DDBF background

This text has white color on #D1DDBF background.