COLOR #DFEFEF

HEX: #DFEFEF
RGB: (223,239,239)

Color info

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

RGB color model

#DFEFEF color RGB value is (223,239,239).

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

RGB channels and saturation

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

223
239
239

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

Portions of RGB colors in percentages

R + G + B =
223 + 239 + 239 = 701 (100%)
R 223 of 701 ~ 31.81%
G 239 of 701 ~ 34.09%
B 239 of 701 ~ 34.09%

%31.81
%34.09
%34.09

CMYK color model

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

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

CMYK percentages

%6.69
%0
%0
%6.27

Codes

Color #DFEFEF in popluar color models

DFEFEF
RGB223239239
HSL180°33.33%90.59%
HSB/HSV180°6.69%93.73%
CMYK6.69%0.00%0.00%
6.27%

Color #DFEFEF in popluar number systems.

HEXDFEFEF
Decimal223239239
Binary110111111110111111101111
Octal337357357

Shades and tints

Shades of #DFEFEF

#DFEFEF
(223,239,239)
#CBDADA
(203,218,218)
#B7C5C5
(183,197,197)
#A3B0B0
(163,176,176)
#8F9B9B
(143,155,155)
#7B8686
(123,134,134)
#677171
(103,113,113)
#535C5C
(83,92,92)
#3F4747
(63,71,71)
#2B3232
(43,50,50)
#171D1D
(23,29,29)
#000000
(0,0,0)

Tints of #DFEFEF

#DFEFEF
(223,239,239)
#E1F0F0
(225,240,240)
#E3F1F1
(227,241,241)
#E5F2F2
(229,242,242)
#E7F3F3
(231,243,243)
#E9F4F4
(233,244,244)
#EBF5F5
(235,245,245)
#EDF6F6
(237,246,246)
#EFF7F7
(239,247,247)
#F1F8F8
(241,248,248)
#F3F9F9
(243,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEFEF; }

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

This text font color is #DFEFEF.


Background Color

.myBgColor { background-color: #DFEFEF; }

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

This div background color is #DFEFEF.


Border color

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

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

This div border color is #DFEFEF.


Opacity

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

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

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

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

This text has shadow with #DFEFEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEFEF on black background.


Color preview on white background

This text has color #DFEFEF on white background.



Black color preview on #DFEFEF background

This text has black color on #DFEFEF background.


White color preview on #DFEFEF background

This text has white color on #DFEFEF background.