COLOR #D1E07A

HEX: #D1E07A
RGB: (209,224,122)

Color info

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

RGB color model

#D1E07A color RGB value is (209,224,122).

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

RGB channels and saturation

R 209 of 255 = 82%
G 224 of 255 = 88%
B 122 of 255 = 48%

209
224
122

R + G + B ~ 73%. #D1E07A is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 224 + 122 = 555 (100%)
R 209 of 555 ~ 37.66%
G 224 of 555 ~ 40.36%
B 122 of 555 ~ 21.98%

%37.66
%40.36
%21.98

CMYK color model

#D1E07A color CMYK value is (7,0,46,12).

  • cyan value is 6.70%
  • magenta value is 0.00%
  • yellow value is 45.54%
  • key color value is 12.16%
CMYK:
(7,0,46,12)
C7M0Y46K12 
(7%,0%,46%,12%)
(0.07/0.00/0.46/0.12)	

CMYK percentages

%6.7
%0
%45.54
%12.16

Codes

Color #D1E07A in popluar color models

D1E07A
RGB209224122
HSL69°62.20%67.84%
HSB/HSV69°45.54%87.84%
CMYK6.70%0.00%45.54%
12.16%

Color #D1E07A in popluar number systems.

HEXD1E07A
Decimal209224122
Binary11010001111000001111010
Octal321340172

Shades and tints

Shades of #D1E07A

#D1E07A
(209,224,122)
#BECC6F
(190,204,111)
#ABB864
(171,184,100)
#98A459
(152,164,89)
#85904E
(133,144,78)
#727C43
(114,124,67)
#5F6838
(95,104,56)
#4C542D
(76,84,45)
#394022
(57,64,34)
#262C17
(38,44,23)
#13180C
(19,24,12)
#000000
(0,0,0)

Tints of #D1E07A

#D1E07A
(209,224,122)
#D5E286
(213,226,134)
#D9E492
(217,228,146)
#DDE69E
(221,230,158)
#E1E8AA
(225,232,170)
#E5EAB6
(229,234,182)
#E9ECC2
(233,236,194)
#EDEECE
(237,238,206)
#F1F0DA
(241,240,218)
#F5F2E6
(245,242,230)
#F9F4F2
(249,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1E07A; }

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

This text font color is #D1E07A.


Background Color

.myBgColor { background-color: #D1E07A; }

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

This div background color is #D1E07A.


Border color

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

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

This div border color is #D1E07A.


Opacity

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

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

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

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

This text has shadow with #D1E07A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1E07A on black background.


Color preview on white background

This text has color #D1E07A on white background.



Black color preview on #D1E07A background

This text has black color on #D1E07A background.


White color preview on #D1E07A background

This text has white color on #D1E07A background.