COLOR #D1D39B

HEX: #D1D39B
RGB: (209,211,155)

Color info

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

RGB color model

#D1D39B color RGB value is (209,211,155).

  • red value is 209;
  • green value is 211;
  • blue value is 155.
RGB:
(209,211,155)
(82%,83%,61%)

RGB channels and saturation

R 209 of 255 = 82%
G 211 of 255 = 83%
B 155 of 255 = 61%

209
211
155

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

Portions of RGB colors in percentages

R + G + B =
209 + 211 + 155 = 575 (100%)
R 209 of 575 ~ 36.35%
G 211 of 575 ~ 36.7%
B 155 of 575 ~ 26.96%

%36.35
%36.7
%26.96

CMYK color model

#D1D39B color CMYK value is (1,0,27,17).

  • cyan value is 0.95%
  • magenta value is 0.00%
  • yellow value is 26.54%
  • key color value is 17.25%
CMYK:
(1,0,27,17)
C1M0Y27K17 
(1%,0%,27%,17%)
(0.01/0.00/0.27/0.17)	

CMYK percentages

%0.95
%0
%26.54
%17.25

Codes

Color #D1D39B in popluar color models

D1D39B
RGB209211155
HSL62°38.89%71.76%
HSB/HSV62°26.54%82.75%
CMYK0.95%0.00%26.54%
17.25%

Color #D1D39B in popluar number systems.

HEXD1D39B
Decimal209211155
Binary110100011101001110011011
Octal321323233

Shades and tints

Shades of #D1D39B

#D1D39B
(209,211,155)
#BEC08D
(190,192,141)
#ABAD7F
(171,173,127)
#989A71
(152,154,113)
#858763
(133,135,99)
#727455
(114,116,85)
#5F6147
(95,97,71)
#4C4E39
(76,78,57)
#393B2B
(57,59,43)
#26281D
(38,40,29)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #D1D39B

#D1D39B
(209,211,155)
#D5D7A4
(213,215,164)
#D9DBAD
(217,219,173)
#DDDFB6
(221,223,182)
#E1E3BF
(225,227,191)
#E5E7C8
(229,231,200)
#E9EBD1
(233,235,209)
#EDEFDA
(237,239,218)
#F1F3E3
(241,243,227)
#F5F7EC
(245,247,236)
#F9FBF5
(249,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1D39B color. Also use rgb(209,211,155) instead hex code.

Text Font Color

.myTextColor { color: #D1D39B; }

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

This text font color is #D1D39B.


Background Color

.myBgColor { background-color: #D1D39B; }

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

This div background color is #D1D39B.


Border color

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

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

This div border color is #D1D39B.


Opacity

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

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

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

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

This text has shadow with #D1D39B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1D39B on black background.


Color preview on white background

This text has color #D1D39B on white background.



Black color preview on #D1D39B background

This text has black color on #D1D39B background.


White color preview on #D1D39B background

This text has white color on #D1D39B background.