COLOR #DFE874

HEX: #DFE874
RGB: (223,232,116)

Color info

#DFE874 contains mainly red and green colors. Web safe color of #DFE874 is #CCFF66 (or #CF6).

RGB color model

#DFE874 color RGB value is (223,232,116).

  • red value is 223;
  • green value is 232;
  • blue value is 116.
RGB:
(223,232,116)
(87%,91%,45%)

RGB channels and saturation

R 223 of 255 = 87%
G 232 of 255 = 91%
B 116 of 255 = 45%

223
232
116

R + G + B ~ 74%. #DFE874 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 232 + 116 = 571 (100%)
R 223 of 571 ~ 39.05%
G 232 of 571 ~ 40.63%
B 116 of 571 ~ 20.32%

%39.05
%40.63
%20.32

CMYK color model

#DFE874 color CMYK value is (4,0,50,9).

  • cyan value is 3.88%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 9.02%
CMYK:
(4,0,50,9)
C4M0Y50K9 
(4%,0%,50%,9%)
(0.04/0.00/0.50/0.09)	

CMYK percentages

%3.88
%0
%50
%9.02

Codes

Color #DFE874 in popluar color models

DFE874
RGB223232116
HSL65°71.60%68.24%
HSB/HSV65°50.00%90.98%
CMYK3.88%0.00%50.00%
9.02%

Color #DFE874 in popluar number systems.

HEXDFE874
Decimal223232116
Binary11011111111010001110100
Octal337350164

Shades and tints

Shades of #DFE874

#DFE874
(223,232,116)
#CBD36A
(203,211,106)
#B7BE60
(183,190,96)
#A3A956
(163,169,86)
#8F944C
(143,148,76)
#7B7F42
(123,127,66)
#676A38
(103,106,56)
#53552E
(83,85,46)
#3F4024
(63,64,36)
#2B2B1A
(43,43,26)
#171610
(23,22,16)
#000000
(0,0,0)

Tints of #DFE874

#DFE874
(223,232,116)
#E1EA80
(225,234,128)
#E3EC8C
(227,236,140)
#E5EE98
(229,238,152)
#E7F0A4
(231,240,164)
#E9F2B0
(233,242,176)
#EBF4BC
(235,244,188)
#EDF6C8
(237,246,200)
#EFF8D4
(239,248,212)
#F1FAE0
(241,250,224)
#F3FCEC
(243,252,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFE874 color. Also use rgb(223,232,116) instead hex code.

Text Font Color

.myTextColor { color: #DFE874; }

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

This text font color is #DFE874.


Background Color

.myBgColor { background-color: #DFE874; }

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

This div background color is #DFE874.


Border color

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

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

This div border color is #DFE874.


Opacity

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

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

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

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

This text has shadow with #DFE874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE874 on black background.


Color preview on white background

This text has color #DFE874 on white background.



Black color preview on #DFE874 background

This text has black color on #DFE874 background.


White color preview on #DFE874 background

This text has white color on #DFE874 background.