COLOR #F2EEA7

HEX: #F2EEA7
RGB: (242,238,167)

Color info

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

RGB color model

#F2EEA7 color RGB value is (242,238,167).

  • red value is 242;
  • green value is 238;
  • blue value is 167.
RGB:
(242,238,167)
(95%,93%,65%)

RGB channels and saturation

R 242 of 255 = 95%
G 238 of 255 = 93%
B 167 of 255 = 65%

242
238
167

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

Portions of RGB colors in percentages

R + G + B =
242 + 238 + 167 = 647 (100%)
R 242 of 647 ~ 37.4%
G 238 of 647 ~ 36.79%
B 167 of 647 ~ 25.81%

%37.4
%36.79
%25.81

CMYK color model

#F2EEA7 color CMYK value is (0,2,31,5).

  • cyan value is 0.00%
  • magenta value is 1.65%
  • yellow value is 30.99%
  • key color value is 5.10%
CMYK:
(0,2,31,5)
C0M2Y31K5 
(0%,2%,31%,5%)
(0.00/0.02/0.31/0.05)	

CMYK percentages

%0
%1.65
%30.99
%5.1

Codes

Color #F2EEA7 in popluar color models

F2EEA7
RGB242238167
HSL57°74.26%80.20%
HSB/HSV57°30.99%94.90%
CMYK0.00%1.65%30.99%
5.10%

Color #F2EEA7 in popluar number systems.

HEXF2EEA7
Decimal242238167
Binary111100101110111010100111
Octal362356247

Shades and tints

Shades of #F2EEA7

#F2EEA7
(242,238,167)
#DCD998
(220,217,152)
#C6C489
(198,196,137)
#B0AF7A
(176,175,122)
#9A9A6B
(154,154,107)
#84855C
(132,133,92)
#6E704D
(110,112,77)
#585B3E
(88,91,62)
#42462F
(66,70,47)
#2C3120
(44,49,32)
#161C11
(22,28,17)
#000000
(0,0,0)

Tints of #F2EEA7

#F2EEA7
(242,238,167)
#F3EFAF
(243,239,175)
#F4F0B7
(244,240,183)
#F5F1BF
(245,241,191)
#F6F2C7
(246,242,199)
#F7F3CF
(247,243,207)
#F8F4D7
(248,244,215)
#F9F5DF
(249,245,223)
#FAF6E7
(250,246,231)
#FBF7EF
(251,247,239)
#FCF8F7
(252,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2EEA7 color. Also use rgb(242,238,167) instead hex code.

Text Font Color

.myTextColor { color: #F2EEA7; }

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

This text font color is #F2EEA7.


Background Color

.myBgColor { background-color: #F2EEA7; }

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

This div background color is #F2EEA7.


Border color

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

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

This div border color is #F2EEA7.


Opacity

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

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

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

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

This text has shadow with #F2EEA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2EEA7 on black background.


Color preview on white background

This text has color #F2EEA7 on white background.



Black color preview on #F2EEA7 background

This text has black color on #F2EEA7 background.


White color preview on #F2EEA7 background

This text has white color on #F2EEA7 background.