COLOR #DFFBD2

HEX: #DFFBD2
RGB: (223,251,210)

Color info

#DFFBD2 contains red, green and blue colors in about the same proportion. Web safe color of #DFFBD2 is #CCFFCC (or #CFC).

RGB color model

#DFFBD2 color RGB value is (223,251,210).

  • red value is 223;
  • green value is 251;
  • blue value is 210.
RGB:
(223,251,210)
(87%,98%,82%)

RGB channels and saturation

R 223 of 255 = 87%
G 251 of 255 = 98%
B 210 of 255 = 82%

223
251
210

R + G + B ~ 89%. #DFFBD2 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 251 + 210 = 684 (100%)
R 223 of 684 ~ 32.6%
G 251 of 684 ~ 36.7%
B 210 of 684 ~ 30.7%

%32.6
%36.7
%30.7

CMYK color model

#DFFBD2 color CMYK value is (11,0,16,2).

  • cyan value is 11.16%
  • magenta value is 0.00%
  • yellow value is 16.33%
  • key color value is 1.57%
CMYK:
(11,0,16,2)
C11M0Y16K2 
(11%,0%,16%,2%)
(0.11/0.00/0.16/0.02)	

CMYK percentages

%11.16
%0
%16.33
%1.57

Codes

Color #DFFBD2 in popluar color models

DFFBD2
RGB223251210
HSL101°83.67%90.39%
HSB/HSV101°16.33%98.43%
CMYK11.16%0.00%16.33%
1.57%

Color #DFFBD2 in popluar number systems.

HEXDFFBD2
Decimal223251210
Binary110111111111101111010010
Octal337373322

Shades and tints

Shades of #DFFBD2

#DFFBD2
(223,251,210)
#CBE5BF
(203,229,191)
#B7CFAC
(183,207,172)
#A3B999
(163,185,153)
#8FA386
(143,163,134)
#7B8D73
(123,141,115)
#677760
(103,119,96)
#53614D
(83,97,77)
#3F4B3A
(63,75,58)
#2B3527
(43,53,39)
#171F14
(23,31,20)
#000000
(0,0,0)

Tints of #DFFBD2

#DFFBD2
(223,251,210)
#E1FBD6
(225,251,214)
#E3FBDA
(227,251,218)
#E5FBDE
(229,251,222)
#E7FBE2
(231,251,226)
#E9FBE6
(233,251,230)
#EBFBEA
(235,251,234)
#EDFBEE
(237,251,238)
#EFFBF2
(239,251,242)
#F1FBF6
(241,251,246)
#F3FBFA
(243,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFFBD2 color. Also use rgb(223,251,210) instead hex code.

Text Font Color

.myTextColor { color: #DFFBD2; }

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

This text font color is #DFFBD2.


Background Color

.myBgColor { background-color: #DFFBD2; }

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

This div background color is #DFFBD2.


Border color

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

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

This div border color is #DFFBD2.


Opacity

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

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

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

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

This text has shadow with #DFFBD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFFBD2 on black background.


Color preview on white background

This text has color #DFFBD2 on white background.



Black color preview on #DFFBD2 background

This text has black color on #DFFBD2 background.


White color preview on #DFFBD2 background

This text has white color on #DFFBD2 background.