COLOR #D7E092

HEX: #D7E092
RGB: (215,224,146)

Color info

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

RGB color model

#D7E092 color RGB value is (215,224,146).

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

RGB channels and saturation

R 215 of 255 = 84%
G 224 of 255 = 88%
B 146 of 255 = 57%

215
224
146

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

Portions of RGB colors in percentages

R + G + B =
215 + 224 + 146 = 585 (100%)
R 215 of 585 ~ 36.75%
G 224 of 585 ~ 38.29%
B 146 of 585 ~ 24.96%

%36.75
%38.29
%24.96

CMYK color model

#D7E092 color CMYK value is (4,0,35,12).

  • cyan value is 4.02%
  • magenta value is 0.00%
  • yellow value is 34.82%
  • key color value is 12.16%
CMYK:
(4,0,35,12)
C4M0Y35K12 
(4%,0%,35%,12%)
(0.04/0.00/0.35/0.12)	

CMYK percentages

%4.02
%0
%34.82
%12.16

Codes

Color #D7E092 in popluar color models

D7E092
RGB215224146
HSL67°55.71%72.55%
HSB/HSV67°34.82%87.84%
CMYK4.02%0.00%34.82%
12.16%

Color #D7E092 in popluar number systems.

HEXD7E092
Decimal215224146
Binary110101111110000010010010
Octal327340222

Shades and tints

Shades of #D7E092

#D7E092
(215,224,146)
#C4CC85
(196,204,133)
#B1B878
(177,184,120)
#9EA46B
(158,164,107)
#8B905E
(139,144,94)
#787C51
(120,124,81)
#656844
(101,104,68)
#525437
(82,84,55)
#3F402A
(63,64,42)
#2C2C1D
(44,44,29)
#191810
(25,24,16)
#000000
(0,0,0)

Tints of #D7E092

#D7E092
(215,224,146)
#DAE29B
(218,226,155)
#DDE4A4
(221,228,164)
#E0E6AD
(224,230,173)
#E3E8B6
(227,232,182)
#E6EABF
(230,234,191)
#E9ECC8
(233,236,200)
#ECEED1
(236,238,209)
#EFF0DA
(239,240,218)
#F2F2E3
(242,242,227)
#F5F4EC
(245,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E092; }

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

This text font color is #D7E092.


Background Color

.myBgColor { background-color: #D7E092; }

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

This div background color is #D7E092.


Border color

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

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

This div border color is #D7E092.


Opacity

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

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

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

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

This text has shadow with #D7E092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E092 on black background.


Color preview on white background

This text has color #D7E092 on white background.



Black color preview on #D7E092 background

This text has black color on #D7E092 background.


White color preview on #D7E092 background

This text has white color on #D7E092 background.