COLOR #D3EC66

HEX: #D3EC66
RGB: (211,236,102)

Color info

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

RGB color model

#D3EC66 color RGB value is (211,236,102).

  • red value is 211;
  • green value is 236;
  • blue value is 102.
RGB:
(211,236,102)
(83%,93%,40%)

RGB channels and saturation

R 211 of 255 = 83%
G 236 of 255 = 93%
B 102 of 255 = 40%

211
236
102

R + G + B ~ 72%. #D3EC66 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 236 + 102 = 549 (100%)
R 211 of 549 ~ 38.43%
G 236 of 549 ~ 42.99%
B 102 of 549 ~ 18.58%

%38.43
%42.99
%18.58

CMYK color model

#D3EC66 color CMYK value is (11,0,57,7).

  • cyan value is 10.59%
  • magenta value is 0.00%
  • yellow value is 56.78%
  • key color value is 7.45%
CMYK:
(11,0,57,7)
C11M0Y57K7 
(11%,0%,57%,7%)
(0.11/0.00/0.57/0.07)	

CMYK percentages

%10.59
%0
%56.78
%7.45

Codes

Color #D3EC66 in popluar color models

D3EC66
RGB211236102
HSL71°77.91%66.27%
HSB/HSV71°56.78%92.55%
CMYK10.59%0.00%56.78%
7.45%

Color #D3EC66 in popluar number systems.

HEXD3EC66
Decimal211236102
Binary11010011111011001100110
Octal323354146

Shades and tints

Shades of #D3EC66

#D3EC66
(211,236,102)
#C0D75D
(192,215,93)
#ADC254
(173,194,84)
#9AAD4B
(154,173,75)
#879842
(135,152,66)
#748339
(116,131,57)
#616E30
(97,110,48)
#4E5927
(78,89,39)
#3B441E
(59,68,30)
#282F15
(40,47,21)
#151A0C
(21,26,12)
#000000
(0,0,0)

Tints of #D3EC66

#D3EC66
(211,236,102)
#D7ED73
(215,237,115)
#DBEE80
(219,238,128)
#DFEF8D
(223,239,141)
#E3F09A
(227,240,154)
#E7F1A7
(231,241,167)
#EBF2B4
(235,242,180)
#EFF3C1
(239,243,193)
#F3F4CE
(243,244,206)
#F7F5DB
(247,245,219)
#FBF6E8
(251,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3EC66 color. Also use rgb(211,236,102) instead hex code.

Text Font Color

.myTextColor { color: #D3EC66; }

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

This text font color is #D3EC66.


Background Color

.myBgColor { background-color: #D3EC66; }

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

This div background color is #D3EC66.


Border color

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

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

This div border color is #D3EC66.


Opacity

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

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

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

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

This text has shadow with #D3EC66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3EC66 on black background.


Color preview on white background

This text has color #D3EC66 on white background.



Black color preview on #D3EC66 background

This text has black color on #D3EC66 background.


White color preview on #D3EC66 background

This text has white color on #D3EC66 background.