COLOR #F6EFBA

HEX: #F6EFBA
RGB: (246,239,186)

Color info

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

RGB color model

#F6EFBA color RGB value is (246,239,186).

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

RGB channels and saturation

R 246 of 255 = 96%
G 239 of 255 = 94%
B 186 of 255 = 73%

246
239
186

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

Portions of RGB colors in percentages

R + G + B =
246 + 239 + 186 = 671 (100%)
R 246 of 671 ~ 36.66%
G 239 of 671 ~ 35.62%
B 186 of 671 ~ 27.72%

%36.66
%35.62
%27.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.85%
  • yellow value is 24.39%
  • key color value is 3.53%
CMYK:
(0,3,24,4)
C0M3Y24K4 
(0%,3%,24%,4%)
(0.00/0.03/0.24/0.04)	

CMYK percentages

%0
%2.85
%24.39
%3.53

Codes

Color #F6EFBA in popluar color models

F6EFBA
RGB246239186
HSL53°76.92%84.71%
HSB/HSV53°24.39%96.47%
CMYK0.00%2.85%24.39%
3.53%

Color #F6EFBA in popluar number systems.

HEXF6EFBA
Decimal246239186
Binary111101101110111110111010
Octal366357272

Shades and tints

Shades of #F6EFBA

#F6EFBA
(246,239,186)
#E0DAAA
(224,218,170)
#CAC59A
(202,197,154)
#B4B08A
(180,176,138)
#9E9B7A
(158,155,122)
#88866A
(136,134,106)
#72715A
(114,113,90)
#5C5C4A
(92,92,74)
#46473A
(70,71,58)
#30322A
(48,50,42)
#1A1D1A
(26,29,26)
#000000
(0,0,0)

Tints of #F6EFBA

#F6EFBA
(246,239,186)
#F6F0C0
(246,240,192)
#F6F1C6
(246,241,198)
#F6F2CC
(246,242,204)
#F6F3D2
(246,243,210)
#F6F4D8
(246,244,216)
#F6F5DE
(246,245,222)
#F6F6E4
(246,246,228)
#F6F7EA
(246,247,234)
#F6F8F0
(246,248,240)
#F6F9F6
(246,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6EFBA; }

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

This text font color is #F6EFBA.


Background Color

.myBgColor { background-color: #F6EFBA; }

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

This div background color is #F6EFBA.


Border color

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

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

This div border color is #F6EFBA.


Opacity

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

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

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

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

This text has shadow with #F6EFBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6EFBA on black background.


Color preview on white background

This text has color #F6EFBA on white background.



Black color preview on #F6EFBA background

This text has black color on #F6EFBA background.


White color preview on #F6EFBA background

This text has white color on #F6EFBA background.