COLOR #D4E85C

HEX: #D4E85C
RGB: (212,232,92)

Color info

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

RGB color model

#D4E85C color RGB value is (212,232,92).

  • red value is 212;
  • green value is 232;
  • blue value is 92.
RGB:
(212,232,92)
(83%,91%,36%)

RGB channels and saturation

R 212 of 255 = 83%
G 232 of 255 = 91%
B 92 of 255 = 36%

212
232
92

R + G + B ~ 70%. #D4E85C is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 232 + 92 = 536 (100%)
R 212 of 536 ~ 39.55%
G 232 of 536 ~ 43.28%
B 92 of 536 ~ 17.16%

%39.55
%43.28
%17.16

CMYK color model

#D4E85C color CMYK value is (9,0,60,9).

  • cyan value is 8.62%
  • magenta value is 0.00%
  • yellow value is 60.34%
  • key color value is 9.02%
CMYK:
(9,0,60,9)
C9M0Y60K9 
(9%,0%,60%,9%)
(0.09/0.00/0.60/0.09)	

CMYK percentages

%8.62
%0
%60.34
%9.02

Codes

Color #D4E85C in popluar color models

D4E85C
RGB21223292
HSL69°75.27%63.53%
HSB/HSV69°60.34%90.98%
CMYK8.62%0.00%60.34%
9.02%

Color #D4E85C in popluar number systems.

HEXD4E85C
Decimal21223292
Binary11010100111010001011100
Octal324350134

Shades and tints

Shades of #D4E85C

#D4E85C
(212,232,92)
#C1D354
(193,211,84)
#AEBE4C
(174,190,76)
#9BA944
(155,169,68)
#88943C
(136,148,60)
#757F34
(117,127,52)
#626A2C
(98,106,44)
#4F5524
(79,85,36)
#3C401C
(60,64,28)
#292B14
(41,43,20)
#16160C
(22,22,12)
#000000
(0,0,0)

Tints of #D4E85C

#D4E85C
(212,232,92)
#D7EA6A
(215,234,106)
#DAEC78
(218,236,120)
#DDEE86
(221,238,134)
#E0F094
(224,240,148)
#E3F2A2
(227,242,162)
#E6F4B0
(230,244,176)
#E9F6BE
(233,246,190)
#ECF8CC
(236,248,204)
#EFFADA
(239,250,218)
#F2FCE8
(242,252,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E85C color. Also use rgb(212,232,92) instead hex code.

Text Font Color

.myTextColor { color: #D4E85C; }

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

This text font color is #D4E85C.


Background Color

.myBgColor { background-color: #D4E85C; }

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

This div background color is #D4E85C.


Border color

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

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

This div border color is #D4E85C.


Opacity

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

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

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

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

This text has shadow with #D4E85C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E85C on black background.


Color preview on white background

This text has color #D4E85C on white background.



Black color preview on #D4E85C background

This text has black color on #D4E85C background.


White color preview on #D4E85C background

This text has white color on #D4E85C background.