COLOR #F1E7AA

HEX: #F1E7AA
RGB: (241,231,170)

Color info

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

RGB color model

#F1E7AA color RGB value is (241,231,170).

  • red value is 241;
  • green value is 231;
  • blue value is 170.
RGB:
(241,231,170)
(95%,91%,67%)

RGB channels and saturation

R 241 of 255 = 95%
G 231 of 255 = 91%
B 170 of 255 = 67%

241
231
170

R + G + B ~ 84%. #F1E7AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 231 + 170 = 642 (100%)
R 241 of 642 ~ 37.54%
G 231 of 642 ~ 35.98%
B 170 of 642 ~ 26.48%

%37.54
%35.98
%26.48

CMYK color model

#F1E7AA color CMYK value is (0,4,29,5).

  • cyan value is 0.00%
  • magenta value is 4.15%
  • yellow value is 29.46%
  • key color value is 5.49%
CMYK:
(0,4,29,5)
C0M4Y29K5 
(0%,4%,29%,5%)
(0.00/0.04/0.29/0.05)	

CMYK percentages

%0
%4.15
%29.46
%5.49

Codes

Color #F1E7AA in popluar color models

F1E7AA
RGB241231170
HSL52°71.72%80.59%
HSB/HSV52°29.46%94.51%
CMYK0.00%4.15%29.46%
5.49%

Color #F1E7AA in popluar number systems.

HEXF1E7AA
Decimal241231170
Binary111100011110011110101010
Octal361347252

Shades and tints

Shades of #F1E7AA

#F1E7AA
(241,231,170)
#DCD29B
(220,210,155)
#C7BD8C
(199,189,140)
#B2A87D
(178,168,125)
#9D936E
(157,147,110)
#887E5F
(136,126,95)
#736950
(115,105,80)
#5E5441
(94,84,65)
#493F32
(73,63,50)
#342A23
(52,42,35)
#1F1514
(31,21,20)
#000000
(0,0,0)

Tints of #F1E7AA

#F1E7AA
(241,231,170)
#F2E9B1
(242,233,177)
#F3EBB8
(243,235,184)
#F4EDBF
(244,237,191)
#F5EFC6
(245,239,198)
#F6F1CD
(246,241,205)
#F7F3D4
(247,243,212)
#F8F5DB
(248,245,219)
#F9F7E2
(249,247,226)
#FAF9E9
(250,249,233)
#FBFBF0
(251,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1E7AA color. Also use rgb(241,231,170) instead hex code.

Text Font Color

.myTextColor { color: #F1E7AA; }

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

This text font color is #F1E7AA.


Background Color

.myBgColor { background-color: #F1E7AA; }

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

This div background color is #F1E7AA.


Border color

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

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

This div border color is #F1E7AA.


Opacity

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

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

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

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

This text has shadow with #F1E7AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E7AA on black background.


Color preview on white background

This text has color #F1E7AA on white background.



Black color preview on #F1E7AA background

This text has black color on #F1E7AA background.


White color preview on #F1E7AA background

This text has white color on #F1E7AA background.