COLOR #FFE6D1

HEX: #FFE6D1
RGB: (255,230,209)

Color info

#FFE6D1 contains red, green and blue colors in about the same proportion. Web safe color of #FFE6D1 is #FFCCCC (or #FCC).

RGB color model

#FFE6D1 color RGB value is (255,230,209).

  • red value is 255;
  • green value is 230;
  • blue value is 209.
RGB:
(255,230,209)
(100%,90%,82%)

RGB channels and saturation

R 255 of 255 = 100%
G 230 of 255 = 90%
B 209 of 255 = 82%

255
230
209

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

Portions of RGB colors in percentages

R + G + B =
255 + 230 + 209 = 694 (100%)
R 255 of 694 ~ 36.74%
G 230 of 694 ~ 33.14%
B 209 of 694 ~ 30.12%

%36.74
%33.14
%30.12

CMYK color model

#FFE6D1 color CMYK value is (0,10,18,0).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 18.04%
  • key color value is 0.00%
CMYK:
(0,10,18,0)
C0M10Y18K0 
(0%,10%,18%,0%)
(0.00/0.10/0.18/0.00)	

CMYK percentages

%0
%9.8
%18.04
%0

Codes

Color #FFE6D1 in popluar color models

FFE6D1
RGB255230209
HSL27°100.00%90.98%
HSB/HSV27°18.04%100.00%
CMYK0.00%9.80%18.04%
0.00%

Color #FFE6D1 in popluar number systems.

HEXFFE6D1
Decimal255230209
Binary111111111110011011010001
Octal377346321

Shades and tints

Shades of #FFE6D1

#FFE6D1
(255,230,209)
#E8D2BE
(232,210,190)
#D1BEAB
(209,190,171)
#BAAA98
(186,170,152)
#A39685
(163,150,133)
#8C8272
(140,130,114)
#756E5F
(117,110,95)
#5E5A4C
(94,90,76)
#474639
(71,70,57)
#303226
(48,50,38)
#191E13
(25,30,19)
#000000
(0,0,0)

Tints of #FFE6D1

#FFE6D1
(255,230,209)
#FFE8D5
(255,232,213)
#FFEAD9
(255,234,217)
#FFECDD
(255,236,221)
#FFEEE1
(255,238,225)
#FFF0E5
(255,240,229)
#FFF2E9
(255,242,233)
#FFF4ED
(255,244,237)
#FFF6F1
(255,246,241)
#FFF8F5
(255,248,245)
#FFFAF9
(255,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE6D1 color. Also use rgb(255,230,209) instead hex code.

Text Font Color

.myTextColor { color: #FFE6D1; }

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

This text font color is #FFE6D1.


Background Color

.myBgColor { background-color: #FFE6D1; }

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

This div background color is #FFE6D1.


Border color

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

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

This div border color is #FFE6D1.


Opacity

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

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

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

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

This text has shadow with #FFE6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE6D1 on black background.


Color preview on white background

This text has color #FFE6D1 on white background.



Black color preview on #FFE6D1 background

This text has black color on #FFE6D1 background.


White color preview on #FFE6D1 background

This text has white color on #FFE6D1 background.