COLOR #DFF0EB

HEX: #DFF0EB RGB: (223,240,235)

Color info

#DFF0EB contains red, green and blue colors in about the same proportion. Web safe color of #DFF0EB is #CCFFFF (or #CFF).

RGB color model

#DFF0EB color RGB value is (223,240,235).

RGB: (223,240,235) (87%, 94%, 92%)

RGB channels and saturation

R 223 of 255 = 87%
G 240 of 255 = 94%
B 235 of 255 = 92%

223
240
235

R + G + B ~ 91%. #DFF0EB is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 240 + 235 = 698 (100%)
R 223 of 698 ~ 31.95%
G 240 of 698 ~ 34.38%
B 235 of 698 ~ 33.67'%

%31.95
%34.38
%33.67

CMYK color model

#DFF0EB color CMYK value is (7,0,2,6).

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

CMYK: (7,0,2,6)
C7M0Y2K6 (7%, 0%, 2%, 6%)
(0.07 / 0.00 / 0.02 / 0.06)

CMYK percentages

%7.08
%0
%2.08
%5.88

Codes

Color #DFF0EB in popluar color models

DF F0 EB
RGB 223 240 235
HSL 162° 36.17% 90.78%
HSB/HSV 162° 7.08% 94.12%
CMYK 7.08% 0.00% 2.08%
5.88%

Color #DFF0EB in popluar number systems.

HEX DF F0 EB
Decimal 223 240 235
Binary 11011111 11110000 11101011
Octal 337 360 353

Shades and tints

Shades of #DFF0EB

#DFF0EB
(223,240,235)
#CBDBD6
(203,219,214)
#B7C6C1
(183,198,193)
#A3B1AC
(163,177,172)
#8F9C97
(143,156,151)
#7B8782
(123,135,130)
#67726D
(103,114,109)
#535D58
(83,93,88)
#3F4843
(63,72,67)
#2B332E
(43,51,46)
#171E19
(23,30,25)
#000000
(0,0,0)

Tints of #DFF0EB

#DFF0EB
(223,240,235)
#E1F1EC
(225,241,236)
#E3F2ED
(227,242,237)
#E5F3EE
(229,243,238)
#E7F4EF
(231,244,239)
#E9F5F0
(233,245,240)
#EBF6F1
(235,246,241)
#EDF7F2
(237,247,242)
#EFF8F3
(239,248,243)
#F1F9F4
(241,249,244)
#F3FAF5
(243,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF0EB; }

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

This text font color is #DFF0EB.

Background Color

.myBgColor { background-color: #DFF0EB; }

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

This div background color is #DFF0EB.

Border color

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

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

This div border color is #DFF0EB.

Opacity

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

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

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

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

This text has shadow with #DFF0EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFF0EB.

Preview

Color preview on black background

This text has color #DFF0EB on black background.


Color preview on white background

This text has color #DFF0EB on white background.


Black color preview on #DFF0EB background

This text has black color on #DFF0EB background.


White color preview on #DFF0EB background

This text has white color on #DFF0EB background.


Related colors

Complementary color

Complementary color for #hex is #200F14.


I love getcolorcode.com

Triadic colors

1 #EBDFF0 and #F0EBDF with #DFF0EB are triadic colors.

2 #EBF0DF and #F0DFEB with #DFF0EB are triadic colors.