COLOR #F6E8C7

HEX: #F6E8C7 RGB: (246,232,199)

Color info

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

RGB color model

#F6E8C7 color RGB value is (246,232,199).

RGB: (246,232,199) (96%, 91%, 78%)

RGB channels and saturation

R 246 of 255 = 96%
G 232 of 255 = 91%
B 199 of 255 = 78%

246
232
199

R + G + B ~ 88%. #F6E8C7 is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 232 + 199 = 677 (100%)
R 246 of 677 ~ 36.34%
G 232 of 677 ~ 34.27%
B 199 of 677 ~ 29.39'%

%36.34
%34.27
%29.39

CMYK color model

#F6E8C7 color CMYK value is (0,6,19,4).

  • cyan value is 0.00%
  • magenta value is 5.69%
  • yellow value is 19.11%
  • key color value is 3.53%

CMYK: (0,6,19,4)
C0M6Y19K4 (0%, 6%, 19%, 4%)
(0.00 / 0.06 / 0.19 / 0.04)

CMYK percentages

%0
%5.69
%19.11
%3.53

Codes

Color #F6E8C7 in popluar color models

F6 E8 C7
RGB 246 232 199
HSL 42° 72.31% 87.25%
HSB/HSV 42° 19.11% 96.47%
CMYK 0.00% 5.69% 19.11%
3.53%

Color #F6E8C7 in popluar number systems.

HEX F6 E8 C7
Decimal 246 232 199
Binary 11110110 11101000 11000111
Octal 366 350 307

Shades and tints

Shades of #F6E8C7

#F6E8C7
(246,232,199)
#E0D3B5
(224,211,181)
#CABEA3
(202,190,163)
#B4A991
(180,169,145)
#9E947F
(158,148,127)
#887F6D
(136,127,109)
#726A5B
(114,106,91)
#5C5549
(92,85,73)
#464037
(70,64,55)
#302B25
(48,43,37)
#1A1613
(26,22,19)
#000000
(0,0,0)

Tints of #F6E8C7

#F6E8C7
(246,232,199)
#F6EACC
(246,234,204)
#F6ECD1
(246,236,209)
#F6EED6
(246,238,214)
#F6F0DB
(246,240,219)
#F6F2E0
(246,242,224)
#F6F4E5
(246,244,229)
#F6F6EA
(246,246,234)
#F6F8EF
(246,248,239)
#F6FAF4
(246,250,244)
#F6FCF9
(246,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E8C7; }

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

This text font color is #F6E8C7.

Background Color

.myBgColor { background-color: #F6E8C7; }

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

This div background color is #F6E8C7.

Border color

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

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

This div border color is #F6E8C7.

Opacity

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

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

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

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

This text has shadow with #F6E8C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6E8C7.

Preview

Color preview on black background

This text has color #F6E8C7 on black background.


Color preview on white background

This text has color #F6E8C7 on white background.


Black color preview on #F6E8C7 background

This text has black color on #F6E8C7 background.


White color preview on #F6E8C7 background

This text has white color on #F6E8C7 background.


Related colors

Complementary color

Complementary color for #hex is #091738.


I love getcolorcode.com

Triadic colors

1 #C7F6E8 and #E8C7F6 with #F6E8C7 are triadic colors.

2 #C7E8F6 and #E8F6C7 with #F6E8C7 are triadic colors.