COLOR #DFFBEF

HEX: #DFFBEF RGB: (223,251,239)

Color info

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

RGB color model

#DFFBEF color RGB value is (223,251,239).

RGB: (223,251,239) (87%, 98%, 94%)

RGB channels and saturation

R 223 of 255 = 87%
G 251 of 255 = 98%
B 239 of 255 = 94%

223
251
239

R + G + B ~ 93%. #DFFBEF is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 251 + 239 = 713 (100%)
R 223 of 713 ~ 31.28%
G 251 of 713 ~ 35.2%
B 239 of 713 ~ 33.52'%

%31.28
%35.2
%33.52

CMYK color model

#DFFBEF color CMYK value is (11,0,5,2).

  • cyan value is 11.16%
  • magenta value is 0.00%
  • yellow value is 4.78%
  • key color value is 1.57%

CMYK: (11,0,5,2)
C11M0Y5K2 (11%, 0%, 5%, 2%)
(0.11 / 0.00 / 0.05 / 0.02)

CMYK percentages

%11.16
%0
%4.78
%1.57

Codes

Color #DFFBEF in popluar color models

DF FB EF
RGB 223 251 239
HSL 154° 77.78% 92.94%
HSB/HSV 154° 11.16% 98.43%
CMYK 11.16% 0.00% 4.78%
1.57%

Color #DFFBEF in popluar number systems.

HEX DF FB EF
Decimal 223 251 239
Binary 11011111 11111011 11101111
Octal 337 373 357

Shades and tints

Shades of #DFFBEF

#DFFBEF
(223,251,239)
#CBE5DA
(203,229,218)
#B7CFC5
(183,207,197)
#A3B9B0
(163,185,176)
#8FA39B
(143,163,155)
#7B8D86
(123,141,134)
#677771
(103,119,113)
#53615C
(83,97,92)
#3F4B47
(63,75,71)
#2B3532
(43,53,50)
#171F1D
(23,31,29)
#000000
(0,0,0)

Tints of #DFFBEF

#DFFBEF
(223,251,239)
#E1FBF0
(225,251,240)
#E3FBF1
(227,251,241)
#E5FBF2
(229,251,242)
#E7FBF3
(231,251,243)
#E9FBF4
(233,251,244)
#EBFBF5
(235,251,245)
#EDFBF6
(237,251,246)
#EFFBF7
(239,251,247)
#F1FBF8
(241,251,248)
#F3FBF9
(243,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFFBEF; }

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

This text font color is #DFFBEF.

Background Color

.myBgColor { background-color: #DFFBEF; }

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

This div background color is #DFFBEF.

Border color

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

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

This div border color is #DFFBEF.

Opacity

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

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

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

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

This text has shadow with #DFFBEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFFBEF.

Preview

Color preview on black background

This text has color #DFFBEF on black background.


Color preview on white background

This text has color #DFFBEF on white background.


Black color preview on #DFFBEF background

This text has black color on #DFFBEF background.


White color preview on #DFFBEF background

This text has white color on #DFFBEF background.


Related colors

Complementary color

Complementary color for #hex is #200410.


I love getcolorcode.com

Triadic colors

1 #EFDFFB and #FBEFDF with #DFFBEF are triadic colors.

2 #EFFBDF and #FBDFEF with #DFFBEF are triadic colors.