COLOR #D1E69E

HEX: #D1E69E
RGB: (209,230,158)

Color info

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

RGB color model

#D1E69E color RGB value is (209,230,158).

  • red value is 209;
  • green value is 230;
  • blue value is 158.
RGB:
(209,230,158)
(82%,90%,62%)

RGB channels and saturation

R 209 of 255 = 82%
G 230 of 255 = 90%
B 158 of 255 = 62%

209
230
158

R + G + B ~ 78%. #D1E69E is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 230 + 158 = 597 (100%)
R 209 of 597 ~ 35.01%
G 230 of 597 ~ 38.53%
B 158 of 597 ~ 26.47%

%35.01
%38.53
%26.47

CMYK color model

#D1E69E color CMYK value is (9,0,31,10).

  • cyan value is 9.13%
  • magenta value is 0.00%
  • yellow value is 31.30%
  • key color value is 9.80%
CMYK:
(9,0,31,10)
C9M0Y31K10 
(9%,0%,31%,10%)
(0.09/0.00/0.31/0.10)	

CMYK percentages

%9.13
%0
%31.3
%9.8

Codes

Color #D1E69E in popluar color models

D1E69E
RGB209230158
HSL78°59.02%76.08%
HSB/HSV78°31.30%90.20%
CMYK9.13%0.00%31.30%
9.80%

Color #D1E69E in popluar number systems.

HEXD1E69E
Decimal209230158
Binary110100011110011010011110
Octal321346236

Shades and tints

Shades of #D1E69E

#D1E69E
(209,230,158)
#BED290
(190,210,144)
#ABBE82
(171,190,130)
#98AA74
(152,170,116)
#859666
(133,150,102)
#728258
(114,130,88)
#5F6E4A
(95,110,74)
#4C5A3C
(76,90,60)
#39462E
(57,70,46)
#263220
(38,50,32)
#131E12
(19,30,18)
#000000
(0,0,0)

Tints of #D1E69E

#D1E69E
(209,230,158)
#D5E8A6
(213,232,166)
#D9EAAE
(217,234,174)
#DDECB6
(221,236,182)
#E1EEBE
(225,238,190)
#E5F0C6
(229,240,198)
#E9F2CE
(233,242,206)
#EDF4D6
(237,244,214)
#F1F6DE
(241,246,222)
#F5F8E6
(245,248,230)
#F9FAEE
(249,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1E69E color. Also use rgb(209,230,158) instead hex code.

Text Font Color

.myTextColor { color: #D1E69E; }

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

This text font color is #D1E69E.


Background Color

.myBgColor { background-color: #D1E69E; }

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

This div background color is #D1E69E.


Border color

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

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

This div border color is #D1E69E.


Opacity

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

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

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

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

This text has shadow with #D1E69E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1E69E on black background.


Color preview on white background

This text has color #D1E69E on white background.



Black color preview on #D1E69E background

This text has black color on #D1E69E background.


White color preview on #D1E69E background

This text has white color on #D1E69E background.