COLOR #D5DF80

HEX: #D5DF80
RGB: (213,223,128)

Color info

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

RGB color model

#D5DF80 color RGB value is (213,223,128).

  • red value is 213;
  • green value is 223;
  • blue value is 128.
RGB:
(213,223,128)
(84%,87%,50%)

RGB channels and saturation

R 213 of 255 = 84%
G 223 of 255 = 87%
B 128 of 255 = 50%

213
223
128

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

Portions of RGB colors in percentages

R + G + B =
213 + 223 + 128 = 564 (100%)
R 213 of 564 ~ 37.77%
G 223 of 564 ~ 39.54%
B 128 of 564 ~ 22.7%

%37.77
%39.54
%22.7

CMYK color model

#D5DF80 color CMYK value is (4,0,43,13).

  • cyan value is 4.48%
  • magenta value is 0.00%
  • yellow value is 42.60%
  • key color value is 12.55%
CMYK:
(4,0,43,13)
C4M0Y43K13 
(4%,0%,43%,13%)
(0.04/0.00/0.43/0.13)	

CMYK percentages

%4.48
%0
%42.6
%12.55

Codes

Color #D5DF80 in popluar color models

D5DF80
RGB213223128
HSL66°59.75%68.82%
HSB/HSV66°42.60%87.45%
CMYK4.48%0.00%42.60%
12.55%

Color #D5DF80 in popluar number systems.

HEXD5DF80
Decimal213223128
Binary110101011101111110000000
Octal325337200

Shades and tints

Shades of #D5DF80

#D5DF80
(213,223,128)
#C2CB75
(194,203,117)
#AFB76A
(175,183,106)
#9CA35F
(156,163,95)
#898F54
(137,143,84)
#767B49
(118,123,73)
#63673E
(99,103,62)
#505333
(80,83,51)
#3D3F28
(61,63,40)
#2A2B1D
(42,43,29)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #D5DF80

#D5DF80
(213,223,128)
#D8E18B
(216,225,139)
#DBE396
(219,227,150)
#DEE5A1
(222,229,161)
#E1E7AC
(225,231,172)
#E4E9B7
(228,233,183)
#E7EBC2
(231,235,194)
#EAEDCD
(234,237,205)
#EDEFD8
(237,239,216)
#F0F1E3
(240,241,227)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5DF80 color. Also use rgb(213,223,128) instead hex code.

Text Font Color

.myTextColor { color: #D5DF80; }

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

This text font color is #D5DF80.


Background Color

.myBgColor { background-color: #D5DF80; }

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

This div background color is #D5DF80.


Border color

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

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

This div border color is #D5DF80.


Opacity

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

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

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

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

This text has shadow with #D5DF80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DF80 on black background.


Color preview on white background

This text has color #D5DF80 on white background.



Black color preview on #D5DF80 background

This text has black color on #D5DF80 background.


White color preview on #D5DF80 background

This text has white color on #D5DF80 background.