COLOR #D3EB96

HEX: #D3EB96
RGB: (211,235,150)

Color info

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

RGB color model

#D3EB96 color RGB value is (211,235,150).

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

RGB channels and saturation

R 211 of 255 = 83%
G 235 of 255 = 92%
B 150 of 255 = 59%

211
235
150

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

Portions of RGB colors in percentages

R + G + B =
211 + 235 + 150 = 596 (100%)
R 211 of 596 ~ 35.4%
G 235 of 596 ~ 39.43%
B 150 of 596 ~ 25.17%

%35.4
%39.43
%25.17

CMYK color model

#D3EB96 color CMYK value is (10,0,36,8).

  • cyan value is 10.21%
  • magenta value is 0.00%
  • yellow value is 36.17%
  • key color value is 7.84%
CMYK:
(10,0,36,8)
C10M0Y36K8 
(10%,0%,36%,8%)
(0.10/0.00/0.36/0.08)	

CMYK percentages

%10.21
%0
%36.17
%7.84

Codes

Color #D3EB96 in popluar color models

D3EB96
RGB211235150
HSL77°68.00%75.49%
HSB/HSV77°36.17%92.16%
CMYK10.21%0.00%36.17%
7.84%

Color #D3EB96 in popluar number systems.

HEXD3EB96
Decimal211235150
Binary110100111110101110010110
Octal323353226

Shades and tints

Shades of #D3EB96

#D3EB96
(211,235,150)
#C0D689
(192,214,137)
#ADC17C
(173,193,124)
#9AAC6F
(154,172,111)
#879762
(135,151,98)
#748255
(116,130,85)
#616D48
(97,109,72)
#4E583B
(78,88,59)
#3B432E
(59,67,46)
#282E21
(40,46,33)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #D3EB96

#D3EB96
(211,235,150)
#D7EC9F
(215,236,159)
#DBEDA8
(219,237,168)
#DFEEB1
(223,238,177)
#E3EFBA
(227,239,186)
#E7F0C3
(231,240,195)
#EBF1CC
(235,241,204)
#EFF2D5
(239,242,213)
#F3F3DE
(243,243,222)
#F7F4E7
(247,244,231)
#FBF5F0
(251,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3EB96; }

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

This text font color is #D3EB96.


Background Color

.myBgColor { background-color: #D3EB96; }

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

This div background color is #D3EB96.


Border color

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

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

This div border color is #D3EB96.


Opacity

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

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

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

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

This text has shadow with #D3EB96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3EB96 on black background.


Color preview on white background

This text has color #D3EB96 on white background.



Black color preview on #D3EB96 background

This text has black color on #D3EB96 background.


White color preview on #D3EB96 background

This text has white color on #D3EB96 background.