COLOR #D7E18C

HEX: #D7E18C RGB: (215,225,140)

Color info

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

RGB color model

#D7E18C color RGB value is (215,225,140).

RGB: (215,225,140) (84%, 88%, 55%)

RGB channels and saturation

R 215 of 255 = 84%
G 225 of 255 = 88%
B 140 of 255 = 55%

215
225
140

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

Portions of RGB colors in percentages

R + G + B = 215 + 225 + 140 = 580 (100%)
R 215 of 580 ~ 37.07%
G 225 of 580 ~ 38.79%
B 140 of 580 ~ 24.14'%

%37.07
%38.79
%24.14

CMYK color model

#D7E18C color CMYK value is (4,0,38,12).

  • cyan value is 4.44%
  • magenta value is 0.00%
  • yellow value is 37.78%
  • key color value is 11.76%
CMYK: (4,0,38,12) C4M0Y38K12 (4%,0%,38%,12%) (0.04/0.00/0.38/0.12) 

CMYK percentages

%4.44
%0
%37.78
%11.76

Codes

Color #D7E18C in popluar color models

D7 E1 8C
RGB 215 225 140
HSL 67° 58.62% 71.57%
HSB/HSV 67° 37.78% 88.24%
CMYK 4.44% 0.00% 37.78%
11.76%

Color #D7E18C in popluar number systems.

HEX D7 E1 8C
Decimal 215 225 140
Binary 11010111 11100001 10001100
Octal 327 341 214

Shades and tints

Shades of #D7E18C

#D7E18C
(215,225,140)
#C4CD80
(196,205,128)
#B1B974
(177,185,116)
#9EA568
(158,165,104)
#8B915C
(139,145,92)
#787D50
(120,125,80)
#656944
(101,105,68)
#525538
(82,85,56)
#3F412C
(63,65,44)
#2C2D20
(44,45,32)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #D7E18C

#D7E18C
(215,225,140)
#DAE396
(218,227,150)
#DDE5A0
(221,229,160)
#E0E7AA
(224,231,170)
#E3E9B4
(227,233,180)
#E6EBBE
(230,235,190)
#E9EDC8
(233,237,200)
#ECEFD2
(236,239,210)
#EFF1DC
(239,241,220)
#F2F3E6
(242,243,230)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7E18C color. Also use rgb(215,225,140) instead hex code.

Text Font Color

.myTextColor { color: #D7E18C; }

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

This text font color is #D7E18C.

Background Color

.myBgColor { background-color: #D7E18C; }

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

This div background color is #D7E18C.

Border color

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

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

This div border color is #D7E18C.

Opacity

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

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

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

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

This text has shadow with #D7E18C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7E18C.

Preview

Color preview on black background

This text has color #D7E18C on black background.


Color preview on white background

This text has color #D7E18C on white background.


Black color preview on #D7E18C background

This text has black color on #D7E18C background.


White color preview on #D7E18C background

This text has white color on #D7E18C background.


Related colors

Complementary color

Complementary color for #hex is #281E73.


I love getcolorcode.com

Triadic colors

1 #8CD7E1 and #E18CD7 with #D7E18C are triadic colors.

2 #8CE1D7 and #E1D78C with #D7E18C are triadic colors.