COLOR #D3E15C

HEX: #D3E15C
RGB: (211,225,92)

Color info

#D3E15C contains mainly red and green colors. Web safe color of #D3E15C is #CCCC66 (or #CC6).

RGB color model

#D3E15C color RGB value is (211,225,92).

  • red value is 211;
  • green value is 225;
  • blue value is 92.
RGB:
(211,225,92)
(83%,88%,36%)

RGB channels and saturation

R 211 of 255 = 83%
G 225 of 255 = 88%
B 92 of 255 = 36%

211
225
92

R + G + B ~ 69%. #D3E15C is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 225 + 92 = 528 (100%)
R 211 of 528 ~ 39.96%
G 225 of 528 ~ 42.61%
B 92 of 528 ~ 17.42%

%39.96
%42.61
%17.42

CMYK color model

#D3E15C color CMYK value is (6,0,59,12).

  • cyan value is 6.22%
  • magenta value is 0.00%
  • yellow value is 59.11%
  • key color value is 11.76%
CMYK:
(6,0,59,12)
C6M0Y59K12 
(6%,0%,59%,12%)
(0.06/0.00/0.59/0.12)	

CMYK percentages

%6.22
%0
%59.11
%11.76

Codes

Color #D3E15C in popluar color models

D3E15C
RGB21122592
HSL66°68.91%62.16%
HSB/HSV66°59.11%88.24%
CMYK6.22%0.00%59.11%
11.76%

Color #D3E15C in popluar number systems.

HEXD3E15C
Decimal21122592
Binary11010011111000011011100
Octal323341134

Shades and tints

Shades of #D3E15C

#D3E15C
(211,225,92)
#C0CD54
(192,205,84)
#ADB94C
(173,185,76)
#9AA544
(154,165,68)
#87913C
(135,145,60)
#747D34
(116,125,52)
#61692C
(97,105,44)
#4E5524
(78,85,36)
#3B411C
(59,65,28)
#282D14
(40,45,20)
#15190C
(21,25,12)
#000000
(0,0,0)

Tints of #D3E15C

#D3E15C
(211,225,92)
#D7E36A
(215,227,106)
#DBE578
(219,229,120)
#DFE786
(223,231,134)
#E3E994
(227,233,148)
#E7EBA2
(231,235,162)
#EBEDB0
(235,237,176)
#EFEFBE
(239,239,190)
#F3F1CC
(243,241,204)
#F7F3DA
(247,243,218)
#FBF5E8
(251,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3E15C color. Also use rgb(211,225,92) instead hex code.

Text Font Color

.myTextColor { color: #D3E15C; }

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

This text font color is #D3E15C.


Background Color

.myBgColor { background-color: #D3E15C; }

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

This div background color is #D3E15C.


Border color

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

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

This div border color is #D3E15C.


Opacity

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

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

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

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

This text has shadow with #D3E15C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E15C on black background.


Color preview on white background

This text has color #D3E15C on white background.



Black color preview on #D3E15C background

This text has black color on #D3E15C background.


White color preview on #D3E15C background

This text has white color on #D3E15C background.