COLOR #D1E05C

HEX: #D1E05C
RGB: (209,224,92)

Color info

#D1E05C contains mainly red and green colors. Web safe color of #D1E05C is #CCCC66 (or #CC6).

RGB color model

#D1E05C color RGB value is (209,224,92).

  • red value is 209;
  • green value is 224;
  • blue value is 92.
RGB:
(209,224,92)
(82%,88%,36%)

RGB channels and saturation

R 209 of 255 = 82%
G 224 of 255 = 88%
B 92 of 255 = 36%

209
224
92

R + G + B ~ 69%. #D1E05C is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 224 + 92 = 525 (100%)
R 209 of 525 ~ 39.81%
G 224 of 525 ~ 42.67%
B 92 of 525 ~ 17.52%

%39.81
%42.67
%17.52

CMYK color model

#D1E05C color CMYK value is (7,0,59,12).

  • cyan value is 6.70%
  • magenta value is 0.00%
  • yellow value is 58.93%
  • key color value is 12.16%
CMYK:
(7,0,59,12)
C7M0Y59K12 
(7%,0%,59%,12%)
(0.07/0.00/0.59/0.12)	

CMYK percentages

%6.7
%0
%58.93
%12.16

Codes

Color #D1E05C in popluar color models

D1E05C
RGB20922492
HSL67°68.04%61.96%
HSB/HSV67°58.93%87.84%
CMYK6.70%0.00%58.93%
12.16%

Color #D1E05C in popluar number systems.

HEXD1E05C
Decimal20922492
Binary11010001111000001011100
Octal321340134

Shades and tints

Shades of #D1E05C

#D1E05C
(209,224,92)
#BECC54
(190,204,84)
#ABB84C
(171,184,76)
#98A444
(152,164,68)
#85903C
(133,144,60)
#727C34
(114,124,52)
#5F682C
(95,104,44)
#4C5424
(76,84,36)
#39401C
(57,64,28)
#262C14
(38,44,20)
#13180C
(19,24,12)
#000000
(0,0,0)

Tints of #D1E05C

#D1E05C
(209,224,92)
#D5E26A
(213,226,106)
#D9E478
(217,228,120)
#DDE686
(221,230,134)
#E1E894
(225,232,148)
#E5EAA2
(229,234,162)
#E9ECB0
(233,236,176)
#EDEEBE
(237,238,190)
#F1F0CC
(241,240,204)
#F5F2DA
(245,242,218)
#F9F4E8
(249,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1E05C color. Also use rgb(209,224,92) instead hex code.

Text Font Color

.myTextColor { color: #D1E05C; }

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

This text font color is #D1E05C.


Background Color

.myBgColor { background-color: #D1E05C; }

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

This div background color is #D1E05C.


Border color

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

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

This div border color is #D1E05C.


Opacity

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

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

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

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

This text has shadow with #D1E05C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1E05C on black background.


Color preview on white background

This text has color #D1E05C on white background.



Black color preview on #D1E05C background

This text has black color on #D1E05C background.


White color preview on #D1E05C background

This text has white color on #D1E05C background.