COLOR #D2D68C

HEX: #D2D68C
RGB: (210,214,140)

Color info

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

RGB color model

#D2D68C color RGB value is (210,214,140).

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

RGB channels and saturation

R 210 of 255 = 82%
G 214 of 255 = 84%
B 140 of 255 = 55%

210
214
140

R + G + B ~ 74%. #D2D68C is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 214 + 140 = 564 (100%)
R 210 of 564 ~ 37.23%
G 214 of 564 ~ 37.94%
B 140 of 564 ~ 24.82%

%37.23
%37.94
%24.82

CMYK color model

#D2D68C color CMYK value is (2,0,35,16).

  • cyan value is 1.87%
  • magenta value is 0.00%
  • yellow value is 34.58%
  • key color value is 16.08%
CMYK:
(2,0,35,16)
C2M0Y35K16 
(2%,0%,35%,16%)
(0.02/0.00/0.35/0.16)	

CMYK percentages

%1.87
%0
%34.58
%16.08

Codes

Color #D2D68C in popluar color models

D2D68C
RGB210214140
HSL63°47.44%69.41%
HSB/HSV63°34.58%83.92%
CMYK1.87%0.00%34.58%
16.08%

Color #D2D68C in popluar number systems.

HEXD2D68C
Decimal210214140
Binary110100101101011010001100
Octal322326214

Shades and tints

Shades of #D2D68C

#D2D68C
(210,214,140)
#BFC380
(191,195,128)
#ACB074
(172,176,116)
#999D68
(153,157,104)
#868A5C
(134,138,92)
#737750
(115,119,80)
#606444
(96,100,68)
#4D5138
(77,81,56)
#3A3E2C
(58,62,44)
#272B20
(39,43,32)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #D2D68C

#D2D68C
(210,214,140)
#D6D996
(214,217,150)
#DADCA0
(218,220,160)
#DEDFAA
(222,223,170)
#E2E2B4
(226,226,180)
#E6E5BE
(230,229,190)
#EAE8C8
(234,232,200)
#EEEBD2
(238,235,210)
#F2EEDC
(242,238,220)
#F6F1E6
(246,241,230)
#FAF4F0
(250,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2D68C; }

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

This text font color is #D2D68C.


Background Color

.myBgColor { background-color: #D2D68C; }

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

This div background color is #D2D68C.


Border color

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

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

This div border color is #D2D68C.


Opacity

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

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

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

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

This text has shadow with #D2D68C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2D68C on black background.


Color preview on white background

This text has color #D2D68C on white background.



Black color preview on #D2D68C background

This text has black color on #D2D68C background.


White color preview on #D2D68C background

This text has white color on #D2D68C background.