COLOR #D4E3A1

HEX: #D4E3A1
RGB: (212,227,161)

Color info

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

RGB color model

#D4E3A1 color RGB value is (212,227,161).

  • red value is 212;
  • green value is 227;
  • blue value is 161.
RGB:
(212,227,161)
(83%,89%,63%)

RGB channels and saturation

R 212 of 255 = 83%
G 227 of 255 = 89%
B 161 of 255 = 63%

212
227
161

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

Portions of RGB colors in percentages

R + G + B =
212 + 227 + 161 = 600 (100%)
R 212 of 600 ~ 35.33%
G 227 of 600 ~ 37.83%
B 161 of 600 ~ 26.83%

%35.33
%37.83
%26.83

CMYK color model

#D4E3A1 color CMYK value is (7,0,29,11).

  • cyan value is 6.61%
  • magenta value is 0.00%
  • yellow value is 29.07%
  • key color value is 10.98%
CMYK:
(7,0,29,11)
C7M0Y29K11 
(7%,0%,29%,11%)
(0.07/0.00/0.29/0.11)	

CMYK percentages

%6.61
%0
%29.07
%10.98

Codes

Color #D4E3A1 in popluar color models

D4E3A1
RGB212227161
HSL74°54.10%76.08%
HSB/HSV74°29.07%89.02%
CMYK6.61%0.00%29.07%
10.98%

Color #D4E3A1 in popluar number systems.

HEXD4E3A1
Decimal212227161
Binary110101001110001110100001
Octal324343241

Shades and tints

Shades of #D4E3A1

#D4E3A1
(212,227,161)
#C1CF93
(193,207,147)
#AEBB85
(174,187,133)
#9BA777
(155,167,119)
#889369
(136,147,105)
#757F5B
(117,127,91)
#626B4D
(98,107,77)
#4F573F
(79,87,63)
#3C4331
(60,67,49)
#292F23
(41,47,35)
#161B15
(22,27,21)
#000000
(0,0,0)

Tints of #D4E3A1

#D4E3A1
(212,227,161)
#D7E5A9
(215,229,169)
#DAE7B1
(218,231,177)
#DDE9B9
(221,233,185)
#E0EBC1
(224,235,193)
#E3EDC9
(227,237,201)
#E6EFD1
(230,239,209)
#E9F1D9
(233,241,217)
#ECF3E1
(236,243,225)
#EFF5E9
(239,245,233)
#F2F7F1
(242,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E3A1 color. Also use rgb(212,227,161) instead hex code.

Text Font Color

.myTextColor { color: #D4E3A1; }

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

This text font color is #D4E3A1.


Background Color

.myBgColor { background-color: #D4E3A1; }

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

This div background color is #D4E3A1.


Border color

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

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

This div border color is #D4E3A1.


Opacity

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

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

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

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

This text has shadow with #D4E3A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E3A1 on black background.


Color preview on white background

This text has color #D4E3A1 on white background.



Black color preview on #D4E3A1 background

This text has black color on #D4E3A1 background.


White color preview on #D4E3A1 background

This text has white color on #D4E3A1 background.