COLOR #D4E193

HEX: #D4E193
RGB: (212,225,147)

Color info

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

RGB color model

#D4E193 color RGB value is (212,225,147).

  • red value is 212;
  • green value is 225;
  • blue value is 147.
RGB:
(212,225,147)
(83%,88%,58%)

RGB channels and saturation

R 212 of 255 = 83%
G 225 of 255 = 88%
B 147 of 255 = 58%

212
225
147

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

Portions of RGB colors in percentages

R + G + B =
212 + 225 + 147 = 584 (100%)
R 212 of 584 ~ 36.3%
G 225 of 584 ~ 38.53%
B 147 of 584 ~ 25.17%

%36.3
%38.53
%25.17

CMYK color model

#D4E193 color CMYK value is (6,0,35,12).

  • cyan value is 5.78%
  • magenta value is 0.00%
  • yellow value is 34.67%
  • key color value is 11.76%
CMYK:
(6,0,35,12)
C6M0Y35K12 
(6%,0%,35%,12%)
(0.06/0.00/0.35/0.12)	

CMYK percentages

%5.78
%0
%34.67
%11.76

Codes

Color #D4E193 in popluar color models

D4E193
RGB212225147
HSL70°56.52%72.94%
HSB/HSV70°34.67%88.24%
CMYK5.78%0.00%34.67%
11.76%

Color #D4E193 in popluar number systems.

HEXD4E193
Decimal212225147
Binary110101001110000110010011
Octal324341223

Shades and tints

Shades of #D4E193

#D4E193
(212,225,147)
#C1CD86
(193,205,134)
#AEB979
(174,185,121)
#9BA56C
(155,165,108)
#88915F
(136,145,95)
#757D52
(117,125,82)
#626945
(98,105,69)
#4F5538
(79,85,56)
#3C412B
(60,65,43)
#292D1E
(41,45,30)
#161911
(22,25,17)
#000000
(0,0,0)

Tints of #D4E193

#D4E193
(212,225,147)
#D7E39C
(215,227,156)
#DAE5A5
(218,229,165)
#DDE7AE
(221,231,174)
#E0E9B7
(224,233,183)
#E3EBC0
(227,235,192)
#E6EDC9
(230,237,201)
#E9EFD2
(233,239,210)
#ECF1DB
(236,241,219)
#EFF3E4
(239,243,228)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E193 color. Also use rgb(212,225,147) instead hex code.

Text Font Color

.myTextColor { color: #D4E193; }

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

This text font color is #D4E193.


Background Color

.myBgColor { background-color: #D4E193; }

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

This div background color is #D4E193.


Border color

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

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

This div border color is #D4E193.


Opacity

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

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

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

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

This text has shadow with #D4E193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E193 on black background.


Color preview on white background

This text has color #D4E193 on white background.



Black color preview on #D4E193 background

This text has black color on #D4E193 background.


White color preview on #D4E193 background

This text has white color on #D4E193 background.