COLOR #DFEC68

HEX: #DFEC68
RGB: (223,236,104)

Color info

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

RGB color model

#DFEC68 color RGB value is (223,236,104).

  • red value is 223;
  • green value is 236;
  • blue value is 104.
RGB:
(223,236,104)
(87%,93%,41%)

RGB channels and saturation

R 223 of 255 = 87%
G 236 of 255 = 93%
B 104 of 255 = 41%

223
236
104

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

Portions of RGB colors in percentages

R + G + B =
223 + 236 + 104 = 563 (100%)
R 223 of 563 ~ 39.61%
G 236 of 563 ~ 41.92%
B 104 of 563 ~ 18.47%

%39.61
%41.92
%18.47

CMYK color model

#DFEC68 color CMYK value is (6,0,56,7).

  • cyan value is 5.51%
  • magenta value is 0.00%
  • yellow value is 55.93%
  • key color value is 7.45%
CMYK:
(6,0,56,7)
C6M0Y56K7 
(6%,0%,56%,7%)
(0.06/0.00/0.56/0.07)	

CMYK percentages

%5.51
%0
%55.93
%7.45

Codes

Color #DFEC68 in popluar color models

DFEC68
RGB223236104
HSL66°77.65%66.67%
HSB/HSV66°55.93%92.55%
CMYK5.51%0.00%55.93%
7.45%

Color #DFEC68 in popluar number systems.

HEXDFEC68
Decimal223236104
Binary11011111111011001101000
Octal337354150

Shades and tints

Shades of #DFEC68

#DFEC68
(223,236,104)
#CBD75F
(203,215,95)
#B7C256
(183,194,86)
#A3AD4D
(163,173,77)
#8F9844
(143,152,68)
#7B833B
(123,131,59)
#676E32
(103,110,50)
#535929
(83,89,41)
#3F4420
(63,68,32)
#2B2F17
(43,47,23)
#171A0E
(23,26,14)
#000000
(0,0,0)

Tints of #DFEC68

#DFEC68
(223,236,104)
#E1ED75
(225,237,117)
#E3EE82
(227,238,130)
#E5EF8F
(229,239,143)
#E7F09C
(231,240,156)
#E9F1A9
(233,241,169)
#EBF2B6
(235,242,182)
#EDF3C3
(237,243,195)
#EFF4D0
(239,244,208)
#F1F5DD
(241,245,221)
#F3F6EA
(243,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFEC68 color. Also use rgb(223,236,104) instead hex code.

Text Font Color

.myTextColor { color: #DFEC68; }

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

This text font color is #DFEC68.


Background Color

.myBgColor { background-color: #DFEC68; }

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

This div background color is #DFEC68.


Border color

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

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

This div border color is #DFEC68.


Opacity

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

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

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

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

This text has shadow with #DFEC68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEC68 on black background.


Color preview on white background

This text has color #DFEC68 on white background.



Black color preview on #DFEC68 background

This text has black color on #DFEC68 background.


White color preview on #DFEC68 background

This text has white color on #DFEC68 background.