COLOR #DFE48C

HEX: #DFE48C
RGB: (223,228,140)

Color info

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

RGB color model

#DFE48C color RGB value is (223,228,140).

  • red value is 223;
  • green value is 228;
  • blue value is 140.
RGB:
(223,228,140)
(87%,89%,55%)

RGB channels and saturation

R 223 of 255 = 87%
G 228 of 255 = 89%
B 140 of 255 = 55%

223
228
140

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

Portions of RGB colors in percentages

R + G + B =
223 + 228 + 140 = 591 (100%)
R 223 of 591 ~ 37.73%
G 228 of 591 ~ 38.58%
B 140 of 591 ~ 23.69%

%37.73
%38.58
%23.69

CMYK color model

#DFE48C color CMYK value is (2,0,39,11).

  • cyan value is 2.19%
  • magenta value is 0.00%
  • yellow value is 38.60%
  • key color value is 10.59%
CMYK:
(2,0,39,11)
C2M0Y39K11 
(2%,0%,39%,11%)
(0.02/0.00/0.39/0.11)	

CMYK percentages

%2.19
%0
%38.6
%10.59

Codes

Color #DFE48C in popluar color models

DFE48C
RGB223228140
HSL63°61.97%72.16%
HSB/HSV63°38.60%89.41%
CMYK2.19%0.00%38.60%
10.59%

Color #DFE48C in popluar number systems.

HEXDFE48C
Decimal223228140
Binary110111111110010010001100
Octal337344214

Shades and tints

Shades of #DFE48C

#DFE48C
(223,228,140)
#CBD080
(203,208,128)
#B7BC74
(183,188,116)
#A3A868
(163,168,104)
#8F945C
(143,148,92)
#7B8050
(123,128,80)
#676C44
(103,108,68)
#535838
(83,88,56)
#3F442C
(63,68,44)
#2B3020
(43,48,32)
#171C14
(23,28,20)
#000000
(0,0,0)

Tints of #DFE48C

#DFE48C
(223,228,140)
#E1E696
(225,230,150)
#E3E8A0
(227,232,160)
#E5EAAA
(229,234,170)
#E7ECB4
(231,236,180)
#E9EEBE
(233,238,190)
#EBF0C8
(235,240,200)
#EDF2D2
(237,242,210)
#EFF4DC
(239,244,220)
#F1F6E6
(241,246,230)
#F3F8F0
(243,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFE48C color. Also use rgb(223,228,140) instead hex code.

Text Font Color

.myTextColor { color: #DFE48C; }

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

This text font color is #DFE48C.


Background Color

.myBgColor { background-color: #DFE48C; }

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

This div background color is #DFE48C.


Border color

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

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

This div border color is #DFE48C.


Opacity

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

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

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

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

This text has shadow with #DFE48C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE48C on black background.


Color preview on white background

This text has color #DFE48C on white background.



Black color preview on #DFE48C background

This text has black color on #DFE48C background.


White color preview on #DFE48C background

This text has white color on #DFE48C background.