COLOR #F6E8AA

HEX: #F6E8AA
RGB: (246,232,170)

Color info

#F6E8AA contains mainly red and green colors. Web safe color of #F6E8AA is #FFFF99 (or #FF9).

RGB color model

#F6E8AA color RGB value is (246,232,170).

  • red value is 246;
  • green value is 232;
  • blue value is 170.
RGB:
(246,232,170)
(96%,91%,67%)

RGB channels and saturation

R 246 of 255 = 96%
G 232 of 255 = 91%
B 170 of 255 = 67%

246
232
170

R + G + B ~ 85%. #F6E8AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 232 + 170 = 648 (100%)
R 246 of 648 ~ 37.96%
G 232 of 648 ~ 35.8%
B 170 of 648 ~ 26.23%

%37.96
%35.8
%26.23

CMYK color model

#F6E8AA color CMYK value is (0,6,31,4).

  • cyan value is 0.00%
  • magenta value is 5.69%
  • yellow value is 30.89%
  • key color value is 3.53%
CMYK:
(0,6,31,4)
C0M6Y31K4 
(0%,6%,31%,4%)
(0.00/0.06/0.31/0.04)	

CMYK percentages

%0
%5.69
%30.89
%3.53

Codes

Color #F6E8AA in popluar color models

F6E8AA
RGB246232170
HSL49°80.85%81.57%
HSB/HSV49°30.89%96.47%
CMYK0.00%5.69%30.89%
3.53%

Color #F6E8AA in popluar number systems.

HEXF6E8AA
Decimal246232170
Binary111101101110100010101010
Octal366350252

Shades and tints

Shades of #F6E8AA

#F6E8AA
(246,232,170)
#E0D39B
(224,211,155)
#CABE8C
(202,190,140)
#B4A97D
(180,169,125)
#9E946E
(158,148,110)
#887F5F
(136,127,95)
#726A50
(114,106,80)
#5C5541
(92,85,65)
#464032
(70,64,50)
#302B23
(48,43,35)
#1A1614
(26,22,20)
#000000
(0,0,0)

Tints of #F6E8AA

#F6E8AA
(246,232,170)
#F6EAB1
(246,234,177)
#F6ECB8
(246,236,184)
#F6EEBF
(246,238,191)
#F6F0C6
(246,240,198)
#F6F2CD
(246,242,205)
#F6F4D4
(246,244,212)
#F6F6DB
(246,246,219)
#F6F8E2
(246,248,226)
#F6FAE9
(246,250,233)
#F6FCF0
(246,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E8AA; }

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

This text font color is #F6E8AA.


Background Color

.myBgColor { background-color: #F6E8AA; }

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

This div background color is #F6E8AA.


Border color

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

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

This div border color is #F6E8AA.


Opacity

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

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

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

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

This text has shadow with #F6E8AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E8AA on black background.


Color preview on white background

This text has color #F6E8AA on white background.



Black color preview on #F6E8AA background

This text has black color on #F6E8AA background.


White color preview on #F6E8AA background

This text has white color on #F6E8AA background.