COLOR #DFFDB4

HEX: #DFFDB4
RGB: (223,253,180)

Color info

#DFFDB4 contains mainly red and green colors. Web safe color of #DFFDB4 is #CCFFCC (or #CFC).

RGB color model

#DFFDB4 color RGB value is (223,253,180).

  • red value is 223;
  • green value is 253;
  • blue value is 180.
RGB:
(223,253,180)
(87%,99%,71%)

RGB channels and saturation

R 223 of 255 = 87%
G 253 of 255 = 99%
B 180 of 255 = 71%

223
253
180

R + G + B ~ 86%. #DFFDB4 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 253 + 180 = 656 (100%)
R 223 of 656 ~ 33.99%
G 253 of 656 ~ 38.57%
B 180 of 656 ~ 27.44%

%33.99
%38.57
%27.44

CMYK color model

#DFFDB4 color CMYK value is (12,0,29,1).

  • cyan value is 11.86%
  • magenta value is 0.00%
  • yellow value is 28.85%
  • key color value is 0.78%
CMYK:
(12,0,29,1)
C12M0Y29K1 
(12%,0%,29%,1%)
(0.12/0.00/0.29/0.01)	

CMYK percentages

%11.86
%0
%28.85
%0.78

Codes

Color #DFFDB4 in popluar color models

DFFDB4
RGB223253180
HSL85°94.81%84.90%
HSB/HSV85°28.85%99.22%
CMYK11.86%0.00%28.85%
0.78%

Color #DFFDB4 in popluar number systems.

HEXDFFDB4
Decimal223253180
Binary110111111111110110110100
Octal337375264

Shades and tints

Shades of #DFFDB4

#DFFDB4
(223,253,180)
#CBE6A4
(203,230,164)
#B7CF94
(183,207,148)
#A3B884
(163,184,132)
#8FA174
(143,161,116)
#7B8A64
(123,138,100)
#677354
(103,115,84)
#535C44
(83,92,68)
#3F4534
(63,69,52)
#2B2E24
(43,46,36)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #DFFDB4

#DFFDB4
(223,253,180)
#E1FDBA
(225,253,186)
#E3FDC0
(227,253,192)
#E5FDC6
(229,253,198)
#E7FDCC
(231,253,204)
#E9FDD2
(233,253,210)
#EBFDD8
(235,253,216)
#EDFDDE
(237,253,222)
#EFFDE4
(239,253,228)
#F1FDEA
(241,253,234)
#F3FDF0
(243,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFFDB4 color. Also use rgb(223,253,180) instead hex code.

Text Font Color

.myTextColor { color: #DFFDB4; }

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

This text font color is #DFFDB4.


Background Color

.myBgColor { background-color: #DFFDB4; }

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

This div background color is #DFFDB4.


Border color

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

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

This div border color is #DFFDB4.


Opacity

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

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

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

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

This text has shadow with #DFFDB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFFDB4 on black background.


Color preview on white background

This text has color #DFFDB4 on white background.



Black color preview on #DFFDB4 background

This text has black color on #DFFDB4 background.


White color preview on #DFFDB4 background

This text has white color on #DFFDB4 background.