COLOR #D9E465

HEX: #D9E465
RGB: (217,228,101)

Color info

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

RGB color model

#D9E465 color RGB value is (217,228,101).

  • red value is 217;
  • green value is 228;
  • blue value is 101.
RGB:
(217,228,101)
(85%,89%,40%)

RGB channels and saturation

R 217 of 255 = 85%
G 228 of 255 = 89%
B 101 of 255 = 40%

217
228
101

R + G + B ~ 71%. #D9E465 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 228 + 101 = 546 (100%)
R 217 of 546 ~ 39.74%
G 228 of 546 ~ 41.76%
B 101 of 546 ~ 18.5%

%39.74
%41.76
%18.5

CMYK color model

#D9E465 color CMYK value is (5,0,56,11).

  • cyan value is 4.82%
  • magenta value is 0.00%
  • yellow value is 55.70%
  • key color value is 10.59%
CMYK:
(5,0,56,11)
C5M0Y56K11 
(5%,0%,56%,11%)
(0.05/0.00/0.56/0.11)	

CMYK percentages

%4.82
%0
%55.7
%10.59

Codes

Color #D9E465 in popluar color models

D9E465
RGB217228101
HSL65°70.17%64.51%
HSB/HSV65°55.70%89.41%
CMYK4.82%0.00%55.70%
10.59%

Color #D9E465 in popluar number systems.

HEXD9E465
Decimal217228101
Binary11011001111001001100101
Octal331344145

Shades and tints

Shades of #D9E465

#D9E465
(217,228,101)
#C6D05C
(198,208,92)
#B3BC53
(179,188,83)
#A0A84A
(160,168,74)
#8D9441
(141,148,65)
#7A8038
(122,128,56)
#676C2F
(103,108,47)
#545826
(84,88,38)
#41441D
(65,68,29)
#2E3014
(46,48,20)
#1B1C0B
(27,28,11)
#000000
(0,0,0)

Tints of #D9E465

#D9E465
(217,228,101)
#DCE673
(220,230,115)
#DFE881
(223,232,129)
#E2EA8F
(226,234,143)
#E5EC9D
(229,236,157)
#E8EEAB
(232,238,171)
#EBF0B9
(235,240,185)
#EEF2C7
(238,242,199)
#F1F4D5
(241,244,213)
#F4F6E3
(244,246,227)
#F7F8F1
(247,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9E465 color. Also use rgb(217,228,101) instead hex code.

Text Font Color

.myTextColor { color: #D9E465; }

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

This text font color is #D9E465.


Background Color

.myBgColor { background-color: #D9E465; }

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

This div background color is #D9E465.


Border color

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

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

This div border color is #D9E465.


Opacity

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

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

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

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

This text has shadow with #D9E465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E465 on black background.


Color preview on white background

This text has color #D9E465 on white background.



Black color preview on #D9E465 background

This text has black color on #D9E465 background.


White color preview on #D9E465 background

This text has white color on #D9E465 background.