COLOR #D8E594

HEX: #D8E594
RGB: (216,229,148)

Color info

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

RGB color model

#D8E594 color RGB value is (216,229,148).

  • red value is 216;
  • green value is 229;
  • blue value is 148.
RGB:
(216,229,148)
(85%,90%,58%)

RGB channels and saturation

R 216 of 255 = 85%
G 229 of 255 = 90%
B 148 of 255 = 58%

216
229
148

R + G + B ~ 78%. #D8E594 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 229 + 148 = 593 (100%)
R 216 of 593 ~ 36.42%
G 229 of 593 ~ 38.62%
B 148 of 593 ~ 24.96%

%36.42
%38.62
%24.96

CMYK color model

#D8E594 color CMYK value is (6,0,35,10).

  • cyan value is 5.68%
  • magenta value is 0.00%
  • yellow value is 35.37%
  • key color value is 10.20%
CMYK:
(6,0,35,10)
C6M0Y35K10 
(6%,0%,35%,10%)
(0.06/0.00/0.35/0.10)	

CMYK percentages

%5.68
%0
%35.37
%10.2

Codes

Color #D8E594 in popluar color models

D8E594
RGB216229148
HSL70°60.90%73.92%
HSB/HSV70°35.37%89.80%
CMYK5.68%0.00%35.37%
10.20%

Color #D8E594 in popluar number systems.

HEXD8E594
Decimal216229148
Binary110110001110010110010100
Octal330345224

Shades and tints

Shades of #D8E594

#D8E594
(216,229,148)
#C5D187
(197,209,135)
#B2BD7A
(178,189,122)
#9FA96D
(159,169,109)
#8C9560
(140,149,96)
#798153
(121,129,83)
#666D46
(102,109,70)
#535939
(83,89,57)
#40452C
(64,69,44)
#2D311F
(45,49,31)
#1A1D12
(26,29,18)
#000000
(0,0,0)

Tints of #D8E594

#D8E594
(216,229,148)
#DBE79D
(219,231,157)
#DEE9A6
(222,233,166)
#E1EBAF
(225,235,175)
#E4EDB8
(228,237,184)
#E7EFC1
(231,239,193)
#EAF1CA
(234,241,202)
#EDF3D3
(237,243,211)
#F0F5DC
(240,245,220)
#F3F7E5
(243,247,229)
#F6F9EE
(246,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8E594 color. Also use rgb(216,229,148) instead hex code.

Text Font Color

.myTextColor { color: #D8E594; }

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

This text font color is #D8E594.


Background Color

.myBgColor { background-color: #D8E594; }

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

This div background color is #D8E594.


Border color

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

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

This div border color is #D8E594.


Opacity

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

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

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

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

This text has shadow with #D8E594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E594 on black background.


Color preview on white background

This text has color #D8E594 on white background.



Black color preview on #D8E594 background

This text has black color on #D8E594 background.


White color preview on #D8E594 background

This text has white color on #D8E594 background.