COLOR #DFFBEC

HEX: #DFFBEC
RGB: (223,251,236)

Color info

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

RGB color model

#DFFBEC color RGB value is (223,251,236).

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

RGB channels and saturation

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

223
251
236

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

Portions of RGB colors in percentages

R + G + B =
223 + 251 + 236 = 710 (100%)
R 223 of 710 ~ 31.41%
G 251 of 710 ~ 35.35%
B 236 of 710 ~ 33.24%

%31.41
%35.35
%33.24

CMYK color model

#DFFBEC color CMYK value is (11,0,6,2).

  • cyan value is 11.16%
  • magenta value is 0.00%
  • yellow value is 5.98%
  • key color value is 1.57%
CMYK:
(11,0,6,2)
C11M0Y6K2 
(11%,0%,6%,2%)
(0.11/0.00/0.06/0.02)	

CMYK percentages

%11.16
%0
%5.98
%1.57

Codes

Color #DFFBEC in popluar color models

DFFBEC
RGB223251236
HSL148°77.78%92.94%
HSB/HSV148°11.16%98.43%
CMYK11.16%0.00%5.98%
1.57%

Color #DFFBEC in popluar number systems.

HEXDFFBEC
Decimal223251236
Binary110111111111101111101100
Octal337373354

Shades and tints

Shades of #DFFBEC

#DFFBEC
(223,251,236)
#CBE5D7
(203,229,215)
#B7CFC2
(183,207,194)
#A3B9AD
(163,185,173)
#8FA398
(143,163,152)
#7B8D83
(123,141,131)
#67776E
(103,119,110)
#536159
(83,97,89)
#3F4B44
(63,75,68)
#2B352F
(43,53,47)
#171F1A
(23,31,26)
#000000
(0,0,0)

Tints of #DFFBEC

#DFFBEC
(223,251,236)
#E1FBED
(225,251,237)
#E3FBEE
(227,251,238)
#E5FBEF
(229,251,239)
#E7FBF0
(231,251,240)
#E9FBF1
(233,251,241)
#EBFBF2
(235,251,242)
#EDFBF3
(237,251,243)
#EFFBF4
(239,251,244)
#F1FBF5
(241,251,245)
#F3FBF6
(243,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFFBEC; }

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

This text font color is #DFFBEC.


Background Color

.myBgColor { background-color: #DFFBEC; }

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

This div background color is #DFFBEC.


Border color

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

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

This div border color is #DFFBEC.


Opacity

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

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

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

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

This text has shadow with #DFFBEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFFBEC on black background.


Color preview on white background

This text has color #DFFBEC on white background.



Black color preview on #DFFBEC background

This text has black color on #DFFBEC background.


White color preview on #DFFBEC background

This text has white color on #DFFBEC background.