COLOR #DFE292

HEX: #DFE292 RGB: (223,226,146)

Color info

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

RGB color model

#DFE292 color RGB value is (223,226,146).

RGB: (223,226,146) (87%, 89%, 57%)

RGB channels and saturation

R 223 of 255 = 87%
G 226 of 255 = 89%
B 146 of 255 = 57%

223
226
146

R + G + B ~ 78%. #DFE292 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 226 + 146 = 595 (100%)
R 223 of 595 ~ 37.48%
G 226 of 595 ~ 37.98%
B 146 of 595 ~ 24.54'%

%37.48
%37.98
%24.54

CMYK color model

#DFE292 color CMYK value is (1,0,35,11).

  • cyan value is 1.33%
  • magenta value is 0.00%
  • yellow value is 35.40%
  • key color value is 11.37%

CMYK: (1,0,35,11)
C1M0Y35K11 (1%, 0%, 35%, 11%)
(0.01 / 0.00 / 0.35 / 0.11)

CMYK percentages

%1.33
%0
%35.4
%11.37

Codes

Color #DFE292 in popluar color models

DF E2 92
RGB 223 226 146
HSL 62° 57.97% 72.94%
HSB/HSV 62° 35.40% 88.63%
CMYK 1.33% 0.00% 35.40%
11.37%

Color #DFE292 in popluar number systems.

HEX DF E2 92
Decimal 223 226 146
Binary 11011111 11100010 10010010
Octal 337 342 222

Shades and tints

Shades of #DFE292

#DFE292
(223,226,146)
#CBCE85
(203,206,133)
#B7BA78
(183,186,120)
#A3A66B
(163,166,107)
#8F925E
(143,146,94)
#7B7E51
(123,126,81)
#676A44
(103,106,68)
#535637
(83,86,55)
#3F422A
(63,66,42)
#2B2E1D
(43,46,29)
#171A10
(23,26,16)
#000000
(0,0,0)

Tints of #DFE292

#DFE292
(223,226,146)
#E1E49B
(225,228,155)
#E3E6A4
(227,230,164)
#E5E8AD
(229,232,173)
#E7EAB6
(231,234,182)
#E9ECBF
(233,236,191)
#EBEEC8
(235,238,200)
#EDF0D1
(237,240,209)
#EFF2DA
(239,242,218)
#F1F4E3
(241,244,227)
#F3F6EC
(243,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFE292 color. Also use rgb(223,226,146) instead hex code.

Text Font Color

.myTextColor { color: #DFE292; }

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

This text font color is #DFE292.

Background Color

.myBgColor { background-color: #DFE292; }

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

This div background color is #DFE292.

Border color

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

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

This div border color is #DFE292.

Opacity

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

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

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

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

This text has shadow with #DFE292 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFE292.

Preview

Color preview on black background

This text has color #DFE292 on black background.


Color preview on white background

This text has color #DFE292 on white background.


Black color preview on #DFE292 background

This text has black color on #DFE292 background.


White color preview on #DFE292 background

This text has white color on #DFE292 background.


Related colors

Complementary color

Complementary color for #hex is #201D6D.


I love getcolorcode.com

Triadic colors

1 #92DFE2 and #E292DF with #DFE292 are triadic colors.

2 #92E2DF and #E2DF92 with #DFE292 are triadic colors.