COLOR #D3EB9F

HEX: #D3EB9F
RGB: (211,235,159)

Color info

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

RGB color model

#D3EB9F color RGB value is (211,235,159).

  • red value is 211;
  • green value is 235;
  • blue value is 159.
RGB:
(211,235,159)
(83%,92%,62%)

RGB channels and saturation

R 211 of 255 = 83%
G 235 of 255 = 92%
B 159 of 255 = 62%

211
235
159

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

Portions of RGB colors in percentages

R + G + B =
211 + 235 + 159 = 605 (100%)
R 211 of 605 ~ 34.88%
G 235 of 605 ~ 38.84%
B 159 of 605 ~ 26.28%

%34.88
%38.84
%26.28

CMYK color model

#D3EB9F color CMYK value is (10,0,32,8).

  • cyan value is 10.21%
  • magenta value is 0.00%
  • yellow value is 32.34%
  • key color value is 7.84%
CMYK:
(10,0,32,8)
C10M0Y32K8 
(10%,0%,32%,8%)
(0.10/0.00/0.32/0.08)	

CMYK percentages

%10.21
%0
%32.34
%7.84

Codes

Color #D3EB9F in popluar color models

D3EB9F
RGB211235159
HSL79°65.52%77.25%
HSB/HSV79°32.34%92.16%
CMYK10.21%0.00%32.34%
7.84%

Color #D3EB9F in popluar number systems.

HEXD3EB9F
Decimal211235159
Binary110100111110101110011111
Octal323353237

Shades and tints

Shades of #D3EB9F

#D3EB9F
(211,235,159)
#C0D691
(192,214,145)
#ADC183
(173,193,131)
#9AAC75
(154,172,117)
#879767
(135,151,103)
#748259
(116,130,89)
#616D4B
(97,109,75)
#4E583D
(78,88,61)
#3B432F
(59,67,47)
#282E21
(40,46,33)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #D3EB9F

#D3EB9F
(211,235,159)
#D7ECA7
(215,236,167)
#DBEDAF
(219,237,175)
#DFEEB7
(223,238,183)
#E3EFBF
(227,239,191)
#E7F0C7
(231,240,199)
#EBF1CF
(235,241,207)
#EFF2D7
(239,242,215)
#F3F3DF
(243,243,223)
#F7F4E7
(247,244,231)
#FBF5EF
(251,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3EB9F color. Also use rgb(211,235,159) instead hex code.

Text Font Color

.myTextColor { color: #D3EB9F; }

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

This text font color is #D3EB9F.


Background Color

.myBgColor { background-color: #D3EB9F; }

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

This div background color is #D3EB9F.


Border color

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

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

This div border color is #D3EB9F.


Opacity

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

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

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

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

This text has shadow with #D3EB9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3EB9F on black background.


Color preview on white background

This text has color #D3EB9F on white background.



Black color preview on #D3EB9F background

This text has black color on #D3EB9F background.


White color preview on #D3EB9F background

This text has white color on #D3EB9F background.