COLOR #F2E7CC

HEX: #F2E7CC
RGB: (242,231,204)

Color info

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

RGB color model

#F2E7CC color RGB value is (242,231,204).

  • red value is 242;
  • green value is 231;
  • blue value is 204.
RGB:
(242,231,204)
(95%,91%,80%)

RGB channels and saturation

R 242 of 255 = 95%
G 231 of 255 = 91%
B 204 of 255 = 80%

242
231
204

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

Portions of RGB colors in percentages

R + G + B =
242 + 231 + 204 = 677 (100%)
R 242 of 677 ~ 35.75%
G 231 of 677 ~ 34.12%
B 204 of 677 ~ 30.13%

%35.75
%34.12
%30.13

CMYK color model

#F2E7CC color CMYK value is (0,5,16,5).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 15.70%
  • key color value is 5.10%
CMYK:
(0,5,16,5)
C0M5Y16K5 
(0%,5%,16%,5%)
(0.00/0.05/0.16/0.05)	

CMYK percentages

%0
%4.55
%15.7
%5.1

Codes

Color #F2E7CC in popluar color models

F2E7CC
RGB242231204
HSL43°59.38%87.45%
HSB/HSV43°15.70%94.90%
CMYK0.00%4.55%15.70%
5.10%

Color #F2E7CC in popluar number systems.

HEXF2E7CC
Decimal242231204
Binary111100101110011111001100
Octal362347314

Shades and tints

Shades of #F2E7CC

#F2E7CC
(242,231,204)
#DCD2BA
(220,210,186)
#C6BDA8
(198,189,168)
#B0A896
(176,168,150)
#9A9384
(154,147,132)
#847E72
(132,126,114)
#6E6960
(110,105,96)
#58544E
(88,84,78)
#423F3C
(66,63,60)
#2C2A2A
(44,42,42)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #F2E7CC

#F2E7CC
(242,231,204)
#F3E9D0
(243,233,208)
#F4EBD4
(244,235,212)
#F5EDD8
(245,237,216)
#F6EFDC
(246,239,220)
#F7F1E0
(247,241,224)
#F8F3E4
(248,243,228)
#F9F5E8
(249,245,232)
#FAF7EC
(250,247,236)
#FBF9F0
(251,249,240)
#FCFBF4
(252,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2E7CC; }

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

This text font color is #F2E7CC.


Background Color

.myBgColor { background-color: #F2E7CC; }

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

This div background color is #F2E7CC.


Border color

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

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

This div border color is #F2E7CC.


Opacity

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

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

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

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

This text has shadow with #F2E7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2E7CC on black background.


Color preview on white background

This text has color #F2E7CC on white background.



Black color preview on #F2E7CC background

This text has black color on #F2E7CC background.


White color preview on #F2E7CC background

This text has white color on #F2E7CC background.