COLOR #D1E07C

HEX: #D1E07C RGB: (209,224,124)

Color info

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

RGB color model

#D1E07C color RGB value is (209,224,124).

RGB: (209,224,124) (82%, 88%, 49%)

RGB channels and saturation

R 209 of 255 = 82%
G 224 of 255 = 88%
B 124 of 255 = 49%

209
224
124

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

Portions of RGB colors in percentages

R + G + B = 209 + 224 + 124 = 557 (100%)
R 209 of 557 ~ 37.52%
G 224 of 557 ~ 40.22%
B 124 of 557 ~ 22.26'%

%37.52
%40.22
%22.26

CMYK color model

#D1E07C color CMYK value is (7,0,45,12).

  • cyan value is 6.70%
  • magenta value is 0.00%
  • yellow value is 44.64%
  • key color value is 12.16%

CMYK: (7,0,45,12)
C7M0Y45K12 (7%, 0%, 45%, 12%)
(0.07 / 0.00 / 0.45 / 0.12)

CMYK percentages

%6.7
%0
%44.64
%12.16

Codes

Color #D1E07C in popluar color models

D1 E0 7C
RGB 209 224 124
HSL 69° 61.73% 68.24%
HSB/HSV 69° 44.64% 87.84%
CMYK 6.70% 0.00% 44.64%
12.16%

Color #D1E07C in popluar number systems.

HEX D1 E0 7C
Decimal 209 224 124
Binary 11010001 11100000 1111100
Octal 321 340 174

Shades and tints

Shades of #D1E07C

#D1E07C
(209,224,124)
#BECC71
(190,204,113)
#ABB866
(171,184,102)
#98A45B
(152,164,91)
#859050
(133,144,80)
#727C45
(114,124,69)
#5F683A
(95,104,58)
#4C542F
(76,84,47)
#394024
(57,64,36)
#262C19
(38,44,25)
#13180E
(19,24,14)
#000000
(0,0,0)

Tints of #D1E07C

#D1E07C
(209,224,124)
#D5E287
(213,226,135)
#D9E492
(217,228,146)
#DDE69D
(221,230,157)
#E1E8A8
(225,232,168)
#E5EAB3
(229,234,179)
#E9ECBE
(233,236,190)
#EDEEC9
(237,238,201)
#F1F0D4
(241,240,212)
#F5F2DF
(245,242,223)
#F9F4EA
(249,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1E07C; }

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

This text font color is #D1E07C.

Background Color

.myBgColor { background-color: #D1E07C; }

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

This div background color is #D1E07C.

Border color

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

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

This div border color is #D1E07C.

Opacity

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

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

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

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

This text has shadow with #D1E07C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1E07C.

Preview

Color preview on black background

This text has color #D1E07C on black background.


Color preview on white background

This text has color #D1E07C on white background.


Black color preview on #D1E07C background

This text has black color on #D1E07C background.


White color preview on #D1E07C background

This text has white color on #D1E07C background.


Related colors

Complementary color

Complementary color for #hex is #2E1F83.


I love getcolorcode.com

Triadic colors

1 #7CD1E0 and #E07CD1 with #D1E07C are triadic colors.

2 #7CE0D1 and #E0D17C with #D1E07C are triadic colors.