COLOR #D1DFB0

HEX: #D1DFB0
RGB: (209,223,176)

Color info

#D1DFB0 contains red, green and blue colors in about the same proportion. Web safe color of #D1DFB0 is #CCCC99 (or #CC9).

RGB color model

#D1DFB0 color RGB value is (209,223,176).

  • red value is 209;
  • green value is 223;
  • blue value is 176.
RGB:
(209,223,176)
(82%,87%,69%)

RGB channels and saturation

R 209 of 255 = 82%
G 223 of 255 = 87%
B 176 of 255 = 69%

209
223
176

R + G + B ~ 79%. #D1DFB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 223 + 176 = 608 (100%)
R 209 of 608 ~ 34.38%
G 223 of 608 ~ 36.68%
B 176 of 608 ~ 28.95%

%34.38
%36.68
%28.95

CMYK color model

#D1DFB0 color CMYK value is (6,0,21,13).

  • cyan value is 6.28%
  • magenta value is 0.00%
  • yellow value is 21.08%
  • key color value is 12.55%
CMYK:
(6,0,21,13)
C6M0Y21K13 
(6%,0%,21%,13%)
(0.06/0.00/0.21/0.13)	

CMYK percentages

%6.28
%0
%21.08
%12.55

Codes

Color #D1DFB0 in popluar color models

D1DFB0
RGB209223176
HSL78°42.34%78.24%
HSB/HSV78°21.08%87.45%
CMYK6.28%0.00%21.08%
12.55%

Color #D1DFB0 in popluar number systems.

HEXD1DFB0
Decimal209223176
Binary110100011101111110110000
Octal321337260

Shades and tints

Shades of #D1DFB0

#D1DFB0
(209,223,176)
#BECBA0
(190,203,160)
#ABB790
(171,183,144)
#98A380
(152,163,128)
#858F70
(133,143,112)
#727B60
(114,123,96)
#5F6750
(95,103,80)
#4C5340
(76,83,64)
#393F30
(57,63,48)
#262B20
(38,43,32)
#131710
(19,23,16)
#000000
(0,0,0)

Tints of #D1DFB0

#D1DFB0
(209,223,176)
#D5E1B7
(213,225,183)
#D9E3BE
(217,227,190)
#DDE5C5
(221,229,197)
#E1E7CC
(225,231,204)
#E5E9D3
(229,233,211)
#E9EBDA
(233,235,218)
#EDEDE1
(237,237,225)
#F1EFE8
(241,239,232)
#F5F1EF
(245,241,239)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1DFB0 color. Also use rgb(209,223,176) instead hex code.

Text Font Color

.myTextColor { color: #D1DFB0; }

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

This text font color is #D1DFB0.


Background Color

.myBgColor { background-color: #D1DFB0; }

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

This div background color is #D1DFB0.


Border color

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

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

This div border color is #D1DFB0.


Opacity

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

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

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

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

This text has shadow with #D1DFB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DFB0 on black background.


Color preview on white background

This text has color #D1DFB0 on white background.



Black color preview on #D1DFB0 background

This text has black color on #D1DFB0 background.


White color preview on #D1DFB0 background

This text has white color on #D1DFB0 background.