COLOR #D8E092

HEX: #D8E092
RGB: (216,224,146)

Color info

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

RGB color model

#D8E092 color RGB value is (216,224,146).

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

RGB channels and saturation

R 216 of 255 = 85%
G 224 of 255 = 88%
B 146 of 255 = 57%

216
224
146

R + G + B ~ 77%. #D8E092 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 224 + 146 = 586 (100%)
R 216 of 586 ~ 36.86%
G 224 of 586 ~ 38.23%
B 146 of 586 ~ 24.91%

%36.86
%38.23
%24.91

CMYK color model

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

  • cyan value is 3.57%
  • 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

%3.57
%0
%34.82
%12.16

Codes

Color #D8E092 in popluar color models

D8E092
RGB216224146
HSL66°55.71%72.55%
HSB/HSV66°34.82%87.84%
CMYK3.57%0.00%34.82%
12.16%

Color #D8E092 in popluar number systems.

HEXD8E092
Decimal216224146
Binary110110001110000010010010
Octal330340222

Shades and tints

Shades of #D8E092

#D8E092
(216,224,146)
#C5CC85
(197,204,133)
#B2B878
(178,184,120)
#9FA46B
(159,164,107)
#8C905E
(140,144,94)
#797C51
(121,124,81)
#666844
(102,104,68)
#535437
(83,84,55)
#40402A
(64,64,42)
#2D2C1D
(45,44,29)
#1A1810
(26,24,16)
#000000
(0,0,0)

Tints of #D8E092

#D8E092
(216,224,146)
#DBE29B
(219,226,155)
#DEE4A4
(222,228,164)
#E1E6AD
(225,230,173)
#E4E8B6
(228,232,182)
#E7EABF
(231,234,191)
#EAECC8
(234,236,200)
#EDEED1
(237,238,209)
#F0F0DA
(240,240,218)
#F3F2E3
(243,242,227)
#F6F4EC
(246,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E092; }

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

This text font color is #D8E092.


Background Color

.myBgColor { background-color: #D8E092; }

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

This div background color is #D8E092.


Border color

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

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

This div border color is #D8E092.


Opacity

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

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

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

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

This text has shadow with #D8E092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E092 on black background.


Color preview on white background

This text has color #D8E092 on white background.



Black color preview on #D8E092 background

This text has black color on #D8E092 background.


White color preview on #D8E092 background

This text has white color on #D8E092 background.