COLOR #DFF7DB

HEX: #DFF7DB
RGB: (223,247,219)

Color info

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

RGB color model

#DFF7DB color RGB value is (223,247,219).

  • red value is 223;
  • green value is 247;
  • blue value is 219.
RGB:
(223,247,219)
(87%,97%,86%)

RGB channels and saturation

R 223 of 255 = 87%
G 247 of 255 = 97%
B 219 of 255 = 86%

223
247
219

R + G + B ~ 90%. #DFF7DB is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 247 + 219 = 689 (100%)
R 223 of 689 ~ 32.37%
G 247 of 689 ~ 35.85%
B 219 of 689 ~ 31.79%

%32.37
%35.85
%31.79

CMYK color model

#DFF7DB color CMYK value is (10,0,11,3).

  • cyan value is 9.72%
  • magenta value is 0.00%
  • yellow value is 11.34%
  • key color value is 3.14%
CMYK:
(10,0,11,3)
C10M0Y11K3 
(10%,0%,11%,3%)
(0.10/0.00/0.11/0.03)	

CMYK percentages

%9.72
%0
%11.34
%3.14

Codes

Color #DFF7DB in popluar color models

DFF7DB
RGB223247219
HSL111°63.64%91.37%
HSB/HSV111°11.34%96.86%
CMYK9.72%0.00%11.34%
3.14%

Color #DFF7DB in popluar number systems.

HEXDFF7DB
Decimal223247219
Binary110111111111011111011011
Octal337367333

Shades and tints

Shades of #DFF7DB

#DFF7DB
(223,247,219)
#CBE1C8
(203,225,200)
#B7CBB5
(183,203,181)
#A3B5A2
(163,181,162)
#8F9F8F
(143,159,143)
#7B897C
(123,137,124)
#677369
(103,115,105)
#535D56
(83,93,86)
#3F4743
(63,71,67)
#2B3130
(43,49,48)
#171B1D
(23,27,29)
#000000
(0,0,0)

Tints of #DFF7DB

#DFF7DB
(223,247,219)
#E1F7DE
(225,247,222)
#E3F7E1
(227,247,225)
#E5F7E4
(229,247,228)
#E7F7E7
(231,247,231)
#E9F7EA
(233,247,234)
#EBF7ED
(235,247,237)
#EDF7F0
(237,247,240)
#EFF7F3
(239,247,243)
#F1F7F6
(241,247,246)
#F3F7F9
(243,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFF7DB color. Also use rgb(223,247,219) instead hex code.

Text Font Color

.myTextColor { color: #DFF7DB; }

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

This text font color is #DFF7DB.


Background Color

.myBgColor { background-color: #DFF7DB; }

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

This div background color is #DFF7DB.


Border color

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

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

This div border color is #DFF7DB.


Opacity

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

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

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

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

This text has shadow with #DFF7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF7DB on black background.


Color preview on white background

This text has color #DFF7DB on white background.



Black color preview on #DFF7DB background

This text has black color on #DFF7DB background.


White color preview on #DFF7DB background

This text has white color on #DFF7DB background.