COLOR #D1D29C

HEX: #D1D29C
RGB: (209,210,156)

Color info

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

RGB color model

#D1D29C color RGB value is (209,210,156).

  • red value is 209;
  • green value is 210;
  • blue value is 156.
RGB:
(209,210,156)
(82%,82%,61%)

RGB channels and saturation

R 209 of 255 = 82%
G 210 of 255 = 82%
B 156 of 255 = 61%

209
210
156

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

Portions of RGB colors in percentages

R + G + B =
209 + 210 + 156 = 575 (100%)
R 209 of 575 ~ 36.35%
G 210 of 575 ~ 36.52%
B 156 of 575 ~ 27.13%

%36.35
%36.52
%27.13

CMYK color model

#D1D29C color CMYK value is (0,0,26,18).

  • cyan value is 0.48%
  • magenta value is 0.00%
  • yellow value is 25.71%
  • key color value is 17.65%
CMYK:
(0,0,26,18)
C0M0Y26K18 
(0%,0%,26%,18%)
(0.00/0.00/0.26/0.18)	

CMYK percentages

%0.48
%0
%25.71
%17.65

Codes

Color #D1D29C in popluar color models

D1D29C
RGB209210156
HSL61°37.50%71.76%
HSB/HSV61°25.71%82.35%
CMYK0.48%0.00%25.71%
17.65%

Color #D1D29C in popluar number systems.

HEXD1D29C
Decimal209210156
Binary110100011101001010011100
Octal321322234

Shades and tints

Shades of #D1D29C

#D1D29C
(209,210,156)
#BEBF8E
(190,191,142)
#ABAC80
(171,172,128)
#989972
(152,153,114)
#858664
(133,134,100)
#727356
(114,115,86)
#5F6048
(95,96,72)
#4C4D3A
(76,77,58)
#393A2C
(57,58,44)
#26271E
(38,39,30)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #D1D29C

#D1D29C
(209,210,156)
#D5D6A5
(213,214,165)
#D9DAAE
(217,218,174)
#DDDEB7
(221,222,183)
#E1E2C0
(225,226,192)
#E5E6C9
(229,230,201)
#E9EAD2
(233,234,210)
#EDEEDB
(237,238,219)
#F1F2E4
(241,242,228)
#F5F6ED
(245,246,237)
#F9FAF6
(249,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1D29C color. Also use rgb(209,210,156) instead hex code.

Text Font Color

.myTextColor { color: #D1D29C; }

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

This text font color is #D1D29C.


Background Color

.myBgColor { background-color: #D1D29C; }

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

This div background color is #D1D29C.


Border color

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

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

This div border color is #D1D29C.


Opacity

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

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

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

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

This text has shadow with #D1D29C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1D29C on black background.


Color preview on white background

This text has color #D1D29C on white background.



Black color preview on #D1D29C background

This text has black color on #D1D29C background.


White color preview on #D1D29C background

This text has white color on #D1D29C background.