COLOR #D7E48D

HEX: #D7E48D
RGB: (215,228,141)

Color info

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

RGB color model

#D7E48D color RGB value is (215,228,141).

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

RGB channels and saturation

R 215 of 255 = 84%
G 228 of 255 = 89%
B 141 of 255 = 55%

215
228
141

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

Portions of RGB colors in percentages

R + G + B =
215 + 228 + 141 = 584 (100%)
R 215 of 584 ~ 36.82%
G 228 of 584 ~ 39.04%
B 141 of 584 ~ 24.14%

%36.82
%39.04
%24.14

CMYK color model

#D7E48D color CMYK value is (6,0,38,11).

  • cyan value is 5.70%
  • magenta value is 0.00%
  • yellow value is 38.16%
  • key color value is 10.59%
CMYK:
(6,0,38,11)
C6M0Y38K11 
(6%,0%,38%,11%)
(0.06/0.00/0.38/0.11)	

CMYK percentages

%5.7
%0
%38.16
%10.59

Codes

Color #D7E48D in popluar color models

D7E48D
RGB215228141
HSL69°61.70%72.35%
HSB/HSV69°38.16%89.41%
CMYK5.70%0.00%38.16%
10.59%

Color #D7E48D in popluar number systems.

HEXD7E48D
Decimal215228141
Binary110101111110010010001101
Octal327344215

Shades and tints

Shades of #D7E48D

#D7E48D
(215,228,141)
#C4D081
(196,208,129)
#B1BC75
(177,188,117)
#9EA869
(158,168,105)
#8B945D
(139,148,93)
#788051
(120,128,81)
#656C45
(101,108,69)
#525839
(82,88,57)
#3F442D
(63,68,45)
#2C3021
(44,48,33)
#191C15
(25,28,21)
#000000
(0,0,0)

Tints of #D7E48D

#D7E48D
(215,228,141)
#DAE697
(218,230,151)
#DDE8A1
(221,232,161)
#E0EAAB
(224,234,171)
#E3ECB5
(227,236,181)
#E6EEBF
(230,238,191)
#E9F0C9
(233,240,201)
#ECF2D3
(236,242,211)
#EFF4DD
(239,244,221)
#F2F6E7
(242,246,231)
#F5F8F1
(245,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E48D; }

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

This text font color is #D7E48D.


Background Color

.myBgColor { background-color: #D7E48D; }

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

This div background color is #D7E48D.


Border color

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

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

This div border color is #D7E48D.


Opacity

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

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

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

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

This text has shadow with #D7E48D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E48D on black background.


Color preview on white background

This text has color #D7E48D on white background.



Black color preview on #D7E48D background

This text has black color on #D7E48D background.


White color preview on #D7E48D background

This text has white color on #D7E48D background.