COLOR #D3EAA8

HEX: #D3EAA8
RGB: (211,234,168)

Color info

#D3EAA8 contains mainly red and green colors. Web safe color of #D3EAA8 is #CCFF99 (or #CF9).

RGB color model

#D3EAA8 color RGB value is (211,234,168).

  • red value is 211;
  • green value is 234;
  • blue value is 168.
RGB:
(211,234,168)
(83%,92%,66%)

RGB channels and saturation

R 211 of 255 = 83%
G 234 of 255 = 92%
B 168 of 255 = 66%

211
234
168

R + G + B ~ 80%. #D3EAA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 234 + 168 = 613 (100%)
R 211 of 613 ~ 34.42%
G 234 of 613 ~ 38.17%
B 168 of 613 ~ 27.41%

%34.42
%38.17
%27.41

CMYK color model

#D3EAA8 color CMYK value is (10,0,28,8).

  • cyan value is 9.83%
  • magenta value is 0.00%
  • yellow value is 28.21%
  • key color value is 8.24%
CMYK:
(10,0,28,8)
C10M0Y28K8 
(10%,0%,28%,8%)
(0.10/0.00/0.28/0.08)	

CMYK percentages

%9.83
%0
%28.21
%8.24

Codes

Color #D3EAA8 in popluar color models

D3EAA8
RGB211234168
HSL81°61.11%78.82%
HSB/HSV81°28.21%91.76%
CMYK9.83%0.00%28.21%
8.24%

Color #D3EAA8 in popluar number systems.

HEXD3EAA8
Decimal211234168
Binary110100111110101010101000
Octal323352250

Shades and tints

Shades of #D3EAA8

#D3EAA8
(211,234,168)
#C0D599
(192,213,153)
#ADC08A
(173,192,138)
#9AAB7B
(154,171,123)
#87966C
(135,150,108)
#74815D
(116,129,93)
#616C4E
(97,108,78)
#4E573F
(78,87,63)
#3B4230
(59,66,48)
#282D21
(40,45,33)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #D3EAA8

#D3EAA8
(211,234,168)
#D7EBAF
(215,235,175)
#DBECB6
(219,236,182)
#DFEDBD
(223,237,189)
#E3EEC4
(227,238,196)
#E7EFCB
(231,239,203)
#EBF0D2
(235,240,210)
#EFF1D9
(239,241,217)
#F3F2E0
(243,242,224)
#F7F3E7
(247,243,231)
#FBF4EE
(251,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3EAA8 color. Also use rgb(211,234,168) instead hex code.

Text Font Color

.myTextColor { color: #D3EAA8; }

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

This text font color is #D3EAA8.


Background Color

.myBgColor { background-color: #D3EAA8; }

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

This div background color is #D3EAA8.


Border color

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

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

This div border color is #D3EAA8.


Opacity

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

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

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

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

This text has shadow with #D3EAA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3EAA8 on black background.


Color preview on white background

This text has color #D3EAA8 on white background.



Black color preview on #D3EAA8 background

This text has black color on #D3EAA8 background.


White color preview on #D3EAA8 background

This text has white color on #D3EAA8 background.