COLOR #F7E2CE

HEX: #F7E2CE RGB: (247,226,206)

Color info

#F7E2CE contains red, green and blue colors in about the same proportion. Web safe color of #F7E2CE is #FFCCCC (or #FCC).

RGB color model

#F7E2CE color RGB value is (247,226,206).

RGB: (247,226,206) (97%, 89%, 81%)

RGB channels and saturation

R 247 of 255 = 97%
G 226 of 255 = 89%
B 206 of 255 = 81%

247
226
206

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

Portions of RGB colors in percentages

R + G + B = 247 + 226 + 206 = 679 (100%)
R 247 of 679 ~ 36.38%
G 226 of 679 ~ 33.28%
B 206 of 679 ~ 30.34'%

%36.38
%33.28
%30.34

CMYK color model

#F7E2CE color CMYK value is (0,9,17,3).

  • cyan value is 0.00%
  • magenta value is 8.50%
  • yellow value is 16.60%
  • key color value is 3.14%

CMYK: (0,9,17,3)
C0M9Y17K3 (0%, 9%, 17%, 3%)
(0.00 / 0.09 / 0.17 / 0.03)

CMYK percentages

%0
%8.5
%16.6
%3.14

Codes

Color #F7E2CE in popluar color models

F7 E2 CE
RGB 247 226 206
HSL 29° 71.93% 88.82%
HSB/HSV 29° 16.60% 96.86%
CMYK 0.00% 8.50% 16.60%
3.14%

Color #F7E2CE in popluar number systems.

HEX F7 E2 CE
Decimal 247 226 206
Binary 11110111 11100010 11001110
Octal 367 342 316

Shades and tints

Shades of #F7E2CE

#F7E2CE
(247,226,206)
#E1CEBC
(225,206,188)
#CBBAAA
(203,186,170)
#B5A698
(181,166,152)
#9F9286
(159,146,134)
#897E74
(137,126,116)
#736A62
(115,106,98)
#5D5650
(93,86,80)
#47423E
(71,66,62)
#312E2C
(49,46,44)
#1B1A1A
(27,26,26)
#000000
(0,0,0)

Tints of #F7E2CE

#F7E2CE
(247,226,206)
#F7E4D2
(247,228,210)
#F7E6D6
(247,230,214)
#F7E8DA
(247,232,218)
#F7EADE
(247,234,222)
#F7ECE2
(247,236,226)
#F7EEE6
(247,238,230)
#F7F0EA
(247,240,234)
#F7F2EE
(247,242,238)
#F7F4F2
(247,244,242)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7E2CE color. Also use rgb(247,226,206) instead hex code.

Text Font Color

.myTextColor { color: #F7E2CE; }

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

This text font color is #F7E2CE.

Background Color

.myBgColor { background-color: #F7E2CE; }

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

This div background color is #F7E2CE.

Border color

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

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

This div border color is #F7E2CE.

Opacity

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

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

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

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

This text has shadow with #F7E2CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7E2CE.

Preview

Color preview on black background

This text has color #F7E2CE on black background.


Color preview on white background

This text has color #F7E2CE on white background.


Black color preview on #F7E2CE background

This text has black color on #F7E2CE background.


White color preview on #F7E2CE background

This text has white color on #F7E2CE background.


Related colors

Complementary color

Complementary color for #hex is #081D31.


I love getcolorcode.com

Triadic colors

1 #CEF7E2 and #E2CEF7 with #F7E2CE are triadic colors.

2 #CEE2F7 and #E2F7CE with #F7E2CE are triadic colors.