COLOR #FFE6CF

HEX: #FFE6CF
RGB: (255,230,207)

Color info

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

RGB color model

#FFE6CF color RGB value is (255,230,207).

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

RGB channels and saturation

R 255 of 255 = 100%
G 230 of 255 = 90%
B 207 of 255 = 81%

255
230
207

R + G + B ~ 90%. #FFE6CF is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 230 + 207 = 692 (100%)
R 255 of 692 ~ 36.85%
G 230 of 692 ~ 33.24%
B 207 of 692 ~ 29.91%

%36.85
%33.24
%29.91

CMYK color model

#FFE6CF color CMYK value is (0,10,19,0).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 18.82%
  • key color value is 0.00%
CMYK:
(0,10,19,0)
C0M10Y19K0 
(0%,10%,19%,0%)
(0.00/0.10/0.19/0.00)	

CMYK percentages

%0
%9.8
%18.82
%0

Codes

Color #FFE6CF in popluar color models

FFE6CF
RGB255230207
HSL29°100.00%90.59%
HSB/HSV29°18.82%100.00%
CMYK0.00%9.80%18.82%
0.00%

Color #FFE6CF in popluar number systems.

HEXFFE6CF
Decimal255230207
Binary111111111110011011001111
Octal377346317

Shades and tints

Shades of #FFE6CF

#FFE6CF
(255,230,207)
#E8D2BD
(232,210,189)
#D1BEAB
(209,190,171)
#BAAA99
(186,170,153)
#A39687
(163,150,135)
#8C8275
(140,130,117)
#756E63
(117,110,99)
#5E5A51
(94,90,81)
#47463F
(71,70,63)
#30322D
(48,50,45)
#191E1B
(25,30,27)
#000000
(0,0,0)

Tints of #FFE6CF

#FFE6CF
(255,230,207)
#FFE8D3
(255,232,211)
#FFEAD7
(255,234,215)
#FFECDB
(255,236,219)
#FFEEDF
(255,238,223)
#FFF0E3
(255,240,227)
#FFF2E7
(255,242,231)
#FFF4EB
(255,244,235)
#FFF6EF
(255,246,239)
#FFF8F3
(255,248,243)
#FFFAF7
(255,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE6CF; }

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

This text font color is #FFE6CF.


Background Color

.myBgColor { background-color: #FFE6CF; }

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

This div background color is #FFE6CF.


Border color

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

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

This div border color is #FFE6CF.


Opacity

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

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

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

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

This text has shadow with #FFE6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE6CF on black background.


Color preview on white background

This text has color #FFE6CF on white background.



Black color preview on #FFE6CF background

This text has black color on #FFE6CF background.


White color preview on #FFE6CF background

This text has white color on #FFE6CF background.