COLOR #D8E070

HEX: #D8E070 RGB: (216,224,112)

Color info

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

RGB color model

#D8E070 color RGB value is (216,224,112).

RGB: (216,224,112) (85%, 88%, 44%)

RGB channels and saturation

R 216 of 255 = 85%
G 224 of 255 = 88%
B 112 of 255 = 44%

216
224
112

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

Portions of RGB colors in percentages

R + G + B = 216 + 224 + 112 = 552 (100%)
R 216 of 552 ~ 39.13%
G 224 of 552 ~ 40.58%
B 112 of 552 ~ 20.29'%

%39.13
%40.58
%20.29

CMYK color model

#D8E070 color CMYK value is (4,0,50,12).

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 12.16%

CMYK: (4,0,50,12)
C4M0Y50K12 (4%, 0%, 50%, 12%)
(0.04 / 0.00 / 0.50 / 0.12)

CMYK percentages

%3.57
%0
%50
%12.16

Codes

Color #D8E070 in popluar color models

D8 E0 70
RGB 216 224 112
HSL 64° 64.37% 65.88%
HSB/HSV 64° 50.00% 87.84%
CMYK 3.57% 0.00% 50.00%
12.16%

Color #D8E070 in popluar number systems.

HEX D8 E0 70
Decimal 216 224 112
Binary 11011000 11100000 1110000
Octal 330 340 160

Shades and tints

Shades of #D8E070

#D8E070
(216,224,112)
#C5CC66
(197,204,102)
#B2B85C
(178,184,92)
#9FA452
(159,164,82)
#8C9048
(140,144,72)
#797C3E
(121,124,62)
#666834
(102,104,52)
#53542A
(83,84,42)
#404020
(64,64,32)
#2D2C16
(45,44,22)
#1A180C
(26,24,12)
#000000
(0,0,0)

Tints of #D8E070

#D8E070
(216,224,112)
#DBE27D
(219,226,125)
#DEE48A
(222,228,138)
#E1E697
(225,230,151)
#E4E8A4
(228,232,164)
#E7EAB1
(231,234,177)
#EAECBE
(234,236,190)
#EDEECB
(237,238,203)
#F0F0D8
(240,240,216)
#F3F2E5
(243,242,229)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8E070 color. Also use rgb(216,224,112) instead hex code.

Text Font Color

.myTextColor { color: #D8E070; }

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

This text font color is #D8E070.

Background Color

.myBgColor { background-color: #D8E070; }

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

This div background color is #D8E070.

Border color

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

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

This div border color is #D8E070.

Opacity

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

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

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

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

This text has shadow with #D8E070 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8E070.

Preview

Color preview on black background

This text has color #D8E070 on black background.


Color preview on white background

This text has color #D8E070 on white background.


Black color preview on #D8E070 background

This text has black color on #D8E070 background.


White color preview on #D8E070 background

This text has white color on #D8E070 background.


Related colors

Complementary color

Complementary color for #hex is #271F8F.


I love getcolorcode.com

Triadic colors

1 #70D8E0 and #E070D8 with #D8E070 are triadic colors.

2 #70E0D8 and #E0D870 with #D8E070 are triadic colors.