COLOR #F2E7CE

HEX: #F2E7CE RGB: (242,231,206)

Color info

#F2E7CE contains red, green and blue colors in about the same proportion. Web safe color of #F2E7CE is #FFFFCC (or #FFC).

RGB color model

#F2E7CE color RGB value is (242,231,206).

RGB: (242,231,206) (95%, 91%, 81%)

RGB channels and saturation

R 242 of 255 = 95%
G 231 of 255 = 91%
B 206 of 255 = 81%

242
231
206

R + G + B ~ 89%. #F2E7CE is light color.

Portions of RGB colors in percentages

R + G + B = 242 + 231 + 206 = 679 (100%)
R 242 of 679 ~ 35.64%
G 231 of 679 ~ 34.02%
B 206 of 679 ~ 30.34'%

%35.64
%34.02
%30.34

CMYK color model

#F2E7CE color CMYK value is (0,5,15,5).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 14.88%
  • key color value is 5.10%

CMYK: (0,5,15,5)
C0M5Y15K5 (0%, 5%, 15%, 5%)
(0.00 / 0.05 / 0.15 / 0.05)

CMYK percentages

%0
%4.55
%14.88
%5.1

Codes

Color #F2E7CE in popluar color models

F2 E7 CE
RGB 242 231 206
HSL 42° 58.06% 87.84%
HSB/HSV 42° 14.88% 94.90%
CMYK 0.00% 4.55% 14.88%
5.10%

Color #F2E7CE in popluar number systems.

HEX F2 E7 CE
Decimal 242 231 206
Binary 11110010 11100111 11001110
Octal 362 347 316

Shades and tints

Shades of #F2E7CE

#F2E7CE
(242,231,206)
#DCD2BC
(220,210,188)
#C6BDAA
(198,189,170)
#B0A898
(176,168,152)
#9A9386
(154,147,134)
#847E74
(132,126,116)
#6E6962
(110,105,98)
#585450
(88,84,80)
#423F3E
(66,63,62)
#2C2A2C
(44,42,44)
#16151A
(22,21,26)
#000000
(0,0,0)

Tints of #F2E7CE

#F2E7CE
(242,231,206)
#F3E9D2
(243,233,210)
#F4EBD6
(244,235,214)
#F5EDDA
(245,237,218)
#F6EFDE
(246,239,222)
#F7F1E2
(247,241,226)
#F8F3E6
(248,243,230)
#F9F5EA
(249,245,234)
#FAF7EE
(250,247,238)
#FBF9F2
(251,249,242)
#FCFBF6
(252,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2E7CE; }

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

This text font color is #F2E7CE.

Background Color

.myBgColor { background-color: #F2E7CE; }

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

This div background color is #F2E7CE.

Border color

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

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

This div border color is #F2E7CE.

Opacity

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

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

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

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

This text has shadow with #F2E7CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2E7CE.

Preview

Color preview on black background

This text has color #F2E7CE on black background.


Color preview on white background

This text has color #F2E7CE on white background.


Black color preview on #F2E7CE background

This text has black color on #F2E7CE background.


White color preview on #F2E7CE background

This text has white color on #F2E7CE background.


Related colors

Complementary color

Complementary color for #hex is #0D1831.


I love getcolorcode.com

Triadic colors

1 #CEF2E7 and #E7CEF2 with #F2E7CE are triadic colors.

2 #CEE7F2 and #E7F2CE with #F2E7CE are triadic colors.