COLOR #DFEFDF

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

Color info

#DFEFDF contains red, green and blue colors in about the same proportion. Web safe color of #DFEFDF is #CCFFCC (or #CFC).

RGB color model

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

RGB: (223,239,223) (87%, 94%, 87%)

RGB channels and saturation

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

223
239
223

R + G + B ~ 89%. #DFEFDF is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 239 + 223 = 685 (100%)
R 223 of 685 ~ 32.55%
G 239 of 685 ~ 34.89%
B 223 of 685 ~ 32.55'%

%32.55
%34.89
%32.55

CMYK color model

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

  • cyan value is 6.69%
  • magenta value is 0.00%
  • yellow value is 6.69%
  • key color value is 6.27%

CMYK: (7,0,7,6)
C7M0Y7K6 (7%, 0%, 7%, 6%)
(0.07 / 0.00 / 0.07 / 0.06)

CMYK percentages

%6.69
%0
%6.69
%6.27

Codes

Color #DFEFDF in popluar color models

DF EF DF
RGB 223 239 223
HSL 120° 33.33% 90.59%
HSB/HSV 120° 6.69% 93.73%
CMYK 6.69% 0.00% 6.69%
6.27%

Color #DFEFDF in popluar number systems.

HEX DF EF DF
Decimal 223 239 223
Binary 11011111 11101111 11011111
Octal 337 357 337

Shades and tints

Shades of #DFEFDF

#DFEFDF
(223,239,223)
#CBDACB
(203,218,203)
#B7C5B7
(183,197,183)
#A3B0A3
(163,176,163)
#8F9B8F
(143,155,143)
#7B867B
(123,134,123)
#677167
(103,113,103)
#535C53
(83,92,83)
#3F473F
(63,71,63)
#2B322B
(43,50,43)
#171D17
(23,29,23)
#000000
(0,0,0)

Tints of #DFEFDF

#DFEFDF
(223,239,223)
#E1F0E1
(225,240,225)
#E3F1E3
(227,241,227)
#E5F2E5
(229,242,229)
#E7F3E7
(231,243,231)
#E9F4E9
(233,244,233)
#EBF5EB
(235,245,235)
#EDF6ED
(237,246,237)
#EFF7EF
(239,247,239)
#F1F8F1
(241,248,241)
#F3F9F3
(243,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEFDF; }

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

This text font color is #DFEFDF.

Background Color

.myBgColor { background-color: #DFEFDF; }

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

This div background color is #DFEFDF.

Border color

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

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

This div border color is #DFEFDF.

Opacity

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

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

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

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

This text has shadow with #DFEFDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFEFDF.

Preview

Color preview on black background

This text has color #DFEFDF on black background.


Color preview on white background

This text has color #DFEFDF on white background.


Black color preview on #DFEFDF background

This text has black color on #DFEFDF background.


White color preview on #DFEFDF background

This text has white color on #DFEFDF background.


Related colors

Complementary color

Complementary color for #hex is #201020.


I love getcolorcode.com

Triadic colors

1 #DFDFEF and #EFDFDF with #DFEFDF are triadic colors.

2 #DFEFDF and #EFDFDF with #DFEFDF are triadic colors.