COLOR #FFE6DC

HEX: #FFE6DC
RGB: (255,230,220)

Color info

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

RGB color model

#FFE6DC color RGB value is (255,230,220).

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

RGB channels and saturation

R 255 of 255 = 100%
G 230 of 255 = 90%
B 220 of 255 = 86%

255
230
220

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

Portions of RGB colors in percentages

R + G + B =
255 + 230 + 220 = 705 (100%)
R 255 of 705 ~ 36.17%
G 230 of 705 ~ 32.62%
B 220 of 705 ~ 31.21%

%36.17
%32.62
%31.21

CMYK color model

#FFE6DC color CMYK value is (0,10,14,0).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 13.73%
  • key color value is 0.00%
CMYK:
(0,10,14,0)
C0M10Y14K0 
(0%,10%,14%,0%)
(0.00/0.10/0.14/0.00)	

CMYK percentages

%0
%9.8
%13.73
%0

Codes

Color #FFE6DC in popluar color models

FFE6DC
RGB255230220
HSL17°100.00%93.14%
HSB/HSV17°13.73%100.00%
CMYK0.00%9.80%13.73%
0.00%

Color #FFE6DC in popluar number systems.

HEXFFE6DC
Decimal255230220
Binary111111111110011011011100
Octal377346334

Shades and tints

Shades of #FFE6DC

#FFE6DC
(255,230,220)
#E8D2C8
(232,210,200)
#D1BEB4
(209,190,180)
#BAAAA0
(186,170,160)
#A3968C
(163,150,140)
#8C8278
(140,130,120)
#756E64
(117,110,100)
#5E5A50
(94,90,80)
#47463C
(71,70,60)
#303228
(48,50,40)
#191E14
(25,30,20)
#000000
(0,0,0)

Tints of #FFE6DC

#FFE6DC
(255,230,220)
#FFE8DF
(255,232,223)
#FFEAE2
(255,234,226)
#FFECE5
(255,236,229)
#FFEEE8
(255,238,232)
#FFF0EB
(255,240,235)
#FFF2EE
(255,242,238)
#FFF4F1
(255,244,241)
#FFF6F4
(255,246,244)
#FFF8F7
(255,248,247)
#FFFAFA
(255,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE6DC; }

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

This text font color is #FFE6DC.


Background Color

.myBgColor { background-color: #FFE6DC; }

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

This div background color is #FFE6DC.


Border color

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

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

This div border color is #FFE6DC.


Opacity

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

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

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

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

This text has shadow with #FFE6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE6DC on black background.


Color preview on white background

This text has color #FFE6DC on white background.



Black color preview on #FFE6DC background

This text has black color on #FFE6DC background.


White color preview on #FFE6DC background

This text has white color on #FFE6DC background.