COLOR #DFF0DB

HEX: #DFF0DB RGB: (223,240,219)

Color info

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

RGB color model

#DFF0DB color RGB value is (223,240,219).

RGB: (223,240,219) (87%, 94%, 86%)

RGB channels and saturation

R 223 of 255 = 87%
G 240 of 255 = 94%
B 219 of 255 = 86%

223
240
219

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

Portions of RGB colors in percentages

R + G + B = 223 + 240 + 219 = 682 (100%)
R 223 of 682 ~ 32.7%
G 240 of 682 ~ 35.19%
B 219 of 682 ~ 32.11'%

%32.7
%35.19
%32.11

CMYK color model

#DFF0DB color CMYK value is (7,0,9,6).

  • cyan value is 7.08%
  • magenta value is 0.00%
  • yellow value is 8.75%
  • key color value is 5.88%

CMYK: (7,0,9,6)
C7M0Y9K6 (7%, 0%, 9%, 6%)
(0.07 / 0.00 / 0.09 / 0.06)

CMYK percentages

%7.08
%0
%8.75
%5.88

Codes

Color #DFF0DB in popluar color models

DF F0 DB
RGB 223 240 219
HSL 109° 41.18% 90.00%
HSB/HSV 109° 8.75% 94.12%
CMYK 7.08% 0.00% 8.75%
5.88%

Color #DFF0DB in popluar number systems.

HEX DF F0 DB
Decimal 223 240 219
Binary 11011111 11110000 11011011
Octal 337 360 333

Shades and tints

Shades of #DFF0DB

#DFF0DB
(223,240,219)
#CBDBC8
(203,219,200)
#B7C6B5
(183,198,181)
#A3B1A2
(163,177,162)
#8F9C8F
(143,156,143)
#7B877C
(123,135,124)
#677269
(103,114,105)
#535D56
(83,93,86)
#3F4843
(63,72,67)
#2B3330
(43,51,48)
#171E1D
(23,30,29)
#000000
(0,0,0)

Tints of #DFF0DB

#DFF0DB
(223,240,219)
#E1F1DE
(225,241,222)
#E3F2E1
(227,242,225)
#E5F3E4
(229,243,228)
#E7F4E7
(231,244,231)
#E9F5EA
(233,245,234)
#EBF6ED
(235,246,237)
#EDF7F0
(237,247,240)
#EFF8F3
(239,248,243)
#F1F9F6
(241,249,246)
#F3FAF9
(243,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF0DB; }

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

This text font color is #DFF0DB.

Background Color

.myBgColor { background-color: #DFF0DB; }

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

This div background color is #DFF0DB.

Border color

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

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

This div border color is #DFF0DB.

Opacity

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

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

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

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

This text has shadow with #DFF0DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFF0DB.

Preview

Color preview on black background

This text has color #DFF0DB on black background.


Color preview on white background

This text has color #DFF0DB on white background.


Black color preview on #DFF0DB background

This text has black color on #DFF0DB background.


White color preview on #DFF0DB background

This text has white color on #DFF0DB background.


Related colors

Complementary color

Complementary color for #hex is #200F24.


I love getcolorcode.com

Triadic colors

1 #DBDFF0 and #F0DBDF with #DFF0DB are triadic colors.

2 #DBF0DF and #F0DFDB with #DFF0DB are triadic colors.