COLOR #D3EB9A

HEX: #D3EB9A
RGB: (211,235,154)

Color info

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

RGB color model

#D3EB9A color RGB value is (211,235,154).

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

RGB channels and saturation

R 211 of 255 = 83%
G 235 of 255 = 92%
B 154 of 255 = 60%

211
235
154

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

Portions of RGB colors in percentages

R + G + B =
211 + 235 + 154 = 600 (100%)
R 211 of 600 ~ 35.17%
G 235 of 600 ~ 39.17%
B 154 of 600 ~ 25.67%

%35.17
%39.17
%25.67

CMYK color model

#D3EB9A color CMYK value is (10,0,34,8).

  • cyan value is 10.21%
  • magenta value is 0.00%
  • yellow value is 34.47%
  • key color value is 7.84%
CMYK:
(10,0,34,8)
C10M0Y34K8 
(10%,0%,34%,8%)
(0.10/0.00/0.34/0.08)	

CMYK percentages

%10.21
%0
%34.47
%7.84

Codes

Color #D3EB9A in popluar color models

D3EB9A
RGB211235154
HSL78°66.94%76.27%
HSB/HSV78°34.47%92.16%
CMYK10.21%0.00%34.47%
7.84%

Color #D3EB9A in popluar number systems.

HEXD3EB9A
Decimal211235154
Binary110100111110101110011010
Octal323353232

Shades and tints

Shades of #D3EB9A

#D3EB9A
(211,235,154)
#C0D68C
(192,214,140)
#ADC17E
(173,193,126)
#9AAC70
(154,172,112)
#879762
(135,151,98)
#748254
(116,130,84)
#616D46
(97,109,70)
#4E5838
(78,88,56)
#3B432A
(59,67,42)
#282E1C
(40,46,28)
#15190E
(21,25,14)
#000000
(0,0,0)

Tints of #D3EB9A

#D3EB9A
(211,235,154)
#D7ECA3
(215,236,163)
#DBEDAC
(219,237,172)
#DFEEB5
(223,238,181)
#E3EFBE
(227,239,190)
#E7F0C7
(231,240,199)
#EBF1D0
(235,241,208)
#EFF2D9
(239,242,217)
#F3F3E2
(243,243,226)
#F7F4EB
(247,244,235)
#FBF5F4
(251,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3EB9A; }

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

This text font color is #D3EB9A.


Background Color

.myBgColor { background-color: #D3EB9A; }

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

This div background color is #D3EB9A.


Border color

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

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

This div border color is #D3EB9A.


Opacity

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

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

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

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

This text has shadow with #D3EB9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3EB9A on black background.


Color preview on white background

This text has color #D3EB9A on white background.



Black color preview on #D3EB9A background

This text has black color on #D3EB9A background.


White color preview on #D3EB9A background

This text has white color on #D3EB9A background.