COLOR #DFFDB5

HEX: #DFFDB5
RGB: (223,253,181)

Color info

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

RGB color model

#DFFDB5 color RGB value is (223,253,181).

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

RGB channels and saturation

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

223
253
181

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

Portions of RGB colors in percentages

R + G + B =
223 + 253 + 181 = 657 (100%)
R 223 of 657 ~ 33.94%
G 253 of 657 ~ 38.51%
B 181 of 657 ~ 27.55%

%33.94
%38.51
%27.55

CMYK color model

#DFFDB5 color CMYK value is (12,0,28,1).

  • cyan value is 11.86%
  • magenta value is 0.00%
  • yellow value is 28.46%
  • key color value is 0.78%
CMYK:
(12,0,28,1)
C12M0Y28K1 
(12%,0%,28%,1%)
(0.12/0.00/0.28/0.01)	

CMYK percentages

%11.86
%0
%28.46
%0.78

Codes

Color #DFFDB5 in popluar color models

DFFDB5
RGB223253181
HSL85°94.74%85.10%
HSB/HSV85°28.46%99.22%
CMYK11.86%0.00%28.46%
0.78%

Color #DFFDB5 in popluar number systems.

HEXDFFDB5
Decimal223253181
Binary110111111111110110110101
Octal337375265

Shades and tints

Shades of #DFFDB5

#DFFDB5
(223,253,181)
#CBE6A5
(203,230,165)
#B7CF95
(183,207,149)
#A3B885
(163,184,133)
#8FA175
(143,161,117)
#7B8A65
(123,138,101)
#677355
(103,115,85)
#535C45
(83,92,69)
#3F4535
(63,69,53)
#2B2E25
(43,46,37)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #DFFDB5

#DFFDB5
(223,253,181)
#E1FDBB
(225,253,187)
#E3FDC1
(227,253,193)
#E5FDC7
(229,253,199)
#E7FDCD
(231,253,205)
#E9FDD3
(233,253,211)
#EBFDD9
(235,253,217)
#EDFDDF
(237,253,223)
#EFFDE5
(239,253,229)
#F1FDEB
(241,253,235)
#F3FDF1
(243,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFFDB5; }

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

This text font color is #DFFDB5.


Background Color

.myBgColor { background-color: #DFFDB5; }

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

This div background color is #DFFDB5.


Border color

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

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

This div border color is #DFFDB5.


Opacity

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

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

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

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

This text has shadow with #DFFDB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFFDB5 on black background.


Color preview on white background

This text has color #DFFDB5 on white background.



Black color preview on #DFFDB5 background

This text has black color on #DFFDB5 background.


White color preview on #DFFDB5 background

This text has white color on #DFFDB5 background.