COLOR #F6EDBB

HEX: #F6EDBB
RGB: (246,237,187)

Color info

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

RGB color model

#F6EDBB color RGB value is (246,237,187).

  • red value is 246;
  • green value is 237;
  • blue value is 187.
RGB:
(246,237,187)
(96%,93%,73%)

RGB channels and saturation

R 246 of 255 = 96%
G 237 of 255 = 93%
B 187 of 255 = 73%

246
237
187

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

Portions of RGB colors in percentages

R + G + B =
246 + 237 + 187 = 670 (100%)
R 246 of 670 ~ 36.72%
G 237 of 670 ~ 35.37%
B 187 of 670 ~ 27.91%

%36.72
%35.37
%27.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.66%
  • yellow value is 23.98%
  • 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
%3.66
%23.98
%3.53

Codes

Color #F6EDBB in popluar color models

F6EDBB
RGB246237187
HSL51°76.62%84.90%
HSB/HSV51°23.98%96.47%
CMYK0.00%3.66%23.98%
3.53%

Color #F6EDBB in popluar number systems.

HEXF6EDBB
Decimal246237187
Binary111101101110110110111011
Octal366355273

Shades and tints

Shades of #F6EDBB

#F6EDBB
(246,237,187)
#E0D8AA
(224,216,170)
#CAC399
(202,195,153)
#B4AE88
(180,174,136)
#9E9977
(158,153,119)
#888466
(136,132,102)
#726F55
(114,111,85)
#5C5A44
(92,90,68)
#464533
(70,69,51)
#303022
(48,48,34)
#1A1B11
(26,27,17)
#000000
(0,0,0)

Tints of #F6EDBB

#F6EDBB
(246,237,187)
#F6EEC1
(246,238,193)
#F6EFC7
(246,239,199)
#F6F0CD
(246,240,205)
#F6F1D3
(246,241,211)
#F6F2D9
(246,242,217)
#F6F3DF
(246,243,223)
#F6F4E5
(246,244,229)
#F6F5EB
(246,245,235)
#F6F6F1
(246,246,241)
#F6F7F7
(246,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6EDBB color. Also use rgb(246,237,187) instead hex code.

Text Font Color

.myTextColor { color: #F6EDBB; }

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

This text font color is #F6EDBB.


Background Color

.myBgColor { background-color: #F6EDBB; }

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

This div background color is #F6EDBB.


Border color

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

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

This div border color is #F6EDBB.


Opacity

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

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

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

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

This text has shadow with #F6EDBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6EDBB on black background.


Color preview on white background

This text has color #F6EDBB on white background.



Black color preview on #F6EDBB background

This text has black color on #F6EDBB background.


White color preview on #F6EDBB background

This text has white color on #F6EDBB background.