COLOR #D3EA60

HEX: #D3EA60
RGB: (211,234,96)

Color info

#D3EA60 contains mainly red and green colors. Web safe color of #D3EA60 is #CCFF66 (or #CF6).

RGB color model

#D3EA60 color RGB value is (211,234,96).

  • red value is 211;
  • green value is 234;
  • blue value is 96.
RGB:
(211,234,96)
(83%,92%,38%)

RGB channels and saturation

R 211 of 255 = 83%
G 234 of 255 = 92%
B 96 of 255 = 38%

211
234
96

R + G + B ~ 71%. #D3EA60 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 234 + 96 = 541 (100%)
R 211 of 541 ~ 39%
G 234 of 541 ~ 43.25%
B 96 of 541 ~ 17.74%

%39
%43.25
%17.74

CMYK color model

#D3EA60 color CMYK value is (10,0,59,8).

  • cyan value is 9.83%
  • magenta value is 0.00%
  • yellow value is 58.97%
  • key color value is 8.24%
CMYK:
(10,0,59,8)
C10M0Y59K8 
(10%,0%,59%,8%)
(0.10/0.00/0.59/0.08)	

CMYK percentages

%9.83
%0
%58.97
%8.24

Codes

Color #D3EA60 in popluar color models

D3EA60
RGB21123496
HSL70°76.67%64.71%
HSB/HSV70°58.97%91.76%
CMYK9.83%0.00%58.97%
8.24%

Color #D3EA60 in popluar number systems.

HEXD3EA60
Decimal21123496
Binary11010011111010101100000
Octal323352140

Shades and tints

Shades of #D3EA60

#D3EA60
(211,234,96)
#C0D558
(192,213,88)
#ADC050
(173,192,80)
#9AAB48
(154,171,72)
#879640
(135,150,64)
#748138
(116,129,56)
#616C30
(97,108,48)
#4E5728
(78,87,40)
#3B4220
(59,66,32)
#282D18
(40,45,24)
#151810
(21,24,16)
#000000
(0,0,0)

Tints of #D3EA60

#D3EA60
(211,234,96)
#D7EB6E
(215,235,110)
#DBEC7C
(219,236,124)
#DFED8A
(223,237,138)
#E3EE98
(227,238,152)
#E7EFA6
(231,239,166)
#EBF0B4
(235,240,180)
#EFF1C2
(239,241,194)
#F3F2D0
(243,242,208)
#F7F3DE
(247,243,222)
#FBF4EC
(251,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3EA60 color. Also use rgb(211,234,96) instead hex code.

Text Font Color

.myTextColor { color: #D3EA60; }

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

This text font color is #D3EA60.


Background Color

.myBgColor { background-color: #D3EA60; }

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

This div background color is #D3EA60.


Border color

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

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

This div border color is #D3EA60.


Opacity

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

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

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

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

This text has shadow with #D3EA60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3EA60 on black background.


Color preview on white background

This text has color #D3EA60 on white background.



Black color preview on #D3EA60 background

This text has black color on #D3EA60 background.


White color preview on #D3EA60 background

This text has white color on #D3EA60 background.