COLOR #D1DB8F

HEX: #D1DB8F
RGB: (209,219,143)

Color info

#D1DB8F contains mainly red and green colors. Web safe color of #D1DB8F is #CCCC99 (or #CC9).

RGB color model

#D1DB8F color RGB value is (209,219,143).

  • red value is 209;
  • green value is 219;
  • blue value is 143.
RGB:
(209,219,143)
(82%,86%,56%)

RGB channels and saturation

R 209 of 255 = 82%
G 219 of 255 = 86%
B 143 of 255 = 56%

209
219
143

R + G + B ~ 75%. #D1DB8F is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 219 + 143 = 571 (100%)
R 209 of 571 ~ 36.6%
G 219 of 571 ~ 38.35%
B 143 of 571 ~ 25.04%

%36.6
%38.35
%25.04

CMYK color model

#D1DB8F color CMYK value is (5,0,35,14).

  • cyan value is 4.57%
  • magenta value is 0.00%
  • yellow value is 34.70%
  • key color value is 14.12%
CMYK:
(5,0,35,14)
C5M0Y35K14 
(5%,0%,35%,14%)
(0.05/0.00/0.35/0.14)	

CMYK percentages

%4.57
%0
%34.7
%14.12

Codes

Color #D1DB8F in popluar color models

D1DB8F
RGB209219143
HSL68°51.35%70.98%
HSB/HSV68°34.70%85.88%
CMYK4.57%0.00%34.70%
14.12%

Color #D1DB8F in popluar number systems.

HEXD1DB8F
Decimal209219143
Binary110100011101101110001111
Octal321333217

Shades and tints

Shades of #D1DB8F

#D1DB8F
(209,219,143)
#BEC882
(190,200,130)
#ABB575
(171,181,117)
#98A268
(152,162,104)
#858F5B
(133,143,91)
#727C4E
(114,124,78)
#5F6941
(95,105,65)
#4C5634
(76,86,52)
#394327
(57,67,39)
#26301A
(38,48,26)
#131D0D
(19,29,13)
#000000
(0,0,0)

Tints of #D1DB8F

#D1DB8F
(209,219,143)
#D5DE99
(213,222,153)
#D9E1A3
(217,225,163)
#DDE4AD
(221,228,173)
#E1E7B7
(225,231,183)
#E5EAC1
(229,234,193)
#E9EDCB
(233,237,203)
#EDF0D5
(237,240,213)
#F1F3DF
(241,243,223)
#F5F6E9
(245,246,233)
#F9F9F3
(249,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1DB8F color. Also use rgb(209,219,143) instead hex code.

Text Font Color

.myTextColor { color: #D1DB8F; }

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

This text font color is #D1DB8F.


Background Color

.myBgColor { background-color: #D1DB8F; }

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

This div background color is #D1DB8F.


Border color

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

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

This div border color is #D1DB8F.


Opacity

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

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

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

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

This text has shadow with #D1DB8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DB8F on black background.


Color preview on white background

This text has color #D1DB8F on white background.



Black color preview on #D1DB8F background

This text has black color on #D1DB8F background.


White color preview on #D1DB8F background

This text has white color on #D1DB8F background.