COLOR #D9DF94

HEX: #D9DF94
RGB: (217,223,148)

Color info

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

RGB color model

#D9DF94 color RGB value is (217,223,148).

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

RGB channels and saturation

R 217 of 255 = 85%
G 223 of 255 = 87%
B 148 of 255 = 58%

217
223
148

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

Portions of RGB colors in percentages

R + G + B =
217 + 223 + 148 = 588 (100%)
R 217 of 588 ~ 36.9%
G 223 of 588 ~ 37.93%
B 148 of 588 ~ 25.17%

%36.9
%37.93
%25.17

CMYK color model

#D9DF94 color CMYK value is (3,0,34,13).

  • cyan value is 2.69%
  • magenta value is 0.00%
  • yellow value is 33.63%
  • key color value is 12.55%
CMYK:
(3,0,34,13)
C3M0Y34K13 
(3%,0%,34%,13%)
(0.03/0.00/0.34/0.13)	

CMYK percentages

%2.69
%0
%33.63
%12.55

Codes

Color #D9DF94 in popluar color models

D9DF94
RGB217223148
HSL65°53.96%72.75%
HSB/HSV65°33.63%87.45%
CMYK2.69%0.00%33.63%
12.55%

Color #D9DF94 in popluar number systems.

HEXD9DF94
Decimal217223148
Binary110110011101111110010100
Octal331337224

Shades and tints

Shades of #D9DF94

#D9DF94
(217,223,148)
#C6CB87
(198,203,135)
#B3B77A
(179,183,122)
#A0A36D
(160,163,109)
#8D8F60
(141,143,96)
#7A7B53
(122,123,83)
#676746
(103,103,70)
#545339
(84,83,57)
#413F2C
(65,63,44)
#2E2B1F
(46,43,31)
#1B1712
(27,23,18)
#000000
(0,0,0)

Tints of #D9DF94

#D9DF94
(217,223,148)
#DCE19D
(220,225,157)
#DFE3A6
(223,227,166)
#E2E5AF
(226,229,175)
#E5E7B8
(229,231,184)
#E8E9C1
(232,233,193)
#EBEBCA
(235,235,202)
#EEEDD3
(238,237,211)
#F1EFDC
(241,239,220)
#F4F1E5
(244,241,229)
#F7F3EE
(247,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DF94; }

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

This text font color is #D9DF94.


Background Color

.myBgColor { background-color: #D9DF94; }

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

This div background color is #D9DF94.


Border color

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

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

This div border color is #D9DF94.


Opacity

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

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

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

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

This text has shadow with #D9DF94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DF94 on black background.


Color preview on white background

This text has color #D9DF94 on white background.



Black color preview on #D9DF94 background

This text has black color on #D9DF94 background.


White color preview on #D9DF94 background

This text has white color on #D9DF94 background.