COLOR #F6EBBA

HEX: #F6EBBA
RGB: (246,235,186)

Color info

#F6EBBA contains mainly red and green colors. Web safe color of #F6EBBA is #FFFFCC (or #FFC).

RGB color model

#F6EBBA color RGB value is (246,235,186).

  • red value is 246;
  • green value is 235;
  • blue value is 186.
RGB:
(246,235,186)
(96%,92%,73%)

RGB channels and saturation

R 246 of 255 = 96%
G 235 of 255 = 92%
B 186 of 255 = 73%

246
235
186

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

Portions of RGB colors in percentages

R + G + B =
246 + 235 + 186 = 667 (100%)
R 246 of 667 ~ 36.88%
G 235 of 667 ~ 35.23%
B 186 of 667 ~ 27.89%

%36.88
%35.23
%27.89

CMYK color model

#F6EBBA color CMYK value is (0,4,24,4).

  • cyan value is 0.00%
  • magenta value is 4.47%
  • yellow value is 24.39%
  • key color value is 3.53%
CMYK:
(0,4,24,4)
C0M4Y24K4 
(0%,4%,24%,4%)
(0.00/0.04/0.24/0.04)	

CMYK percentages

%0
%4.47
%24.39
%3.53

Codes

Color #F6EBBA in popluar color models

F6EBBA
RGB246235186
HSL49°76.92%84.71%
HSB/HSV49°24.39%96.47%
CMYK0.00%4.47%24.39%
3.53%

Color #F6EBBA in popluar number systems.

HEXF6EBBA
Decimal246235186
Binary111101101110101110111010
Octal366353272

Shades and tints

Shades of #F6EBBA

#F6EBBA
(246,235,186)
#E0D6AA
(224,214,170)
#CAC19A
(202,193,154)
#B4AC8A
(180,172,138)
#9E977A
(158,151,122)
#88826A
(136,130,106)
#726D5A
(114,109,90)
#5C584A
(92,88,74)
#46433A
(70,67,58)
#302E2A
(48,46,42)
#1A191A
(26,25,26)
#000000
(0,0,0)

Tints of #F6EBBA

#F6EBBA
(246,235,186)
#F6ECC0
(246,236,192)
#F6EDC6
(246,237,198)
#F6EECC
(246,238,204)
#F6EFD2
(246,239,210)
#F6F0D8
(246,240,216)
#F6F1DE
(246,241,222)
#F6F2E4
(246,242,228)
#F6F3EA
(246,243,234)
#F6F4F0
(246,244,240)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6EBBA color. Also use rgb(246,235,186) instead hex code.

Text Font Color

.myTextColor { color: #F6EBBA; }

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

This text font color is #F6EBBA.


Background Color

.myBgColor { background-color: #F6EBBA; }

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

This div background color is #F6EBBA.


Border color

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

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

This div border color is #F6EBBA.


Opacity

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

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

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

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

This text has shadow with #F6EBBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6EBBA on black background.


Color preview on white background

This text has color #F6EBBA on white background.



Black color preview on #F6EBBA background

This text has black color on #F6EBBA background.


White color preview on #F6EBBA background

This text has white color on #F6EBBA background.