COLOR #D4E96F

HEX: #D4E96F RGB: (212,233,111)

Color info

#D4E96F contains mainly red and green colors. Web safe color of #D4E96F is #CCFF66 (or #CF6).

RGB color model

#D4E96F color RGB value is (212,233,111).

RGB: (212,233,111) (83%, 91%, 44%)

RGB channels and saturation

R 212 of 255 = 83%
G 233 of 255 = 91%
B 111 of 255 = 44%

212
233
111

R + G + B ~ 73%. #D4E96F is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 233 + 111 = 556 (100%)
R 212 of 556 ~ 38.13%
G 233 of 556 ~ 41.91%
B 111 of 556 ~ 19.96'%

%38.13
%41.91
%19.96

CMYK color model

#D4E96F color CMYK value is (9,0,52,9).

  • cyan value is 9.01%
  • magenta value is 0.00%
  • yellow value is 52.36%
  • key color value is 8.63%

CMYK: (9,0,52,9)
C9M0Y52K9 (9%, 0%, 52%, 9%)
(0.09 / 0.00 / 0.52 / 0.09)

CMYK percentages

%9.01
%0
%52.36
%8.63

Codes

Color #D4E96F in popluar color models

D4 E9 6F
RGB 212 233 111
HSL 70° 73.49% 67.45%
HSB/HSV 70° 52.36% 91.37%
CMYK 9.01% 0.00% 52.36%
8.63%

Color #D4E96F in popluar number systems.

HEX D4 E9 6F
Decimal 212 233 111
Binary 11010100 11101001 1101111
Octal 324 351 157

Shades and tints

Shades of #D4E96F

#D4E96F
(212,233,111)
#C1D465
(193,212,101)
#AEBF5B
(174,191,91)
#9BAA51
(155,170,81)
#889547
(136,149,71)
#75803D
(117,128,61)
#626B33
(98,107,51)
#4F5629
(79,86,41)
#3C411F
(60,65,31)
#292C15
(41,44,21)
#16170B
(22,23,11)
#000000
(0,0,0)

Tints of #D4E96F

#D4E96F
(212,233,111)
#D7EB7C
(215,235,124)
#DAED89
(218,237,137)
#DDEF96
(221,239,150)
#E0F1A3
(224,241,163)
#E3F3B0
(227,243,176)
#E6F5BD
(230,245,189)
#E9F7CA
(233,247,202)
#ECF9D7
(236,249,215)
#EFFBE4
(239,251,228)
#F2FDF1
(242,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E96F color. Also use rgb(212,233,111) instead hex code.

Text Font Color

.myTextColor { color: #D4E96F; }

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

This text font color is #D4E96F.

Background Color

.myBgColor { background-color: #D4E96F; }

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

This div background color is #D4E96F.

Border color

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

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

This div border color is #D4E96F.

Opacity

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

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

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

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

This text has shadow with #D4E96F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4E96F.

Preview

Color preview on black background

This text has color #D4E96F on black background.


Color preview on white background

This text has color #D4E96F on white background.


Black color preview on #D4E96F background

This text has black color on #D4E96F background.


White color preview on #D4E96F background

This text has white color on #D4E96F background.


Related colors

Complementary color

Complementary color for #hex is #2B1690.


I love getcolorcode.com

Triadic colors

1 #6FD4E9 and #E96FD4 with #D4E96F are triadic colors.

2 #6FE9D4 and #E9D46F with #D4E96F are triadic colors.