COLOR #FFE9D4

HEX: #FFE9D4 RGB: (255,233,212)

Color info

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

RGB color model

#FFE9D4 color RGB value is (255,233,212).

RGB: (255,233,212) (100%, 91%, 83%)

RGB channels and saturation

R 255 of 255 = 100%
G 233 of 255 = 91%
B 212 of 255 = 83%

255
233
212

R + G + B ~ 91%. #FFE9D4 is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 233 + 212 = 700 (100%)
R 255 of 700 ~ 36.43%
G 233 of 700 ~ 33.29%
B 212 of 700 ~ 30.29'%

%36.43
%33.29
%30.29

CMYK color model

#FFE9D4 color CMYK value is (0,9,17,0).

  • cyan value is 0.00%
  • magenta value is 8.63%
  • yellow value is 16.86%
  • key color value is 0.00%

CMYK: (0,9,17,0)
C0M9Y17K0 (0%, 9%, 17%, 0%)
(0.00 / 0.09 / 0.17 / 0.00)

CMYK percentages

%0
%8.63
%16.86
%0

Codes

Color #FFE9D4 in popluar color models

FF E9 D4
RGB 255 233 212
HSL 29° 100.00% 91.57%
HSB/HSV 29° 16.86% 100.00%
CMYK 0.00% 8.63% 16.86%
0.00%

Color #FFE9D4 in popluar number systems.

HEX FF E9 D4
Decimal 255 233 212
Binary 11111111 11101001 11010100
Octal 377 351 324

Shades and tints

Shades of #FFE9D4

#FFE9D4
(255,233,212)
#E8D4C1
(232,212,193)
#D1BFAE
(209,191,174)
#BAAA9B
(186,170,155)
#A39588
(163,149,136)
#8C8075
(140,128,117)
#756B62
(117,107,98)
#5E564F
(94,86,79)
#47413C
(71,65,60)
#302C29
(48,44,41)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #FFE9D4

#FFE9D4
(255,233,212)
#FFEBD7
(255,235,215)
#FFEDDA
(255,237,218)
#FFEFDD
(255,239,221)
#FFF1E0
(255,241,224)
#FFF3E3
(255,243,227)
#FFF5E6
(255,245,230)
#FFF7E9
(255,247,233)
#FFF9EC
(255,249,236)
#FFFBEF
(255,251,239)
#FFFDF2
(255,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE9D4; }

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

This text font color is #FFE9D4.

Background Color

.myBgColor { background-color: #FFE9D4; }

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

This div background color is #FFE9D4.

Border color

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

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

This div border color is #FFE9D4.

Opacity

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

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

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

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

This text has shadow with #FFE9D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFE9D4.

Preview

Color preview on black background

This text has color #FFE9D4 on black background.


Color preview on white background

This text has color #FFE9D4 on white background.


Black color preview on #FFE9D4 background

This text has black color on #FFE9D4 background.


White color preview on #FFE9D4 background

This text has white color on #FFE9D4 background.


Related colors

Complementary color

Complementary color for #hex is #00162B.


I love getcolorcode.com

Triadic colors

1 #D4FFE9 and #E9D4FF with #FFE9D4 are triadic colors.

2 #D4E9FF and #E9FFD4 with #FFE9D4 are triadic colors.