COLOR #D5DC84

HEX: #D5DC84
RGB: (213,220,132)

Color info

#D5DC84 contains mainly red and green colors. Web safe color of #D5DC84 is #CCCC99 (or #CC9).

RGB color model

#D5DC84 color RGB value is (213,220,132).

  • red value is 213;
  • green value is 220;
  • blue value is 132.
RGB:
(213,220,132)
(84%,86%,52%)

RGB channels and saturation

R 213 of 255 = 84%
G 220 of 255 = 86%
B 132 of 255 = 52%

213
220
132

R + G + B ~ 74%. #D5DC84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 220 + 132 = 565 (100%)
R 213 of 565 ~ 37.7%
G 220 of 565 ~ 38.94%
B 132 of 565 ~ 23.36%

%37.7
%38.94
%23.36

CMYK color model

#D5DC84 color CMYK value is (3,0,40,14).

  • cyan value is 3.18%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 13.73%
CMYK:
(3,0,40,14)
C3M0Y40K14 
(3%,0%,40%,14%)
(0.03/0.00/0.40/0.14)	

CMYK percentages

%3.18
%0
%40
%13.73

Codes

Color #D5DC84 in popluar color models

D5DC84
RGB213220132
HSL65°55.70%69.02%
HSB/HSV65°40.00%86.27%
CMYK3.18%0.00%40.00%
13.73%

Color #D5DC84 in popluar number systems.

HEXD5DC84
Decimal213220132
Binary110101011101110010000100
Octal325334204

Shades and tints

Shades of #D5DC84

#D5DC84
(213,220,132)
#C2C878
(194,200,120)
#AFB46C
(175,180,108)
#9CA060
(156,160,96)
#898C54
(137,140,84)
#767848
(118,120,72)
#63643C
(99,100,60)
#505030
(80,80,48)
#3D3C24
(61,60,36)
#2A2818
(42,40,24)
#17140C
(23,20,12)
#000000
(0,0,0)

Tints of #D5DC84

#D5DC84
(213,220,132)
#D8DF8F
(216,223,143)
#DBE29A
(219,226,154)
#DEE5A5
(222,229,165)
#E1E8B0
(225,232,176)
#E4EBBB
(228,235,187)
#E7EEC6
(231,238,198)
#EAF1D1
(234,241,209)
#EDF4DC
(237,244,220)
#F0F7E7
(240,247,231)
#F3FAF2
(243,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5DC84 color. Also use rgb(213,220,132) instead hex code.

Text Font Color

.myTextColor { color: #D5DC84; }

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

This text font color is #D5DC84.


Background Color

.myBgColor { background-color: #D5DC84; }

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

This div background color is #D5DC84.


Border color

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

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

This div border color is #D5DC84.


Opacity

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

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

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

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

This text has shadow with #D5DC84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DC84 on black background.


Color preview on white background

This text has color #D5DC84 on white background.



Black color preview on #D5DC84 background

This text has black color on #D5DC84 background.


White color preview on #D5DC84 background

This text has white color on #D5DC84 background.