COLOR #FFE9D7

HEX: #FFE9D7
RGB: (255,233,215)

Color info

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

RGB color model

#FFE9D7 color RGB value is (255,233,215).

  • red value is 255;
  • green value is 233;
  • blue value is 215.
RGB:
(255,233,215)
(100%,91%,84%)

RGB channels and saturation

R 255 of 255 = 100%
G 233 of 255 = 91%
B 215 of 255 = 84%

255
233
215

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

Portions of RGB colors in percentages

R + G + B =
255 + 233 + 215 = 703 (100%)
R 255 of 703 ~ 36.27%
G 233 of 703 ~ 33.14%
B 215 of 703 ~ 30.58%

%36.27
%33.14
%30.58

CMYK color model

#FFE9D7 color CMYK value is (0,9,16,0).

  • cyan value is 0.00%
  • magenta value is 8.63%
  • yellow value is 15.69%
  • key color value is 0.00%
CMYK:
(0,9,16,0)
C0M9Y16K0 
(0%,9%,16%,0%)
(0.00/0.09/0.16/0.00)	

CMYK percentages

%0
%8.63
%15.69
%0

Codes

Color #FFE9D7 in popluar color models

FFE9D7
RGB255233215
HSL27°100.00%92.16%
HSB/HSV27°15.69%100.00%
CMYK0.00%8.63%15.69%
0.00%

Color #FFE9D7 in popluar number systems.

HEXFFE9D7
Decimal255233215
Binary111111111110100111010111
Octal377351327

Shades and tints

Shades of #FFE9D7

#FFE9D7
(255,233,215)
#E8D4C4
(232,212,196)
#D1BFB1
(209,191,177)
#BAAA9E
(186,170,158)
#A3958B
(163,149,139)
#8C8078
(140,128,120)
#756B65
(117,107,101)
#5E5652
(94,86,82)
#47413F
(71,65,63)
#302C2C
(48,44,44)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #FFE9D7

#FFE9D7
(255,233,215)
#FFEBDA
(255,235,218)
#FFEDDD
(255,237,221)
#FFEFE0
(255,239,224)
#FFF1E3
(255,241,227)
#FFF3E6
(255,243,230)
#FFF5E9
(255,245,233)
#FFF7EC
(255,247,236)
#FFF9EF
(255,249,239)
#FFFBF2
(255,251,242)
#FFFDF5
(255,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE9D7 color. Also use rgb(255,233,215) instead hex code.

Text Font Color

.myTextColor { color: #FFE9D7; }

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

This text font color is #FFE9D7.


Background Color

.myBgColor { background-color: #FFE9D7; }

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

This div background color is #FFE9D7.


Border color

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

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

This div border color is #FFE9D7.


Opacity

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

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

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

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

This text has shadow with #FFE9D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE9D7 on black background.


Color preview on white background

This text has color #FFE9D7 on white background.



Black color preview on #FFE9D7 background

This text has black color on #FFE9D7 background.


White color preview on #FFE9D7 background

This text has white color on #FFE9D7 background.