COLOR #D1D6A4

HEX: #D1D6A4
RGB: (209,214,164)

Color info

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

RGB color model

#D1D6A4 color RGB value is (209,214,164).

  • red value is 209;
  • green value is 214;
  • blue value is 164.
RGB:
(209,214,164)
(82%,84%,64%)

RGB channels and saturation

R 209 of 255 = 82%
G 214 of 255 = 84%
B 164 of 255 = 64%

209
214
164

R + G + B ~ 77%. #D1D6A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 214 + 164 = 587 (100%)
R 209 of 587 ~ 35.6%
G 214 of 587 ~ 36.46%
B 164 of 587 ~ 27.94%

%35.6
%36.46
%27.94

CMYK color model

#D1D6A4 color CMYK value is (2,0,23,16).

  • cyan value is 2.34%
  • magenta value is 0.00%
  • yellow value is 23.36%
  • key color value is 16.08%
CMYK:
(2,0,23,16)
C2M0Y23K16 
(2%,0%,23%,16%)
(0.02/0.00/0.23/0.16)	

CMYK percentages

%2.34
%0
%23.36
%16.08

Codes

Color #D1D6A4 in popluar color models

D1D6A4
RGB209214164
HSL66°37.88%74.12%
HSB/HSV66°23.36%83.92%
CMYK2.34%0.00%23.36%
16.08%

Color #D1D6A4 in popluar number systems.

HEXD1D6A4
Decimal209214164
Binary110100011101011010100100
Octal321326244

Shades and tints

Shades of #D1D6A4

#D1D6A4
(209,214,164)
#BEC396
(190,195,150)
#ABB088
(171,176,136)
#989D7A
(152,157,122)
#858A6C
(133,138,108)
#72775E
(114,119,94)
#5F6450
(95,100,80)
#4C5142
(76,81,66)
#393E34
(57,62,52)
#262B26
(38,43,38)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #D1D6A4

#D1D6A4
(209,214,164)
#D5D9AC
(213,217,172)
#D9DCB4
(217,220,180)
#DDDFBC
(221,223,188)
#E1E2C4
(225,226,196)
#E5E5CC
(229,229,204)
#E9E8D4
(233,232,212)
#EDEBDC
(237,235,220)
#F1EEE4
(241,238,228)
#F5F1EC
(245,241,236)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1D6A4 color. Also use rgb(209,214,164) instead hex code.

Text Font Color

.myTextColor { color: #D1D6A4; }

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

This text font color is #D1D6A4.


Background Color

.myBgColor { background-color: #D1D6A4; }

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

This div background color is #D1D6A4.


Border color

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

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

This div border color is #D1D6A4.


Opacity

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

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

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

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

This text has shadow with #D1D6A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1D6A4 on black background.


Color preview on white background

This text has color #D1D6A4 on white background.



Black color preview on #D1D6A4 background

This text has black color on #D1D6A4 background.


White color preview on #D1D6A4 background

This text has white color on #D1D6A4 background.