COLOR #DFEFD7

HEX: #DFEFD7
RGB: (223,239,215)

Color info

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

RGB color model

#DFEFD7 color RGB value is (223,239,215).

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

RGB channels and saturation

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

223
239
215

R + G + B ~ 88%. #DFEFD7 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 239 + 215 = 677 (100%)
R 223 of 677 ~ 32.94%
G 239 of 677 ~ 35.3%
B 215 of 677 ~ 31.76%

%32.94
%35.3
%31.76

CMYK color model

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

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

CMYK percentages

%6.69
%0
%10.04
%6.27

Codes

Color #DFEFD7 in popluar color models

DFEFD7
RGB223239215
HSL100°42.86%89.02%
HSB/HSV100°10.04%93.73%
CMYK6.69%0.00%10.04%
6.27%

Color #DFEFD7 in popluar number systems.

HEXDFEFD7
Decimal223239215
Binary110111111110111111010111
Octal337357327

Shades and tints

Shades of #DFEFD7

#DFEFD7
(223,239,215)
#CBDAC4
(203,218,196)
#B7C5B1
(183,197,177)
#A3B09E
(163,176,158)
#8F9B8B
(143,155,139)
#7B8678
(123,134,120)
#677165
(103,113,101)
#535C52
(83,92,82)
#3F473F
(63,71,63)
#2B322C
(43,50,44)
#171D19
(23,29,25)
#000000
(0,0,0)

Tints of #DFEFD7

#DFEFD7
(223,239,215)
#E1F0DA
(225,240,218)
#E3F1DD
(227,241,221)
#E5F2E0
(229,242,224)
#E7F3E3
(231,243,227)
#E9F4E6
(233,244,230)
#EBF5E9
(235,245,233)
#EDF6EC
(237,246,236)
#EFF7EF
(239,247,239)
#F1F8F2
(241,248,242)
#F3F9F5
(243,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEFD7; }

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

This text font color is #DFEFD7.


Background Color

.myBgColor { background-color: #DFEFD7; }

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

This div background color is #DFEFD7.


Border color

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

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

This div border color is #DFEFD7.


Opacity

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

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

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

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

This text has shadow with #DFEFD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEFD7 on black background.


Color preview on white background

This text has color #DFEFD7 on white background.



Black color preview on #DFEFD7 background

This text has black color on #DFEFD7 background.


White color preview on #DFEFD7 background

This text has white color on #DFEFD7 background.