COLOR #D4E286

HEX: #D4E286
RGB: (212,226,134)

Color info

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

RGB color model

#D4E286 color RGB value is (212,226,134).

  • red value is 212;
  • green value is 226;
  • blue value is 134.
RGB:
(212,226,134)
(83%,89%,53%)

RGB channels and saturation

R 212 of 255 = 83%
G 226 of 255 = 89%
B 134 of 255 = 53%

212
226
134

R + G + B ~ 75%. #D4E286 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 226 + 134 = 572 (100%)
R 212 of 572 ~ 37.06%
G 226 of 572 ~ 39.51%
B 134 of 572 ~ 23.43%

%37.06
%39.51
%23.43

CMYK color model

#D4E286 color CMYK value is (6,0,41,11).

  • cyan value is 6.19%
  • magenta value is 0.00%
  • yellow value is 40.71%
  • key color value is 11.37%
CMYK:
(6,0,41,11)
C6M0Y41K11 
(6%,0%,41%,11%)
(0.06/0.00/0.41/0.11)	

CMYK percentages

%6.19
%0
%40.71
%11.37

Codes

Color #D4E286 in popluar color models

D4E286
RGB212226134
HSL69°61.33%70.59%
HSB/HSV69°40.71%88.63%
CMYK6.19%0.00%40.71%
11.37%

Color #D4E286 in popluar number systems.

HEXD4E286
Decimal212226134
Binary110101001110001010000110
Octal324342206

Shades and tints

Shades of #D4E286

#D4E286
(212,226,134)
#C1CE7A
(193,206,122)
#AEBA6E
(174,186,110)
#9BA662
(155,166,98)
#889256
(136,146,86)
#757E4A
(117,126,74)
#626A3E
(98,106,62)
#4F5632
(79,86,50)
#3C4226
(60,66,38)
#292E1A
(41,46,26)
#161A0E
(22,26,14)
#000000
(0,0,0)

Tints of #D4E286

#D4E286
(212,226,134)
#D7E491
(215,228,145)
#DAE69C
(218,230,156)
#DDE8A7
(221,232,167)
#E0EAB2
(224,234,178)
#E3ECBD
(227,236,189)
#E6EEC8
(230,238,200)
#E9F0D3
(233,240,211)
#ECF2DE
(236,242,222)
#EFF4E9
(239,244,233)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E286 color. Also use rgb(212,226,134) instead hex code.

Text Font Color

.myTextColor { color: #D4E286; }

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

This text font color is #D4E286.


Background Color

.myBgColor { background-color: #D4E286; }

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

This div background color is #D4E286.


Border color

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

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

This div border color is #D4E286.


Opacity

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

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

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

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

This text has shadow with #D4E286 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E286 on black background.


Color preview on white background

This text has color #D4E286 on white background.



Black color preview on #D4E286 background

This text has black color on #D4E286 background.


White color preview on #D4E286 background

This text has white color on #D4E286 background.