COLOR #DFFDB3

HEX: #DFFDB3
RGB: (223,253,179)

Color info

#DFFDB3 contains mainly red and green colors. Web safe color of #DFFDB3 is #CCFF99 (or #CF9).

RGB color model

#DFFDB3 color RGB value is (223,253,179).

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

RGB channels and saturation

R 223 of 255 = 87%
G 253 of 255 = 99%
B 179 of 255 = 70%

223
253
179

R + G + B ~ 85%. #DFFDB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 253 + 179 = 655 (100%)
R 223 of 655 ~ 34.05%
G 253 of 655 ~ 38.63%
B 179 of 655 ~ 27.33%

%34.05
%38.63
%27.33

CMYK color model

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

  • cyan value is 11.86%
  • magenta value is 0.00%
  • yellow value is 29.25%
  • 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
%29.25
%0.78

Codes

Color #DFFDB3 in popluar color models

DFFDB3
RGB223253179
HSL84°94.87%84.71%
HSB/HSV84°29.25%99.22%
CMYK11.86%0.00%29.25%
0.78%

Color #DFFDB3 in popluar number systems.

HEXDFFDB3
Decimal223253179
Binary110111111111110110110011
Octal337375263

Shades and tints

Shades of #DFFDB3

#DFFDB3
(223,253,179)
#CBE6A3
(203,230,163)
#B7CF93
(183,207,147)
#A3B883
(163,184,131)
#8FA173
(143,161,115)
#7B8A63
(123,138,99)
#677353
(103,115,83)
#535C43
(83,92,67)
#3F4533
(63,69,51)
#2B2E23
(43,46,35)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #DFFDB3

#DFFDB3
(223,253,179)
#E1FDB9
(225,253,185)
#E3FDBF
(227,253,191)
#E5FDC5
(229,253,197)
#E7FDCB
(231,253,203)
#E9FDD1
(233,253,209)
#EBFDD7
(235,253,215)
#EDFDDD
(237,253,221)
#EFFDE3
(239,253,227)
#F1FDE9
(241,253,233)
#F3FDEF
(243,253,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFFDB3; }

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

This text font color is #DFFDB3.


Background Color

.myBgColor { background-color: #DFFDB3; }

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

This div background color is #DFFDB3.


Border color

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

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

This div border color is #DFFDB3.


Opacity

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

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

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

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

This text has shadow with #DFFDB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFFDB3 on black background.


Color preview on white background

This text has color #DFFDB3 on white background.



Black color preview on #DFFDB3 background

This text has black color on #DFFDB3 background.


White color preview on #DFFDB3 background

This text has white color on #DFFDB3 background.