COLOR #D1D68E

HEX: #D1D68E
RGB: (209,214,142)

Color info

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

RGB color model

#D1D68E color RGB value is (209,214,142).

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

RGB channels and saturation

R 209 of 255 = 82%
G 214 of 255 = 84%
B 142 of 255 = 56%

209
214
142

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

Portions of RGB colors in percentages

R + G + B =
209 + 214 + 142 = 565 (100%)
R 209 of 565 ~ 36.99%
G 214 of 565 ~ 37.88%
B 142 of 565 ~ 25.13%

%36.99
%37.88
%25.13

CMYK color model

#D1D68E color CMYK value is (2,0,34,16).

  • cyan value is 2.34%
  • magenta value is 0.00%
  • yellow value is 33.64%
  • key color value is 16.08%
CMYK:
(2,0,34,16)
C2M0Y34K16 
(2%,0%,34%,16%)
(0.02/0.00/0.34/0.16)	

CMYK percentages

%2.34
%0
%33.64
%16.08

Codes

Color #D1D68E in popluar color models

D1D68E
RGB209214142
HSL64°46.75%69.80%
HSB/HSV64°33.64%83.92%
CMYK2.34%0.00%33.64%
16.08%

Color #D1D68E in popluar number systems.

HEXD1D68E
Decimal209214142
Binary110100011101011010001110
Octal321326216

Shades and tints

Shades of #D1D68E

#D1D68E
(209,214,142)
#BEC382
(190,195,130)
#ABB076
(171,176,118)
#989D6A
(152,157,106)
#858A5E
(133,138,94)
#727752
(114,119,82)
#5F6446
(95,100,70)
#4C513A
(76,81,58)
#393E2E
(57,62,46)
#262B22
(38,43,34)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #D1D68E

#D1D68E
(209,214,142)
#D5D998
(213,217,152)
#D9DCA2
(217,220,162)
#DDDFAC
(221,223,172)
#E1E2B6
(225,226,182)
#E5E5C0
(229,229,192)
#E9E8CA
(233,232,202)
#EDEBD4
(237,235,212)
#F1EEDE
(241,238,222)
#F5F1E8
(245,241,232)
#F9F4F2
(249,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1D68E; }

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

This text font color is #D1D68E.


Background Color

.myBgColor { background-color: #D1D68E; }

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

This div background color is #D1D68E.


Border color

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

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

This div border color is #D1D68E.


Opacity

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

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

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

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

This text has shadow with #D1D68E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1D68E on black background.


Color preview on white background

This text has color #D1D68E on white background.



Black color preview on #D1D68E background

This text has black color on #D1D68E background.


White color preview on #D1D68E background

This text has white color on #D1D68E background.