COLOR #FFE6D3

HEX: #FFE6D3
RGB: (255,230,211)

Color info

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

RGB color model

#FFE6D3 color RGB value is (255,230,211).

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

RGB channels and saturation

R 255 of 255 = 100%
G 230 of 255 = 90%
B 211 of 255 = 83%

255
230
211

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

Portions of RGB colors in percentages

R + G + B =
255 + 230 + 211 = 696 (100%)
R 255 of 696 ~ 36.64%
G 230 of 696 ~ 33.05%
B 211 of 696 ~ 30.32%

%36.64
%33.05
%30.32

CMYK color model

#FFE6D3 color CMYK value is (0,10,17,0).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 17.25%
  • key color value is 0.00%
CMYK:
(0,10,17,0)
C0M10Y17K0 
(0%,10%,17%,0%)
(0.00/0.10/0.17/0.00)	

CMYK percentages

%0
%9.8
%17.25
%0

Codes

Color #FFE6D3 in popluar color models

FFE6D3
RGB255230211
HSL26°100.00%91.37%
HSB/HSV26°17.25%100.00%
CMYK0.00%9.80%17.25%
0.00%

Color #FFE6D3 in popluar number systems.

HEXFFE6D3
Decimal255230211
Binary111111111110011011010011
Octal377346323

Shades and tints

Shades of #FFE6D3

#FFE6D3
(255,230,211)
#E8D2C0
(232,210,192)
#D1BEAD
(209,190,173)
#BAAA9A
(186,170,154)
#A39687
(163,150,135)
#8C8274
(140,130,116)
#756E61
(117,110,97)
#5E5A4E
(94,90,78)
#47463B
(71,70,59)
#303228
(48,50,40)
#191E15
(25,30,21)
#000000
(0,0,0)

Tints of #FFE6D3

#FFE6D3
(255,230,211)
#FFE8D7
(255,232,215)
#FFEADB
(255,234,219)
#FFECDF
(255,236,223)
#FFEEE3
(255,238,227)
#FFF0E7
(255,240,231)
#FFF2EB
(255,242,235)
#FFF4EF
(255,244,239)
#FFF6F3
(255,246,243)
#FFF8F7
(255,248,247)
#FFFAFB
(255,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE6D3; }

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

This text font color is #FFE6D3.


Background Color

.myBgColor { background-color: #FFE6D3; }

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

This div background color is #FFE6D3.


Border color

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

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

This div border color is #FFE6D3.


Opacity

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

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

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

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

This text has shadow with #FFE6D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE6D3 on black background.


Color preview on white background

This text has color #FFE6D3 on white background.



Black color preview on #FFE6D3 background

This text has black color on #FFE6D3 background.


White color preview on #FFE6D3 background

This text has white color on #FFE6D3 background.