COLOR #DFF664

HEX: #DFF664
RGB: (223,246,100)

Color info

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

RGB color model

#DFF664 color RGB value is (223,246,100).

  • red value is 223;
  • green value is 246;
  • blue value is 100.
RGB:
(223,246,100)
(87%,96%,39%)

RGB channels and saturation

R 223 of 255 = 87%
G 246 of 255 = 96%
B 100 of 255 = 39%

223
246
100

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

Portions of RGB colors in percentages

R + G + B =
223 + 246 + 100 = 569 (100%)
R 223 of 569 ~ 39.19%
G 246 of 569 ~ 43.23%
B 100 of 569 ~ 17.57%

%39.19
%43.23
%17.57

CMYK color model

#DFF664 color CMYK value is (9,0,59,4).

  • cyan value is 9.35%
  • magenta value is 0.00%
  • yellow value is 59.35%
  • key color value is 3.53%
CMYK:
(9,0,59,4)
C9M0Y59K4 
(9%,0%,59%,4%)
(0.09/0.00/0.59/0.04)	

CMYK percentages

%9.35
%0
%59.35
%3.53

Codes

Color #DFF664 in popluar color models

DFF664
RGB223246100
HSL69°89.02%67.84%
HSB/HSV69°59.35%96.47%
CMYK9.35%0.00%59.35%
3.53%

Color #DFF664 in popluar number systems.

HEXDFF664
Decimal223246100
Binary11011111111101101100100
Octal337366144

Shades and tints

Shades of #DFF664

#DFF664
(223,246,100)
#CBE05B
(203,224,91)
#B7CA52
(183,202,82)
#A3B449
(163,180,73)
#8F9E40
(143,158,64)
#7B8837
(123,136,55)
#67722E
(103,114,46)
#535C25
(83,92,37)
#3F461C
(63,70,28)
#2B3013
(43,48,19)
#171A0A
(23,26,10)
#000000
(0,0,0)

Tints of #DFF664

#DFF664
(223,246,100)
#E1F672
(225,246,114)
#E3F680
(227,246,128)
#E5F68E
(229,246,142)
#E7F69C
(231,246,156)
#E9F6AA
(233,246,170)
#EBF6B8
(235,246,184)
#EDF6C6
(237,246,198)
#EFF6D4
(239,246,212)
#F1F6E2
(241,246,226)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFF664 color. Also use rgb(223,246,100) instead hex code.

Text Font Color

.myTextColor { color: #DFF664; }

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

This text font color is #DFF664.


Background Color

.myBgColor { background-color: #DFF664; }

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

This div background color is #DFF664.


Border color

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

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

This div border color is #DFF664.


Opacity

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

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

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

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

This text has shadow with #DFF664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF664 on black background.


Color preview on white background

This text has color #DFF664 on white background.



Black color preview on #DFF664 background

This text has black color on #DFF664 background.


White color preview on #DFF664 background

This text has white color on #DFF664 background.