COLOR #DFFBE9

HEX: #DFFBE9
RGB: (223,251,233)

Color info

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

RGB color model

#DFFBE9 color RGB value is (223,251,233).

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

RGB channels and saturation

R 223 of 255 = 87%
G 251 of 255 = 98%
B 233 of 255 = 91%

223
251
233

R + G + B ~ 92%. #DFFBE9 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 251 + 233 = 707 (100%)
R 223 of 707 ~ 31.54%
G 251 of 707 ~ 35.5%
B 233 of 707 ~ 32.96%

%31.54
%35.5
%32.96

CMYK color model

#DFFBE9 color CMYK value is (11,0,7,2).

  • cyan value is 11.16%
  • magenta value is 0.00%
  • yellow value is 7.17%
  • key color value is 1.57%
CMYK:
(11,0,7,2)
C11M0Y7K2 
(11%,0%,7%,2%)
(0.11/0.00/0.07/0.02)	

CMYK percentages

%11.16
%0
%7.17
%1.57

Codes

Color #DFFBE9 in popluar color models

DFFBE9
RGB223251233
HSL141°77.78%92.94%
HSB/HSV141°11.16%98.43%
CMYK11.16%0.00%7.17%
1.57%

Color #DFFBE9 in popluar number systems.

HEXDFFBE9
Decimal223251233
Binary110111111111101111101001
Octal337373351

Shades and tints

Shades of #DFFBE9

#DFFBE9
(223,251,233)
#CBE5D4
(203,229,212)
#B7CFBF
(183,207,191)
#A3B9AA
(163,185,170)
#8FA395
(143,163,149)
#7B8D80
(123,141,128)
#67776B
(103,119,107)
#536156
(83,97,86)
#3F4B41
(63,75,65)
#2B352C
(43,53,44)
#171F17
(23,31,23)
#000000
(0,0,0)

Tints of #DFFBE9

#DFFBE9
(223,251,233)
#E1FBEB
(225,251,235)
#E3FBED
(227,251,237)
#E5FBEF
(229,251,239)
#E7FBF1
(231,251,241)
#E9FBF3
(233,251,243)
#EBFBF5
(235,251,245)
#EDFBF7
(237,251,247)
#EFFBF9
(239,251,249)
#F1FBFB
(241,251,251)
#F3FBFD
(243,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFFBE9; }

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

This text font color is #DFFBE9.


Background Color

.myBgColor { background-color: #DFFBE9; }

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

This div background color is #DFFBE9.


Border color

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

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

This div border color is #DFFBE9.


Opacity

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

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

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

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

This text has shadow with #DFFBE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFFBE9 on black background.


Color preview on white background

This text has color #DFFBE9 on white background.



Black color preview on #DFFBE9 background

This text has black color on #DFFBE9 background.


White color preview on #DFFBE9 background

This text has white color on #DFFBE9 background.