COLOR #D4E2A3

HEX: #D4E2A3
RGB: (212,226,163)

Color info

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

RGB color model

#D4E2A3 color RGB value is (212,226,163).

  • red value is 212;
  • green value is 226;
  • blue value is 163.
RGB:
(212,226,163)
(83%,89%,64%)

RGB channels and saturation

R 212 of 255 = 83%
G 226 of 255 = 89%
B 163 of 255 = 64%

212
226
163

R + G + B ~ 79%. #D4E2A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 226 + 163 = 601 (100%)
R 212 of 601 ~ 35.27%
G 226 of 601 ~ 37.6%
B 163 of 601 ~ 27.12%

%35.27
%37.6
%27.12

CMYK color model

#D4E2A3 color CMYK value is (6,0,28,11).

  • cyan value is 6.19%
  • magenta value is 0.00%
  • yellow value is 27.88%
  • key color value is 11.37%
CMYK:
(6,0,28,11)
C6M0Y28K11 
(6%,0%,28%,11%)
(0.06/0.00/0.28/0.11)	

CMYK percentages

%6.19
%0
%27.88
%11.37

Codes

Color #D4E2A3 in popluar color models

D4E2A3
RGB212226163
HSL73°52.07%76.27%
HSB/HSV73°27.88%88.63%
CMYK6.19%0.00%27.88%
11.37%

Color #D4E2A3 in popluar number systems.

HEXD4E2A3
Decimal212226163
Binary110101001110001010100011
Octal324342243

Shades and tints

Shades of #D4E2A3

#D4E2A3
(212,226,163)
#C1CE95
(193,206,149)
#AEBA87
(174,186,135)
#9BA679
(155,166,121)
#88926B
(136,146,107)
#757E5D
(117,126,93)
#626A4F
(98,106,79)
#4F5641
(79,86,65)
#3C4233
(60,66,51)
#292E25
(41,46,37)
#161A17
(22,26,23)
#000000
(0,0,0)

Tints of #D4E2A3

#D4E2A3
(212,226,163)
#D7E4AB
(215,228,171)
#DAE6B3
(218,230,179)
#DDE8BB
(221,232,187)
#E0EAC3
(224,234,195)
#E3ECCB
(227,236,203)
#E6EED3
(230,238,211)
#E9F0DB
(233,240,219)
#ECF2E3
(236,242,227)
#EFF4EB
(239,244,235)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E2A3 color. Also use rgb(212,226,163) instead hex code.

Text Font Color

.myTextColor { color: #D4E2A3; }

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

This text font color is #D4E2A3.


Background Color

.myBgColor { background-color: #D4E2A3; }

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

This div background color is #D4E2A3.


Border color

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

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

This div border color is #D4E2A3.


Opacity

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

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

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

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

This text has shadow with #D4E2A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E2A3 on black background.


Color preview on white background

This text has color #D4E2A3 on white background.



Black color preview on #D4E2A3 background

This text has black color on #D4E2A3 background.


White color preview on #D4E2A3 background

This text has white color on #D4E2A3 background.