COLOR #F6F6EB

HEX: #F6F6EB
RGB: (246,246,235)

Color info

#F6F6EB contains red, green and blue colors in about the same proportion. Web safe color of #F6F6EB is #FFFFFF (or #FFF).

RGB color model

#F6F6EB color RGB value is (246,246,235).

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

RGB channels and saturation

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

246
246
235

R + G + B ~ 95%. #F6F6EB is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 246 + 235 = 727 (100%)
R 246 of 727 ~ 33.84%
G 246 of 727 ~ 33.84%
B 235 of 727 ~ 32.32%

%33.84
%33.84
%32.32

CMYK color model

#F6F6EB color CMYK value is (0,0,4,4).

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

CMYK percentages

%0
%0
%4.47
%3.53

Codes

Color #F6F6EB in popluar color models

F6F6EB
RGB246246235
HSL60°37.93%94.31%
HSB/HSV60°4.47%96.47%
CMYK0.00%0.00%4.47%
3.53%

Color #F6F6EB in popluar number systems.

HEXF6F6EB
Decimal246246235
Binary111101101111011011101011
Octal366366353

Shades and tints

Shades of #F6F6EB

#F6F6EB
(246,246,235)
#E0E0D6
(224,224,214)
#CACAC1
(202,202,193)
#B4B4AC
(180,180,172)
#9E9E97
(158,158,151)
#888882
(136,136,130)
#72726D
(114,114,109)
#5C5C58
(92,92,88)
#464643
(70,70,67)
#30302E
(48,48,46)
#1A1A19
(26,26,25)
#000000
(0,0,0)

Tints of #F6F6EB

#F6F6EB
(246,246,235)
#F6F6EC
(246,246,236)
#F6F6ED
(246,246,237)
#F6F6EE
(246,246,238)
#F6F6EF
(246,246,239)
#F6F6F0
(246,246,240)
#F6F6F1
(246,246,241)
#F6F6F2
(246,246,242)
#F6F6F3
(246,246,243)
#F6F6F4
(246,246,244)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6F6EB; }

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

This text font color is #F6F6EB.


Background Color

.myBgColor { background-color: #F6F6EB; }

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

This div background color is #F6F6EB.


Border color

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

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

This div border color is #F6F6EB.


Opacity

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

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

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

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

This text has shadow with #F6F6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6F6EB on black background.


Color preview on white background

This text has color #F6F6EB on white background.



Black color preview on #F6F6EB background

This text has black color on #F6F6EB background.


White color preview on #F6F6EB background

This text has white color on #F6F6EB background.