COLOR #FFEFDF

HEX: #FFEFDF
RGB: (255,239,223)

Color info

#FFEFDF contains red, green and blue colors in about the same proportion. Web safe color of #FFEFDF is #FFFFCC (or #FFC).

RGB color model

#FFEFDF color RGB value is (255,239,223).

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

RGB channels and saturation

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

255
239
223

R + G + B ~ 94%. #FFEFDF is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 239 + 223 = 717 (100%)
R 255 of 717 ~ 35.56%
G 239 of 717 ~ 33.33%
B 223 of 717 ~ 31.1%

%35.56
%33.33
%31.1

CMYK color model

#FFEFDF color CMYK value is (0,6,13,0).

  • cyan value is 0.00%
  • magenta value is 6.27%
  • yellow value is 12.55%
  • key color value is 0.00%
CMYK:
(0,6,13,0)
C0M6Y13K0 
(0%,6%,13%,0%)
(0.00/0.06/0.13/0.00)	

CMYK percentages

%0
%6.27
%12.55
%0

Codes

Color #FFEFDF in popluar color models

FFEFDF
RGB255239223
HSL30°100.00%93.73%
HSB/HSV30°12.55%100.00%
CMYK0.00%6.27%12.55%
0.00%

Color #FFEFDF in popluar number systems.

HEXFFEFDF
Decimal255239223
Binary111111111110111111011111
Octal377357337

Shades and tints

Shades of #FFEFDF

#FFEFDF
(255,239,223)
#E8DACB
(232,218,203)
#D1C5B7
(209,197,183)
#BAB0A3
(186,176,163)
#A39B8F
(163,155,143)
#8C867B
(140,134,123)
#757167
(117,113,103)
#5E5C53
(94,92,83)
#47473F
(71,71,63)
#30322B
(48,50,43)
#191D17
(25,29,23)
#000000
(0,0,0)

Tints of #FFEFDF

#FFEFDF
(255,239,223)
#FFF0E1
(255,240,225)
#FFF1E3
(255,241,227)
#FFF2E5
(255,242,229)
#FFF3E7
(255,243,231)
#FFF4E9
(255,244,233)
#FFF5EB
(255,245,235)
#FFF6ED
(255,246,237)
#FFF7EF
(255,247,239)
#FFF8F1
(255,248,241)
#FFF9F3
(255,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFEFDF; }

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

This text font color is #FFEFDF.


Background Color

.myBgColor { background-color: #FFEFDF; }

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

This div background color is #FFEFDF.


Border color

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

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

This div border color is #FFEFDF.


Opacity

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

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

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

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

This text has shadow with #FFEFDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFEFDF on black background.


Color preview on white background

This text has color #FFEFDF on white background.



Black color preview on #FFEFDF background

This text has black color on #FFEFDF background.


White color preview on #FFEFDF background

This text has white color on #FFEFDF background.