COLOR #D1D896

HEX: #D1D896
RGB: (209,216,150)

Color info

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

RGB color model

#D1D896 color RGB value is (209,216,150).

  • red value is 209;
  • green value is 216;
  • blue value is 150.
RGB:
(209,216,150)
(82%,85%,59%)

RGB channels and saturation

R 209 of 255 = 82%
G 216 of 255 = 85%
B 150 of 255 = 59%

209
216
150

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

Portions of RGB colors in percentages

R + G + B =
209 + 216 + 150 = 575 (100%)
R 209 of 575 ~ 36.35%
G 216 of 575 ~ 37.57%
B 150 of 575 ~ 26.09%

%36.35
%37.57
%26.09

CMYK color model

#D1D896 color CMYK value is (3,0,31,15).

  • cyan value is 3.24%
  • magenta value is 0.00%
  • yellow value is 30.56%
  • key color value is 15.29%
CMYK:
(3,0,31,15)
C3M0Y31K15 
(3%,0%,31%,15%)
(0.03/0.00/0.31/0.15)	

CMYK percentages

%3.24
%0
%30.56
%15.29

Codes

Color #D1D896 in popluar color models

D1D896
RGB209216150
HSL66°45.83%71.76%
HSB/HSV66°30.56%84.71%
CMYK3.24%0.00%30.56%
15.29%

Color #D1D896 in popluar number systems.

HEXD1D896
Decimal209216150
Binary110100011101100010010110
Octal321330226

Shades and tints

Shades of #D1D896

#D1D896
(209,216,150)
#BEC589
(190,197,137)
#ABB27C
(171,178,124)
#989F6F
(152,159,111)
#858C62
(133,140,98)
#727955
(114,121,85)
#5F6648
(95,102,72)
#4C533B
(76,83,59)
#39402E
(57,64,46)
#262D21
(38,45,33)
#131A14
(19,26,20)
#000000
(0,0,0)

Tints of #D1D896

#D1D896
(209,216,150)
#D5DB9F
(213,219,159)
#D9DEA8
(217,222,168)
#DDE1B1
(221,225,177)
#E1E4BA
(225,228,186)
#E5E7C3
(229,231,195)
#E9EACC
(233,234,204)
#EDEDD5
(237,237,213)
#F1F0DE
(241,240,222)
#F5F3E7
(245,243,231)
#F9F6F0
(249,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1D896 color. Also use rgb(209,216,150) instead hex code.

Text Font Color

.myTextColor { color: #D1D896; }

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

This text font color is #D1D896.


Background Color

.myBgColor { background-color: #D1D896; }

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

This div background color is #D1D896.


Border color

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

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

This div border color is #D1D896.


Opacity

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

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

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

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

This text has shadow with #D1D896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1D896 on black background.


Color preview on white background

This text has color #D1D896 on white background.



Black color preview on #D1D896 background

This text has black color on #D1D896 background.


White color preview on #D1D896 background

This text has white color on #D1D896 background.