COLOR #DFF873

HEX: #DFF873
RGB: (223,248,115)

Color info

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

RGB color model

#DFF873 color RGB value is (223,248,115).

  • red value is 223;
  • green value is 248;
  • blue value is 115.
RGB:
(223,248,115)
(87%,97%,45%)

RGB channels and saturation

R 223 of 255 = 87%
G 248 of 255 = 97%
B 115 of 255 = 45%

223
248
115

R + G + B ~ 76%. #DFF873 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 248 + 115 = 586 (100%)
R 223 of 586 ~ 38.05%
G 248 of 586 ~ 42.32%
B 115 of 586 ~ 19.62%

%38.05
%42.32
%19.62

CMYK color model

#DFF873 color CMYK value is (10,0,54,3).

  • cyan value is 10.08%
  • magenta value is 0.00%
  • yellow value is 53.63%
  • key color value is 2.75%
CMYK:
(10,0,54,3)
C10M0Y54K3 
(10%,0%,54%,3%)
(0.10/0.00/0.54/0.03)	

CMYK percentages

%10.08
%0
%53.63
%2.75

Codes

Color #DFF873 in popluar color models

DFF873
RGB223248115
HSL71°90.48%71.18%
HSB/HSV71°53.63%97.25%
CMYK10.08%0.00%53.63%
2.75%

Color #DFF873 in popluar number systems.

HEXDFF873
Decimal223248115
Binary11011111111110001110011
Octal337370163

Shades and tints

Shades of #DFF873

#DFF873
(223,248,115)
#CBE269
(203,226,105)
#B7CC5F
(183,204,95)
#A3B655
(163,182,85)
#8FA04B
(143,160,75)
#7B8A41
(123,138,65)
#677437
(103,116,55)
#535E2D
(83,94,45)
#3F4823
(63,72,35)
#2B3219
(43,50,25)
#171C0F
(23,28,15)
#000000
(0,0,0)

Tints of #DFF873

#DFF873
(223,248,115)
#E1F87F
(225,248,127)
#E3F88B
(227,248,139)
#E5F897
(229,248,151)
#E7F8A3
(231,248,163)
#E9F8AF
(233,248,175)
#EBF8BB
(235,248,187)
#EDF8C7
(237,248,199)
#EFF8D3
(239,248,211)
#F1F8DF
(241,248,223)
#F3F8EB
(243,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFF873 color. Also use rgb(223,248,115) instead hex code.

Text Font Color

.myTextColor { color: #DFF873; }

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

This text font color is #DFF873.


Background Color

.myBgColor { background-color: #DFF873; }

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

This div background color is #DFF873.


Border color

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

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

This div border color is #DFF873.


Opacity

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

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

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

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

This text has shadow with #DFF873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF873 on black background.


Color preview on white background

This text has color #DFF873 on white background.



Black color preview on #DFF873 background

This text has black color on #DFF873 background.


White color preview on #DFF873 background

This text has white color on #DFF873 background.