COLOR #D2DF8C

HEX: #D2DF8C
RGB: (210,223,140)

Color info

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

RGB color model

#D2DF8C color RGB value is (210,223,140).

  • red value is 210;
  • green value is 223;
  • blue value is 140.
RGB:
(210,223,140)
(82%,87%,55%)

RGB channels and saturation

R 210 of 255 = 82%
G 223 of 255 = 87%
B 140 of 255 = 55%

210
223
140

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

Portions of RGB colors in percentages

R + G + B =
210 + 223 + 140 = 573 (100%)
R 210 of 573 ~ 36.65%
G 223 of 573 ~ 38.92%
B 140 of 573 ~ 24.43%

%36.65
%38.92
%24.43

CMYK color model

#D2DF8C color CMYK value is (6,0,37,13).

  • cyan value is 5.83%
  • magenta value is 0.00%
  • yellow value is 37.22%
  • key color value is 12.55%
CMYK:
(6,0,37,13)
C6M0Y37K13 
(6%,0%,37%,13%)
(0.06/0.00/0.37/0.13)	

CMYK percentages

%5.83
%0
%37.22
%12.55

Codes

Color #D2DF8C in popluar color models

D2DF8C
RGB210223140
HSL69°56.46%71.18%
HSB/HSV69°37.22%87.45%
CMYK5.83%0.00%37.22%
12.55%

Color #D2DF8C in popluar number systems.

HEXD2DF8C
Decimal210223140
Binary110100101101111110001100
Octal322337214

Shades and tints

Shades of #D2DF8C

#D2DF8C
(210,223,140)
#BFCB80
(191,203,128)
#ACB774
(172,183,116)
#99A368
(153,163,104)
#868F5C
(134,143,92)
#737B50
(115,123,80)
#606744
(96,103,68)
#4D5338
(77,83,56)
#3A3F2C
(58,63,44)
#272B20
(39,43,32)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #D2DF8C

#D2DF8C
(210,223,140)
#D6E196
(214,225,150)
#DAE3A0
(218,227,160)
#DEE5AA
(222,229,170)
#E2E7B4
(226,231,180)
#E6E9BE
(230,233,190)
#EAEBC8
(234,235,200)
#EEEDD2
(238,237,210)
#F2EFDC
(242,239,220)
#F6F1E6
(246,241,230)
#FAF3F0
(250,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2DF8C color. Also use rgb(210,223,140) instead hex code.

Text Font Color

.myTextColor { color: #D2DF8C; }

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

This text font color is #D2DF8C.


Background Color

.myBgColor { background-color: #D2DF8C; }

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

This div background color is #D2DF8C.


Border color

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

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

This div border color is #D2DF8C.


Opacity

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

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

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

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

This text has shadow with #D2DF8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2DF8C on black background.


Color preview on white background

This text has color #D2DF8C on white background.



Black color preview on #D2DF8C background

This text has black color on #D2DF8C background.


White color preview on #D2DF8C background

This text has white color on #D2DF8C background.