COLOR #DFE093

HEX: #DFE093
RGB: (223,224,147)

Color info

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

RGB color model

#DFE093 color RGB value is (223,224,147).

  • red value is 223;
  • green value is 224;
  • blue value is 147.
RGB:
(223,224,147)
(87%,88%,58%)

RGB channels and saturation

R 223 of 255 = 87%
G 224 of 255 = 88%
B 147 of 255 = 58%

223
224
147

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

Portions of RGB colors in percentages

R + G + B =
223 + 224 + 147 = 594 (100%)
R 223 of 594 ~ 37.54%
G 224 of 594 ~ 37.71%
B 147 of 594 ~ 24.75%

%37.54
%37.71
%24.75

CMYK color model

#DFE093 color CMYK value is (0,0,34,12).

  • cyan value is 0.45%
  • magenta value is 0.00%
  • yellow value is 34.38%
  • key color value is 12.16%
CMYK:
(0,0,34,12)
C0M0Y34K12 
(0%,0%,34%,12%)
(0.00/0.00/0.34/0.12)	

CMYK percentages

%0.45
%0
%34.38
%12.16

Codes

Color #DFE093 in popluar color models

DFE093
RGB223224147
HSL61°55.40%72.75%
HSB/HSV61°34.38%87.84%
CMYK0.45%0.00%34.38%
12.16%

Color #DFE093 in popluar number systems.

HEXDFE093
Decimal223224147
Binary110111111110000010010011
Octal337340223

Shades and tints

Shades of #DFE093

#DFE093
(223,224,147)
#CBCC86
(203,204,134)
#B7B879
(183,184,121)
#A3A46C
(163,164,108)
#8F905F
(143,144,95)
#7B7C52
(123,124,82)
#676845
(103,104,69)
#535438
(83,84,56)
#3F402B
(63,64,43)
#2B2C1E
(43,44,30)
#171811
(23,24,17)
#000000
(0,0,0)

Tints of #DFE093

#DFE093
(223,224,147)
#E1E29C
(225,226,156)
#E3E4A5
(227,228,165)
#E5E6AE
(229,230,174)
#E7E8B7
(231,232,183)
#E9EAC0
(233,234,192)
#EBECC9
(235,236,201)
#EDEED2
(237,238,210)
#EFF0DB
(239,240,219)
#F1F2E4
(241,242,228)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFE093 color. Also use rgb(223,224,147) instead hex code.

Text Font Color

.myTextColor { color: #DFE093; }

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

This text font color is #DFE093.


Background Color

.myBgColor { background-color: #DFE093; }

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

This div background color is #DFE093.


Border color

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

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

This div border color is #DFE093.


Opacity

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

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

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

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

This text has shadow with #DFE093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE093 on black background.


Color preview on white background

This text has color #DFE093 on white background.



Black color preview on #DFE093 background

This text has black color on #DFE093 background.


White color preview on #DFE093 background

This text has white color on #DFE093 background.