COLOR #F2E7AF

HEX: #F2E7AF RGB: (242,231,175)

Color info

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

RGB color model

#F2E7AF color RGB value is (242,231,175).

RGB: (242,231,175) (95%, 91%, 69%)

RGB channels and saturation

R 242 of 255 = 95%
G 231 of 255 = 91%
B 175 of 255 = 69%

242
231
175

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

Portions of RGB colors in percentages

R + G + B = 242 + 231 + 175 = 648 (100%)
R 242 of 648 ~ 37.35%
G 231 of 648 ~ 35.65%
B 175 of 648 ~ 27.01'%

%37.35
%35.65
%27.01

CMYK color model

#F2E7AF color CMYK value is (0,5,28,5).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 27.69%
  • key color value is 5.10%
CMYK: (0,5,28,5) C0M5Y28K5 (0%,5%,28%,5%) (0.00/0.05/0.28/0.05) 

CMYK percentages

%0
%4.55
%27.69
%5.1

Codes

Color #F2E7AF in popluar color models

F2 E7 AF
RGB 242 231 175
HSL 50° 72.04% 81.76%
HSB/HSV 50° 27.69% 94.90%
CMYK 0.00% 4.55% 27.69%
5.10%

Color #F2E7AF in popluar number systems.

HEX F2 E7 AF
Decimal 242 231 175
Binary 11110010 11100111 10101111
Octal 362 347 257

Shades and tints

Shades of #F2E7AF

#F2E7AF
(242,231,175)
#DCD2A0
(220,210,160)
#C6BD91
(198,189,145)
#B0A882
(176,168,130)
#9A9373
(154,147,115)
#847E64
(132,126,100)
#6E6955
(110,105,85)
#585446
(88,84,70)
#423F37
(66,63,55)
#2C2A28
(44,42,40)
#161519
(22,21,25)
#000000
(0,0,0)

Tints of #F2E7AF

#F2E7AF
(242,231,175)
#F3E9B6
(243,233,182)
#F4EBBD
(244,235,189)
#F5EDC4
(245,237,196)
#F6EFCB
(246,239,203)
#F7F1D2
(247,241,210)
#F8F3D9
(248,243,217)
#F9F5E0
(249,245,224)
#FAF7E7
(250,247,231)
#FBF9EE
(251,249,238)
#FCFBF5
(252,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2E7AF color. Also use rgb(242,231,175) instead hex code.

Text Font Color

.myTextColor { color: #F2E7AF; }

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

This text font color is #F2E7AF.

Background Color

.myBgColor { background-color: #F2E7AF; }

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

This div background color is #F2E7AF.

Border color

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

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

This div border color is #F2E7AF.

Opacity

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

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

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

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

This text has shadow with #F2E7AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2E7AF.

Preview

Color preview on black background

This text has color #F2E7AF on black background.


Color preview on white background

This text has color #F2E7AF on white background.


Black color preview on #F2E7AF background

This text has black color on #F2E7AF background.


White color preview on #F2E7AF background

This text has white color on #F2E7AF background.


Related colors

Complementary color

Complementary color for #hex is #0D1850.


I love getcolorcode.com

Triadic colors

1 #AFF2E7 and #E7AFF2 with #F2E7AF are triadic colors.

2 #AFE7F2 and #E7F2AF with #F2E7AF are triadic colors.