COLOR #DFEFE9

HEX: #DFEFE9
RGB: (223,239,233)

Color info

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

RGB color model

#DFEFE9 color RGB value is (223,239,233).

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

RGB channels and saturation

R 223 of 255 = 87%
G 239 of 255 = 94%
B 233 of 255 = 91%

223
239
233

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

Portions of RGB colors in percentages

R + G + B =
223 + 239 + 233 = 695 (100%)
R 223 of 695 ~ 32.09%
G 239 of 695 ~ 34.39%
B 233 of 695 ~ 33.53%

%32.09
%34.39
%33.53

CMYK color model

#DFEFE9 color CMYK value is (7,0,3,6).

  • cyan value is 6.69%
  • magenta value is 0.00%
  • yellow value is 2.51%
  • key color value is 6.27%
CMYK:
(7,0,3,6)
C7M0Y3K6 
(7%,0%,3%,6%)
(0.07/0.00/0.03/0.06)	

CMYK percentages

%6.69
%0
%2.51
%6.27

Codes

Color #DFEFE9 in popluar color models

DFEFE9
RGB223239233
HSL158°33.33%90.59%
HSB/HSV158°6.69%93.73%
CMYK6.69%0.00%2.51%
6.27%

Color #DFEFE9 in popluar number systems.

HEXDFEFE9
Decimal223239233
Binary110111111110111111101001
Octal337357351

Shades and tints

Shades of #DFEFE9

#DFEFE9
(223,239,233)
#CBDAD4
(203,218,212)
#B7C5BF
(183,197,191)
#A3B0AA
(163,176,170)
#8F9B95
(143,155,149)
#7B8680
(123,134,128)
#67716B
(103,113,107)
#535C56
(83,92,86)
#3F4741
(63,71,65)
#2B322C
(43,50,44)
#171D17
(23,29,23)
#000000
(0,0,0)

Tints of #DFEFE9

#DFEFE9
(223,239,233)
#E1F0EB
(225,240,235)
#E3F1ED
(227,241,237)
#E5F2EF
(229,242,239)
#E7F3F1
(231,243,241)
#E9F4F3
(233,244,243)
#EBF5F5
(235,245,245)
#EDF6F7
(237,246,247)
#EFF7F9
(239,247,249)
#F1F8FB
(241,248,251)
#F3F9FD
(243,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEFE9; }

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

This text font color is #DFEFE9.


Background Color

.myBgColor { background-color: #DFEFE9; }

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

This div background color is #DFEFE9.


Border color

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

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

This div border color is #DFEFE9.


Opacity

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

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

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

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

This text has shadow with #DFEFE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEFE9 on black background.


Color preview on white background

This text has color #DFEFE9 on white background.



Black color preview on #DFEFE9 background

This text has black color on #DFEFE9 background.


White color preview on #DFEFE9 background

This text has white color on #DFEFE9 background.