COLOR #FFE7D5

HEX: #FFE7D5
RGB: (255,231,213)

Color info

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

RGB color model

#FFE7D5 color RGB value is (255,231,213).

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

RGB channels and saturation

R 255 of 255 = 100%
G 231 of 255 = 91%
B 213 of 255 = 84%

255
231
213

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

Portions of RGB colors in percentages

R + G + B =
255 + 231 + 213 = 699 (100%)
R 255 of 699 ~ 36.48%
G 231 of 699 ~ 33.05%
B 213 of 699 ~ 30.47%

%36.48
%33.05
%30.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.41%
  • yellow value is 16.47%
  • 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
%9.41
%16.47
%0

Codes

Color #FFE7D5 in popluar color models

FFE7D5
RGB255231213
HSL26°100.00%91.76%
HSB/HSV26°16.47%100.00%
CMYK0.00%9.41%16.47%
0.00%

Color #FFE7D5 in popluar number systems.

HEXFFE7D5
Decimal255231213
Binary111111111110011111010101
Octal377347325

Shades and tints

Shades of #FFE7D5

#FFE7D5
(255,231,213)
#E8D2C2
(232,210,194)
#D1BDAF
(209,189,175)
#BAA89C
(186,168,156)
#A39389
(163,147,137)
#8C7E76
(140,126,118)
#756963
(117,105,99)
#5E5450
(94,84,80)
#473F3D
(71,63,61)
#302A2A
(48,42,42)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #FFE7D5

#FFE7D5
(255,231,213)
#FFE9D8
(255,233,216)
#FFEBDB
(255,235,219)
#FFEDDE
(255,237,222)
#FFEFE1
(255,239,225)
#FFF1E4
(255,241,228)
#FFF3E7
(255,243,231)
#FFF5EA
(255,245,234)
#FFF7ED
(255,247,237)
#FFF9F0
(255,249,240)
#FFFBF3
(255,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE7D5 color. Also use rgb(255,231,213) instead hex code.

Text Font Color

.myTextColor { color: #FFE7D5; }

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

This text font color is #FFE7D5.


Background Color

.myBgColor { background-color: #FFE7D5; }

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

This div background color is #FFE7D5.


Border color

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

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

This div border color is #FFE7D5.


Opacity

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

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

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

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

This text has shadow with #FFE7D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE7D5 on black background.


Color preview on white background

This text has color #FFE7D5 on white background.



Black color preview on #FFE7D5 background

This text has black color on #FFE7D5 background.


White color preview on #FFE7D5 background

This text has white color on #FFE7D5 background.