COLOR #DFFBEE

HEX: #DFFBEE
RGB: (223,251,238)

Color info

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

RGB color model

#DFFBEE color RGB value is (223,251,238).

  • red value is 223;
  • green value is 251;
  • blue value is 238.
RGB:
(223,251,238)
(87%,98%,93%)

RGB channels and saturation

R 223 of 255 = 87%
G 251 of 255 = 98%
B 238 of 255 = 93%

223
251
238

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

Portions of RGB colors in percentages

R + G + B =
223 + 251 + 238 = 712 (100%)
R 223 of 712 ~ 31.32%
G 251 of 712 ~ 35.25%
B 238 of 712 ~ 33.43%

%31.32
%35.25
%33.43

CMYK color model

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

  • cyan value is 11.16%
  • magenta value is 0.00%
  • yellow value is 5.18%
  • 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
%5.18
%1.57

Codes

Color #DFFBEE in popluar color models

DFFBEE
RGB223251238
HSL152°77.78%92.94%
HSB/HSV152°11.16%98.43%
CMYK11.16%0.00%5.18%
1.57%

Color #DFFBEE in popluar number systems.

HEXDFFBEE
Decimal223251238
Binary110111111111101111101110
Octal337373356

Shades and tints

Shades of #DFFBEE

#DFFBEE
(223,251,238)
#CBE5D9
(203,229,217)
#B7CFC4
(183,207,196)
#A3B9AF
(163,185,175)
#8FA39A
(143,163,154)
#7B8D85
(123,141,133)
#677770
(103,119,112)
#53615B
(83,97,91)
#3F4B46
(63,75,70)
#2B3531
(43,53,49)
#171F1C
(23,31,28)
#000000
(0,0,0)

Tints of #DFFBEE

#DFFBEE
(223,251,238)
#E1FBEF
(225,251,239)
#E3FBF0
(227,251,240)
#E5FBF1
(229,251,241)
#E7FBF2
(231,251,242)
#E9FBF3
(233,251,243)
#EBFBF4
(235,251,244)
#EDFBF5
(237,251,245)
#EFFBF6
(239,251,246)
#F1FBF7
(241,251,247)
#F3FBF8
(243,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFFBEE; }

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

This text font color is #DFFBEE.


Background Color

.myBgColor { background-color: #DFFBEE; }

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

This div background color is #DFFBEE.


Border color

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

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

This div border color is #DFFBEE.


Opacity

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

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

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

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

This text has shadow with #DFFBEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFFBEE on black background.


Color preview on white background

This text has color #DFFBEE on white background.



Black color preview on #DFFBEE background

This text has black color on #DFFBEE background.


White color preview on #DFFBEE background

This text has white color on #DFFBEE background.