COLOR #F6E8CF

HEX: #F6E8CF
RGB: (246,232,207)

Color info

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

RGB color model

#F6E8CF color RGB value is (246,232,207).

  • red value is 246;
  • green value is 232;
  • blue value is 207.
RGB:
(246,232,207)
(96%,91%,81%)

RGB channels and saturation

R 246 of 255 = 96%
G 232 of 255 = 91%
B 207 of 255 = 81%

246
232
207

R + G + B ~ 89%. #F6E8CF is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 232 + 207 = 685 (100%)
R 246 of 685 ~ 35.91%
G 232 of 685 ~ 33.87%
B 207 of 685 ~ 30.22%

%35.91
%33.87
%30.22

CMYK color model

#F6E8CF color CMYK value is (0,6,16,4).

  • cyan value is 0.00%
  • magenta value is 5.69%
  • yellow value is 15.85%
  • key color value is 3.53%
CMYK:
(0,6,16,4)
C0M6Y16K4 
(0%,6%,16%,4%)
(0.00/0.06/0.16/0.04)	

CMYK percentages

%0
%5.69
%15.85
%3.53

Codes

Color #F6E8CF in popluar color models

F6E8CF
RGB246232207
HSL38°68.42%88.82%
HSB/HSV38°15.85%96.47%
CMYK0.00%5.69%15.85%
3.53%

Color #F6E8CF in popluar number systems.

HEXF6E8CF
Decimal246232207
Binary111101101110100011001111
Octal366350317

Shades and tints

Shades of #F6E8CF

#F6E8CF
(246,232,207)
#E0D3BD
(224,211,189)
#CABEAB
(202,190,171)
#B4A999
(180,169,153)
#9E9487
(158,148,135)
#887F75
(136,127,117)
#726A63
(114,106,99)
#5C5551
(92,85,81)
#46403F
(70,64,63)
#302B2D
(48,43,45)
#1A161B
(26,22,27)
#000000
(0,0,0)

Tints of #F6E8CF

#F6E8CF
(246,232,207)
#F6EAD3
(246,234,211)
#F6ECD7
(246,236,215)
#F6EEDB
(246,238,219)
#F6F0DF
(246,240,223)
#F6F2E3
(246,242,227)
#F6F4E7
(246,244,231)
#F6F6EB
(246,246,235)
#F6F8EF
(246,248,239)
#F6FAF3
(246,250,243)
#F6FCF7
(246,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6E8CF color. Also use rgb(246,232,207) instead hex code.

Text Font Color

.myTextColor { color: #F6E8CF; }

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

This text font color is #F6E8CF.


Background Color

.myBgColor { background-color: #F6E8CF; }

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

This div background color is #F6E8CF.


Border color

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

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

This div border color is #F6E8CF.


Opacity

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

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

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

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

This text has shadow with #F6E8CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E8CF on black background.


Color preview on white background

This text has color #F6E8CF on white background.



Black color preview on #F6E8CF background

This text has black color on #F6E8CF background.


White color preview on #F6E8CF background

This text has white color on #F6E8CF background.