COLOR #F6EEB8

HEX: #F6EEB8
RGB: (246,238,184)

Color info

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

RGB color model

#F6EEB8 color RGB value is (246,238,184).

  • red value is 246;
  • green value is 238;
  • blue value is 184.
RGB:
(246,238,184)
(96%,93%,72%)

RGB channels and saturation

R 246 of 255 = 96%
G 238 of 255 = 93%
B 184 of 255 = 72%

246
238
184

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

Portions of RGB colors in percentages

R + G + B =
246 + 238 + 184 = 668 (100%)
R 246 of 668 ~ 36.83%
G 238 of 668 ~ 35.63%
B 184 of 668 ~ 27.54%

%36.83
%35.63
%27.54

CMYK color model

#F6EEB8 color CMYK value is (0,3,25,4).

  • cyan value is 0.00%
  • magenta value is 3.25%
  • yellow value is 25.20%
  • key color value is 3.53%
CMYK:
(0,3,25,4)
C0M3Y25K4 
(0%,3%,25%,4%)
(0.00/0.03/0.25/0.04)	

CMYK percentages

%0
%3.25
%25.2
%3.53

Codes

Color #F6EEB8 in popluar color models

F6EEB8
RGB246238184
HSL52°77.50%84.31%
HSB/HSV52°25.20%96.47%
CMYK0.00%3.25%25.20%
3.53%

Color #F6EEB8 in popluar number systems.

HEXF6EEB8
Decimal246238184
Binary111101101110111010111000
Octal366356270

Shades and tints

Shades of #F6EEB8

#F6EEB8
(246,238,184)
#E0D9A8
(224,217,168)
#CAC498
(202,196,152)
#B4AF88
(180,175,136)
#9E9A78
(158,154,120)
#888568
(136,133,104)
#727058
(114,112,88)
#5C5B48
(92,91,72)
#464638
(70,70,56)
#303128
(48,49,40)
#1A1C18
(26,28,24)
#000000
(0,0,0)

Tints of #F6EEB8

#F6EEB8
(246,238,184)
#F6EFBE
(246,239,190)
#F6F0C4
(246,240,196)
#F6F1CA
(246,241,202)
#F6F2D0
(246,242,208)
#F6F3D6
(246,243,214)
#F6F4DC
(246,244,220)
#F6F5E2
(246,245,226)
#F6F6E8
(246,246,232)
#F6F7EE
(246,247,238)
#F6F8F4
(246,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6EEB8; }

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

This text font color is #F6EEB8.


Background Color

.myBgColor { background-color: #F6EEB8; }

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

This div background color is #F6EEB8.


Border color

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

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

This div border color is #F6EEB8.


Opacity

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

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

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

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

This text has shadow with #F6EEB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6EEB8 on black background.


Color preview on white background

This text has color #F6EEB8 on white background.



Black color preview on #F6EEB8 background

This text has black color on #F6EEB8 background.


White color preview on #F6EEB8 background

This text has white color on #F6EEB8 background.