COLOR #D3ED84

HEX: #D3ED84
RGB: (211,237,132)

Color info

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

RGB color model

#D3ED84 color RGB value is (211,237,132).

  • red value is 211;
  • green value is 237;
  • blue value is 132.
RGB:
(211,237,132)
(83%,93%,52%)

RGB channels and saturation

R 211 of 255 = 83%
G 237 of 255 = 93%
B 132 of 255 = 52%

211
237
132

R + G + B ~ 76%. #D3ED84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 237 + 132 = 580 (100%)
R 211 of 580 ~ 36.38%
G 237 of 580 ~ 40.86%
B 132 of 580 ~ 22.76%

%36.38
%40.86
%22.76

CMYK color model

#D3ED84 color CMYK value is (11,0,44,7).

  • cyan value is 10.97%
  • magenta value is 0.00%
  • yellow value is 44.30%
  • key color value is 7.06%
CMYK:
(11,0,44,7)
C11M0Y44K7 
(11%,0%,44%,7%)
(0.11/0.00/0.44/0.07)	

CMYK percentages

%10.97
%0
%44.3
%7.06

Codes

Color #D3ED84 in popluar color models

D3ED84
RGB211237132
HSL75°74.47%72.35%
HSB/HSV75°44.30%92.94%
CMYK10.97%0.00%44.30%
7.06%

Color #D3ED84 in popluar number systems.

HEXD3ED84
Decimal211237132
Binary110100111110110110000100
Octal323355204

Shades and tints

Shades of #D3ED84

#D3ED84
(211,237,132)
#C0D878
(192,216,120)
#ADC36C
(173,195,108)
#9AAE60
(154,174,96)
#879954
(135,153,84)
#748448
(116,132,72)
#616F3C
(97,111,60)
#4E5A30
(78,90,48)
#3B4524
(59,69,36)
#283018
(40,48,24)
#151B0C
(21,27,12)
#000000
(0,0,0)

Tints of #D3ED84

#D3ED84
(211,237,132)
#D7EE8F
(215,238,143)
#DBEF9A
(219,239,154)
#DFF0A5
(223,240,165)
#E3F1B0
(227,241,176)
#E7F2BB
(231,242,187)
#EBF3C6
(235,243,198)
#EFF4D1
(239,244,209)
#F3F5DC
(243,245,220)
#F7F6E7
(247,246,231)
#FBF7F2
(251,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3ED84 color. Also use rgb(211,237,132) instead hex code.

Text Font Color

.myTextColor { color: #D3ED84; }

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

This text font color is #D3ED84.


Background Color

.myBgColor { background-color: #D3ED84; }

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

This div background color is #D3ED84.


Border color

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

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

This div border color is #D3ED84.


Opacity

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

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

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

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

This text has shadow with #D3ED84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3ED84 on black background.


Color preview on white background

This text has color #D3ED84 on white background.



Black color preview on #D3ED84 background

This text has black color on #D3ED84 background.


White color preview on #D3ED84 background

This text has white color on #D3ED84 background.