COLOR #D2D896

HEX: #D2D896
RGB: (210,216,150)

Color info

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

RGB color model

#D2D896 color RGB value is (210,216,150).

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

RGB channels and saturation

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

210
216
150

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

Portions of RGB colors in percentages

R + G + B =
210 + 216 + 150 = 576 (100%)
R 210 of 576 ~ 36.46%
G 216 of 576 ~ 37.5%
B 150 of 576 ~ 26.04%

%36.46
%37.5
%26.04

CMYK color model

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

  • cyan value is 2.78%
  • 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

%2.78
%0
%30.56
%15.29

Codes

Color #D2D896 in popluar color models

D2D896
RGB210216150
HSL65°45.83%71.76%
HSB/HSV65°30.56%84.71%
CMYK2.78%0.00%30.56%
15.29%

Color #D2D896 in popluar number systems.

HEXD2D896
Decimal210216150
Binary110100101101100010010110
Octal322330226

Shades and tints

Shades of #D2D896

#D2D896
(210,216,150)
#BFC589
(191,197,137)
#ACB27C
(172,178,124)
#999F6F
(153,159,111)
#868C62
(134,140,98)
#737955
(115,121,85)
#606648
(96,102,72)
#4D533B
(77,83,59)
#3A402E
(58,64,46)
#272D21
(39,45,33)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #D2D896

#D2D896
(210,216,150)
#D6DB9F
(214,219,159)
#DADEA8
(218,222,168)
#DEE1B1
(222,225,177)
#E2E4BA
(226,228,186)
#E6E7C3
(230,231,195)
#EAEACC
(234,234,204)
#EEEDD5
(238,237,213)
#F2F0DE
(242,240,222)
#F6F3E7
(246,243,231)
#FAF6F0
(250,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2D896; }

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

This text font color is #D2D896.


Background Color

.myBgColor { background-color: #D2D896; }

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

This div background color is #D2D896.


Border color

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

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

This div border color is #D2D896.


Opacity

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

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

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

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

This text has shadow with #D2D896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2D896 on black background.


Color preview on white background

This text has color #D2D896 on white background.



Black color preview on #D2D896 background

This text has black color on #D2D896 background.


White color preview on #D2D896 background

This text has white color on #D2D896 background.