COLOR #D7E05A

HEX: #D7E05A
RGB: (215,224,90)

Color info

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

RGB color model

#D7E05A color RGB value is (215,224,90).

  • red value is 215;
  • green value is 224;
  • blue value is 90.
RGB:
(215,224,90)
(84%,88%,35%)

RGB channels and saturation

R 215 of 255 = 84%
G 224 of 255 = 88%
B 90 of 255 = 35%

215
224
90

R + G + B ~ 69%. #D7E05A is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 224 + 90 = 529 (100%)
R 215 of 529 ~ 40.64%
G 224 of 529 ~ 42.34%
B 90 of 529 ~ 17.01%

%40.64
%42.34
%17.01

CMYK color model

#D7E05A color CMYK value is (4,0,60,12).

  • cyan value is 4.02%
  • magenta value is 0.00%
  • yellow value is 59.82%
  • key color value is 12.16%
CMYK:
(4,0,60,12)
C4M0Y60K12 
(4%,0%,60%,12%)
(0.04/0.00/0.60/0.12)	

CMYK percentages

%4.02
%0
%59.82
%12.16

Codes

Color #D7E05A in popluar color models

D7E05A
RGB21522490
HSL64°68.37%61.57%
HSB/HSV64°59.82%87.84%
CMYK4.02%0.00%59.82%
12.16%

Color #D7E05A in popluar number systems.

HEXD7E05A
Decimal21522490
Binary11010111111000001011010
Octal327340132

Shades and tints

Shades of #D7E05A

#D7E05A
(215,224,90)
#C4CC52
(196,204,82)
#B1B84A
(177,184,74)
#9EA442
(158,164,66)
#8B903A
(139,144,58)
#787C32
(120,124,50)
#65682A
(101,104,42)
#525422
(82,84,34)
#3F401A
(63,64,26)
#2C2C12
(44,44,18)
#19180A
(25,24,10)
#000000
(0,0,0)

Tints of #D7E05A

#D7E05A
(215,224,90)
#DAE269
(218,226,105)
#DDE478
(221,228,120)
#E0E687
(224,230,135)
#E3E896
(227,232,150)
#E6EAA5
(230,234,165)
#E9ECB4
(233,236,180)
#ECEEC3
(236,238,195)
#EFF0D2
(239,240,210)
#F2F2E1
(242,242,225)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7E05A color. Also use rgb(215,224,90) instead hex code.

Text Font Color

.myTextColor { color: #D7E05A; }

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

This text font color is #D7E05A.


Background Color

.myBgColor { background-color: #D7E05A; }

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

This div background color is #D7E05A.


Border color

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

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

This div border color is #D7E05A.


Opacity

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

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

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

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

This text has shadow with #D7E05A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E05A on black background.


Color preview on white background

This text has color #D7E05A on white background.



Black color preview on #D7E05A background

This text has black color on #D7E05A background.


White color preview on #D7E05A background

This text has white color on #D7E05A background.