COLOR #F6E9BD

HEX: #F6E9BD
RGB: (246,233,189)

Color info

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

RGB color model

#F6E9BD color RGB value is (246,233,189).

  • red value is 246;
  • green value is 233;
  • blue value is 189.
RGB:
(246,233,189)
(96%,91%,74%)

RGB channels and saturation

R 246 of 255 = 96%
G 233 of 255 = 91%
B 189 of 255 = 74%

246
233
189

R + G + B ~ 87%. #F6E9BD is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 233 + 189 = 668 (100%)
R 246 of 668 ~ 36.83%
G 233 of 668 ~ 34.88%
B 189 of 668 ~ 28.29%

%36.83
%34.88
%28.29

CMYK color model

#F6E9BD color CMYK value is (0,5,23,4).

  • cyan value is 0.00%
  • magenta value is 5.28%
  • yellow value is 23.17%
  • key color value is 3.53%
CMYK:
(0,5,23,4)
C0M5Y23K4 
(0%,5%,23%,4%)
(0.00/0.05/0.23/0.04)	

CMYK percentages

%0
%5.28
%23.17
%3.53

Codes

Color #F6E9BD in popluar color models

F6E9BD
RGB246233189
HSL46°76.00%85.29%
HSB/HSV46°23.17%96.47%
CMYK0.00%5.28%23.17%
3.53%

Color #F6E9BD in popluar number systems.

HEXF6E9BD
Decimal246233189
Binary111101101110100110111101
Octal366351275

Shades and tints

Shades of #F6E9BD

#F6E9BD
(246,233,189)
#E0D4AC
(224,212,172)
#CABF9B
(202,191,155)
#B4AA8A
(180,170,138)
#9E9579
(158,149,121)
#888068
(136,128,104)
#726B57
(114,107,87)
#5C5646
(92,86,70)
#464135
(70,65,53)
#302C24
(48,44,36)
#1A1713
(26,23,19)
#000000
(0,0,0)

Tints of #F6E9BD

#F6E9BD
(246,233,189)
#F6EBC3
(246,235,195)
#F6EDC9
(246,237,201)
#F6EFCF
(246,239,207)
#F6F1D5
(246,241,213)
#F6F3DB
(246,243,219)
#F6F5E1
(246,245,225)
#F6F7E7
(246,247,231)
#F6F9ED
(246,249,237)
#F6FBF3
(246,251,243)
#F6FDF9
(246,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6E9BD color. Also use rgb(246,233,189) instead hex code.

Text Font Color

.myTextColor { color: #F6E9BD; }

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

This text font color is #F6E9BD.


Background Color

.myBgColor { background-color: #F6E9BD; }

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

This div background color is #F6E9BD.


Border color

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

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

This div border color is #F6E9BD.


Opacity

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

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

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

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

This text has shadow with #F6E9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E9BD on black background.


Color preview on white background

This text has color #F6E9BD on white background.



Black color preview on #F6E9BD background

This text has black color on #F6E9BD background.


White color preview on #F6E9BD background

This text has white color on #F6E9BD background.