COLOR #D4E298

HEX: #D4E298
RGB: (212,226,152)

Color info

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

RGB color model

#D4E298 color RGB value is (212,226,152).

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

RGB channels and saturation

R 212 of 255 = 83%
G 226 of 255 = 89%
B 152 of 255 = 60%

212
226
152

R + G + B ~ 77%. #D4E298 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 226 + 152 = 590 (100%)
R 212 of 590 ~ 35.93%
G 226 of 590 ~ 38.31%
B 152 of 590 ~ 25.76%

%35.93
%38.31
%25.76

CMYK color model

#D4E298 color CMYK value is (6,0,33,11).

  • cyan value is 6.19%
  • magenta value is 0.00%
  • yellow value is 32.74%
  • key color value is 11.37%
CMYK:
(6,0,33,11)
C6M0Y33K11 
(6%,0%,33%,11%)
(0.06/0.00/0.33/0.11)	

CMYK percentages

%6.19
%0
%32.74
%11.37

Codes

Color #D4E298 in popluar color models

D4E298
RGB212226152
HSL71°56.06%74.12%
HSB/HSV71°32.74%88.63%
CMYK6.19%0.00%32.74%
11.37%

Color #D4E298 in popluar number systems.

HEXD4E298
Decimal212226152
Binary110101001110001010011000
Octal324342230

Shades and tints

Shades of #D4E298

#D4E298
(212,226,152)
#C1CE8B
(193,206,139)
#AEBA7E
(174,186,126)
#9BA671
(155,166,113)
#889264
(136,146,100)
#757E57
(117,126,87)
#626A4A
(98,106,74)
#4F563D
(79,86,61)
#3C4230
(60,66,48)
#292E23
(41,46,35)
#161A16
(22,26,22)
#000000
(0,0,0)

Tints of #D4E298

#D4E298
(212,226,152)
#D7E4A1
(215,228,161)
#DAE6AA
(218,230,170)
#DDE8B3
(221,232,179)
#E0EABC
(224,234,188)
#E3ECC5
(227,236,197)
#E6EECE
(230,238,206)
#E9F0D7
(233,240,215)
#ECF2E0
(236,242,224)
#EFF4E9
(239,244,233)
#F2F6F2
(242,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E298; }

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

This text font color is #D4E298.


Background Color

.myBgColor { background-color: #D4E298; }

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

This div background color is #D4E298.


Border color

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

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

This div border color is #D4E298.


Opacity

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

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

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

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

This text has shadow with #D4E298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E298 on black background.


Color preview on white background

This text has color #D4E298 on white background.



Black color preview on #D4E298 background

This text has black color on #D4E298 background.


White color preview on #D4E298 background

This text has white color on #D4E298 background.