COLOR #D3EB91

HEX: #D3EB91
RGB: (211,235,145)

Color info

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

RGB color model

#D3EB91 color RGB value is (211,235,145).

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

RGB channels and saturation

R 211 of 255 = 83%
G 235 of 255 = 92%
B 145 of 255 = 57%

211
235
145

R + G + B ~ 77%. #D3EB91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 235 + 145 = 591 (100%)
R 211 of 591 ~ 35.7%
G 235 of 591 ~ 39.76%
B 145 of 591 ~ 24.53%

%35.7
%39.76
%24.53

CMYK color model

#D3EB91 color CMYK value is (10,0,38,8).

  • cyan value is 10.21%
  • magenta value is 0.00%
  • yellow value is 38.30%
  • key color value is 7.84%
CMYK:
(10,0,38,8)
C10M0Y38K8 
(10%,0%,38%,8%)
(0.10/0.00/0.38/0.08)	

CMYK percentages

%10.21
%0
%38.3
%7.84

Codes

Color #D3EB91 in popluar color models

D3EB91
RGB211235145
HSL76°69.23%74.51%
HSB/HSV76°38.30%92.16%
CMYK10.21%0.00%38.30%
7.84%

Color #D3EB91 in popluar number systems.

HEXD3EB91
Decimal211235145
Binary110100111110101110010001
Octal323353221

Shades and tints

Shades of #D3EB91

#D3EB91
(211,235,145)
#C0D684
(192,214,132)
#ADC177
(173,193,119)
#9AAC6A
(154,172,106)
#87975D
(135,151,93)
#748250
(116,130,80)
#616D43
(97,109,67)
#4E5836
(78,88,54)
#3B4329
(59,67,41)
#282E1C
(40,46,28)
#15190F
(21,25,15)
#000000
(0,0,0)

Tints of #D3EB91

#D3EB91
(211,235,145)
#D7EC9B
(215,236,155)
#DBEDA5
(219,237,165)
#DFEEAF
(223,238,175)
#E3EFB9
(227,239,185)
#E7F0C3
(231,240,195)
#EBF1CD
(235,241,205)
#EFF2D7
(239,242,215)
#F3F3E1
(243,243,225)
#F7F4EB
(247,244,235)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3EB91; }

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

This text font color is #D3EB91.


Background Color

.myBgColor { background-color: #D3EB91; }

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

This div background color is #D3EB91.


Border color

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

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

This div border color is #D3EB91.


Opacity

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

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

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

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

This text has shadow with #D3EB91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3EB91 on black background.


Color preview on white background

This text has color #D3EB91 on white background.



Black color preview on #D3EB91 background

This text has black color on #D3EB91 background.


White color preview on #D3EB91 background

This text has white color on #D3EB91 background.