COLOR #D1E09F

HEX: #D1E09F RGB: (209,224,159)

Color info

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

RGB color model

#D1E09F color RGB value is (209,224,159).

RGB: (209,224,159) (82%, 88%, 62%)

RGB channels and saturation

R 209 of 255 = 82%
G 224 of 255 = 88%
B 159 of 255 = 62%

209
224
159

R + G + B ~ 77%. #D1E09F is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 224 + 159 = 592 (100%)
R 209 of 592 ~ 35.3%
G 224 of 592 ~ 37.84%
B 159 of 592 ~ 26.86'%

%35.3
%37.84
%26.86

CMYK color model

#D1E09F color CMYK value is (7,0,29,12).

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

CMYK: (7,0,29,12)
C7M0Y29K12 (7%, 0%, 29%, 12%)
(0.07 / 0.00 / 0.29 / 0.12)

CMYK percentages

%6.7
%0
%29.02
%12.16

Codes

Color #D1E09F in popluar color models

D1 E0 9F
RGB 209 224 159
HSL 74° 51.18% 75.10%
HSB/HSV 74° 29.02% 87.84%
CMYK 6.70% 0.00% 29.02%
12.16%

Color #D1E09F in popluar number systems.

HEX D1 E0 9F
Decimal 209 224 159
Binary 11010001 11100000 10011111
Octal 321 340 237

Shades and tints

Shades of #D1E09F

#D1E09F
(209,224,159)
#BECC91
(190,204,145)
#ABB883
(171,184,131)
#98A475
(152,164,117)
#859067
(133,144,103)
#727C59
(114,124,89)
#5F684B
(95,104,75)
#4C543D
(76,84,61)
#39402F
(57,64,47)
#262C21
(38,44,33)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #D1E09F

#D1E09F
(209,224,159)
#D5E2A7
(213,226,167)
#D9E4AF
(217,228,175)
#DDE6B7
(221,230,183)
#E1E8BF
(225,232,191)
#E5EAC7
(229,234,199)
#E9ECCF
(233,236,207)
#EDEED7
(237,238,215)
#F1F0DF
(241,240,223)
#F5F2E7
(245,242,231)
#F9F4EF
(249,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1E09F; }

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

This text font color is #D1E09F.

Background Color

.myBgColor { background-color: #D1E09F; }

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

This div background color is #D1E09F.

Border color

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

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

This div border color is #D1E09F.

Opacity

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

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

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

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

This text has shadow with #D1E09F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1E09F.

Preview

Color preview on black background

This text has color #D1E09F on black background.


Color preview on white background

This text has color #D1E09F on white background.


Black color preview on #D1E09F background

This text has black color on #D1E09F background.


White color preview on #D1E09F background

This text has white color on #D1E09F background.


Related colors

Complementary color

Complementary color for #hex is #2E1F60.


I love getcolorcode.com

Triadic colors

1 #9FD1E0 and #E09FD1 with #D1E09F are triadic colors.

2 #9FE0D1 and #E0D19F with #D1E09F are triadic colors.