COLOR #D9E394

HEX: #D9E394
RGB: (217,227,148)

Color info

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

RGB color model

#D9E394 color RGB value is (217,227,148).

  • red value is 217;
  • green value is 227;
  • blue value is 148.
RGB:
(217,227,148)
(85%,89%,58%)

RGB channels and saturation

R 217 of 255 = 85%
G 227 of 255 = 89%
B 148 of 255 = 58%

217
227
148

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

Portions of RGB colors in percentages

R + G + B =
217 + 227 + 148 = 592 (100%)
R 217 of 592 ~ 36.66%
G 227 of 592 ~ 38.34%
B 148 of 592 ~ 25%

%36.66
%38.34
%25

CMYK color model

#D9E394 color CMYK value is (4,0,35,11).

  • cyan value is 4.41%
  • magenta value is 0.00%
  • yellow value is 34.80%
  • key color value is 10.98%
CMYK:
(4,0,35,11)
C4M0Y35K11 
(4%,0%,35%,11%)
(0.04/0.00/0.35/0.11)	

CMYK percentages

%4.41
%0
%34.8
%10.98

Codes

Color #D9E394 in popluar color models

D9E394
RGB217227148
HSL68°58.52%73.53%
HSB/HSV68°34.80%89.02%
CMYK4.41%0.00%34.80%
10.98%

Color #D9E394 in popluar number systems.

HEXD9E394
Decimal217227148
Binary110110011110001110010100
Octal331343224

Shades and tints

Shades of #D9E394

#D9E394
(217,227,148)
#C6CF87
(198,207,135)
#B3BB7A
(179,187,122)
#A0A76D
(160,167,109)
#8D9360
(141,147,96)
#7A7F53
(122,127,83)
#676B46
(103,107,70)
#545739
(84,87,57)
#41432C
(65,67,44)
#2E2F1F
(46,47,31)
#1B1B12
(27,27,18)
#000000
(0,0,0)

Tints of #D9E394

#D9E394
(217,227,148)
#DCE59D
(220,229,157)
#DFE7A6
(223,231,166)
#E2E9AF
(226,233,175)
#E5EBB8
(229,235,184)
#E8EDC1
(232,237,193)
#EBEFCA
(235,239,202)
#EEF1D3
(238,241,211)
#F1F3DC
(241,243,220)
#F4F5E5
(244,245,229)
#F7F7EE
(247,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9E394 color. Also use rgb(217,227,148) instead hex code.

Text Font Color

.myTextColor { color: #D9E394; }

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

This text font color is #D9E394.


Background Color

.myBgColor { background-color: #D9E394; }

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

This div background color is #D9E394.


Border color

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

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

This div border color is #D9E394.


Opacity

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

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

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

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

This text has shadow with #D9E394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E394 on black background.


Color preview on white background

This text has color #D9E394 on white background.



Black color preview on #D9E394 background

This text has black color on #D9E394 background.


White color preview on #D9E394 background

This text has white color on #D9E394 background.