COLOR #DFE98A

HEX: #DFE98A
RGB: (223,233,138)

Color info

#DFE98A contains mainly red and green colors. Web safe color of #DFE98A is #CCFF99 (or #CF9).

RGB color model

#DFE98A color RGB value is (223,233,138).

  • red value is 223;
  • green value is 233;
  • blue value is 138.
RGB:
(223,233,138)
(87%,91%,54%)

RGB channels and saturation

R 223 of 255 = 87%
G 233 of 255 = 91%
B 138 of 255 = 54%

223
233
138

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

Portions of RGB colors in percentages

R + G + B =
223 + 233 + 138 = 594 (100%)
R 223 of 594 ~ 37.54%
G 233 of 594 ~ 39.23%
B 138 of 594 ~ 23.23%

%37.54
%39.23
%23.23

CMYK color model

#DFE98A color CMYK value is (4,0,41,9).

  • cyan value is 4.29%
  • magenta value is 0.00%
  • yellow value is 40.77%
  • key color value is 8.63%
CMYK:
(4,0,41,9)
C4M0Y41K9 
(4%,0%,41%,9%)
(0.04/0.00/0.41/0.09)	

CMYK percentages

%4.29
%0
%40.77
%8.63

Codes

Color #DFE98A in popluar color models

DFE98A
RGB223233138
HSL66°68.35%72.75%
HSB/HSV66°40.77%91.37%
CMYK4.29%0.00%40.77%
8.63%

Color #DFE98A in popluar number systems.

HEXDFE98A
Decimal223233138
Binary110111111110100110001010
Octal337351212

Shades and tints

Shades of #DFE98A

#DFE98A
(223,233,138)
#CBD47E
(203,212,126)
#B7BF72
(183,191,114)
#A3AA66
(163,170,102)
#8F955A
(143,149,90)
#7B804E
(123,128,78)
#676B42
(103,107,66)
#535636
(83,86,54)
#3F412A
(63,65,42)
#2B2C1E
(43,44,30)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #DFE98A

#DFE98A
(223,233,138)
#E1EB94
(225,235,148)
#E3ED9E
(227,237,158)
#E5EFA8
(229,239,168)
#E7F1B2
(231,241,178)
#E9F3BC
(233,243,188)
#EBF5C6
(235,245,198)
#EDF7D0
(237,247,208)
#EFF9DA
(239,249,218)
#F1FBE4
(241,251,228)
#F3FDEE
(243,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFE98A color. Also use rgb(223,233,138) instead hex code.

Text Font Color

.myTextColor { color: #DFE98A; }

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

This text font color is #DFE98A.


Background Color

.myBgColor { background-color: #DFE98A; }

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

This div background color is #DFE98A.


Border color

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

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

This div border color is #DFE98A.


Opacity

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

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

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

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

This text has shadow with #DFE98A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE98A on black background.


Color preview on white background

This text has color #DFE98A on white background.



Black color preview on #DFE98A background

This text has black color on #DFE98A background.


White color preview on #DFE98A background

This text has white color on #DFE98A background.