COLOR #D3E0A1

HEX: #D3E0A1
RGB: (211,224,161)

Color info

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

RGB color model

#D3E0A1 color RGB value is (211,224,161).

  • red value is 211;
  • green value is 224;
  • blue value is 161.
RGB:
(211,224,161)
(83%,88%,63%)

RGB channels and saturation

R 211 of 255 = 83%
G 224 of 255 = 88%
B 161 of 255 = 63%

211
224
161

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

Portions of RGB colors in percentages

R + G + B =
211 + 224 + 161 = 596 (100%)
R 211 of 596 ~ 35.4%
G 224 of 596 ~ 37.58%
B 161 of 596 ~ 27.01%

%35.4
%37.58
%27.01

CMYK color model

#D3E0A1 color CMYK value is (6,0,28,12).

  • cyan value is 5.80%
  • magenta value is 0.00%
  • yellow value is 28.13%
  • key color value is 12.16%
CMYK:
(6,0,28,12)
C6M0Y28K12 
(6%,0%,28%,12%)
(0.06/0.00/0.28/0.12)	

CMYK percentages

%5.8
%0
%28.13
%12.16

Codes

Color #D3E0A1 in popluar color models

D3E0A1
RGB211224161
HSL72°50.40%75.49%
HSB/HSV72°28.13%87.84%
CMYK5.80%0.00%28.13%
12.16%

Color #D3E0A1 in popluar number systems.

HEXD3E0A1
Decimal211224161
Binary110100111110000010100001
Octal323340241

Shades and tints

Shades of #D3E0A1

#D3E0A1
(211,224,161)
#C0CC93
(192,204,147)
#ADB885
(173,184,133)
#9AA477
(154,164,119)
#879069
(135,144,105)
#747C5B
(116,124,91)
#61684D
(97,104,77)
#4E543F
(78,84,63)
#3B4031
(59,64,49)
#282C23
(40,44,35)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #D3E0A1

#D3E0A1
(211,224,161)
#D7E2A9
(215,226,169)
#DBE4B1
(219,228,177)
#DFE6B9
(223,230,185)
#E3E8C1
(227,232,193)
#E7EAC9
(231,234,201)
#EBECD1
(235,236,209)
#EFEED9
(239,238,217)
#F3F0E1
(243,240,225)
#F7F2E9
(247,242,233)
#FBF4F1
(251,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3E0A1 color. Also use rgb(211,224,161) instead hex code.

Text Font Color

.myTextColor { color: #D3E0A1; }

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

This text font color is #D3E0A1.


Background Color

.myBgColor { background-color: #D3E0A1; }

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

This div background color is #D3E0A1.


Border color

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

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

This div border color is #D3E0A1.


Opacity

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

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

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

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

This text has shadow with #D3E0A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E0A1 on black background.


Color preview on white background

This text has color #D3E0A1 on white background.



Black color preview on #D3E0A1 background

This text has black color on #D3E0A1 background.


White color preview on #D3E0A1 background

This text has white color on #D3E0A1 background.