COLOR #D4E07F

HEX: #D4E07F RGB: (212,224,127)

Color info

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

RGB color model

#D4E07F color RGB value is (212,224,127).

RGB: (212,224,127) (83%, 88%, 50%)

RGB channels and saturation

R 212 of 255 = 83%
G 224 of 255 = 88%
B 127 of 255 = 50%

212
224
127

R + G + B ~ 74%. #D4E07F is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 224 + 127 = 563 (100%)
R 212 of 563 ~ 37.66%
G 224 of 563 ~ 39.79%
B 127 of 563 ~ 22.56'%

%37.66
%39.79
%22.56

CMYK color model

#D4E07F color CMYK value is (5,0,43,12).

  • cyan value is 5.36%
  • magenta value is 0.00%
  • yellow value is 43.30%
  • key color value is 12.16%

CMYK: (5,0,43,12)
C5M0Y43K12 (5%, 0%, 43%, 12%)
(0.05 / 0.00 / 0.43 / 0.12)

CMYK percentages

%5.36
%0
%43.3
%12.16

Codes

Color #D4E07F in popluar color models

D4 E0 7F
RGB 212 224 127
HSL 67° 61.01% 68.82%
HSB/HSV 67° 43.30% 87.84%
CMYK 5.36% 0.00% 43.30%
12.16%

Color #D4E07F in popluar number systems.

HEX D4 E0 7F
Decimal 212 224 127
Binary 11010100 11100000 1111111
Octal 324 340 177

Shades and tints

Shades of #D4E07F

#D4E07F
(212,224,127)
#C1CC74
(193,204,116)
#AEB869
(174,184,105)
#9BA45E
(155,164,94)
#889053
(136,144,83)
#757C48
(117,124,72)
#62683D
(98,104,61)
#4F5432
(79,84,50)
#3C4027
(60,64,39)
#292C1C
(41,44,28)
#161811
(22,24,17)
#000000
(0,0,0)

Tints of #D4E07F

#D4E07F
(212,224,127)
#D7E28A
(215,226,138)
#DAE495
(218,228,149)
#DDE6A0
(221,230,160)
#E0E8AB
(224,232,171)
#E3EAB6
(227,234,182)
#E6ECC1
(230,236,193)
#E9EECC
(233,238,204)
#ECF0D7
(236,240,215)
#EFF2E2
(239,242,226)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E07F color. Also use rgb(212,224,127) instead hex code.

Text Font Color

.myTextColor { color: #D4E07F; }

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

This text font color is #D4E07F.

Background Color

.myBgColor { background-color: #D4E07F; }

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

This div background color is #D4E07F.

Border color

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

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

This div border color is #D4E07F.

Opacity

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

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

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

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

This text has shadow with #D4E07F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4E07F.

Preview

Color preview on black background

This text has color #D4E07F on black background.


Color preview on white background

This text has color #D4E07F on white background.


Black color preview on #D4E07F background

This text has black color on #D4E07F background.


White color preview on #D4E07F background

This text has white color on #D4E07F background.


Related colors

Complementary color

Complementary color for #hex is #2B1F80.


I love getcolorcode.com

Triadic colors

1 #7FD4E0 and #E07FD4 with #D4E07F are triadic colors.

2 #7FE0D4 and #E0D47F with #D4E07F are triadic colors.