COLOR #D4E48D

HEX: #D4E48D
RGB: (212,228,141)

Color info

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

RGB color model

#D4E48D color RGB value is (212,228,141).

  • red value is 212;
  • green value is 228;
  • blue value is 141.
RGB:
(212,228,141)
(83%,89%,55%)

RGB channels and saturation

R 212 of 255 = 83%
G 228 of 255 = 89%
B 141 of 255 = 55%

212
228
141

R + G + B ~ 76%. #D4E48D is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 228 + 141 = 581 (100%)
R 212 of 581 ~ 36.49%
G 228 of 581 ~ 39.24%
B 141 of 581 ~ 24.27%

%36.49
%39.24
%24.27

CMYK color model

#D4E48D color CMYK value is (7,0,38,11).

  • cyan value is 7.02%
  • magenta value is 0.00%
  • yellow value is 38.16%
  • key color value is 10.59%
CMYK:
(7,0,38,11)
C7M0Y38K11 
(7%,0%,38%,11%)
(0.07/0.00/0.38/0.11)	

CMYK percentages

%7.02
%0
%38.16
%10.59

Codes

Color #D4E48D in popluar color models

D4E48D
RGB212228141
HSL71°61.70%72.35%
HSB/HSV71°38.16%89.41%
CMYK7.02%0.00%38.16%
10.59%

Color #D4E48D in popluar number systems.

HEXD4E48D
Decimal212228141
Binary110101001110010010001101
Octal324344215

Shades and tints

Shades of #D4E48D

#D4E48D
(212,228,141)
#C1D081
(193,208,129)
#AEBC75
(174,188,117)
#9BA869
(155,168,105)
#88945D
(136,148,93)
#758051
(117,128,81)
#626C45
(98,108,69)
#4F5839
(79,88,57)
#3C442D
(60,68,45)
#293021
(41,48,33)
#161C15
(22,28,21)
#000000
(0,0,0)

Tints of #D4E48D

#D4E48D
(212,228,141)
#D7E697
(215,230,151)
#DAE8A1
(218,232,161)
#DDEAAB
(221,234,171)
#E0ECB5
(224,236,181)
#E3EEBF
(227,238,191)
#E6F0C9
(230,240,201)
#E9F2D3
(233,242,211)
#ECF4DD
(236,244,221)
#EFF6E7
(239,246,231)
#F2F8F1
(242,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E48D color. Also use rgb(212,228,141) instead hex code.

Text Font Color

.myTextColor { color: #D4E48D; }

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

This text font color is #D4E48D.


Background Color

.myBgColor { background-color: #D4E48D; }

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

This div background color is #D4E48D.


Border color

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

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

This div border color is #D4E48D.


Opacity

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

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

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

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

This text has shadow with #D4E48D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E48D on black background.


Color preview on white background

This text has color #D4E48D on white background.



Black color preview on #D4E48D background

This text has black color on #D4E48D background.


White color preview on #D4E48D background

This text has white color on #D4E48D background.