COLOR #F7E7BF

HEX: #F7E7BF RGB: (247,231,191)

Color info

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

RGB color model

#F7E7BF color RGB value is (247,231,191).

RGB: (247,231,191) (97%, 91%, 75%)

RGB channels and saturation

R 247 of 255 = 97%
G 231 of 255 = 91%
B 191 of 255 = 75%

247
231
191

R + G + B ~ 88%. #F7E7BF is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 231 + 191 = 669 (100%)
R 247 of 669 ~ 36.92%
G 231 of 669 ~ 34.53%
B 191 of 669 ~ 28.55'%

%36.92
%34.53
%28.55

CMYK color model

#F7E7BF color CMYK value is (0,6,23,3).

  • cyan value is 0.00%
  • magenta value is 6.48%
  • yellow value is 22.67%
  • key color value is 3.14%

CMYK: (0,6,23,3)
C0M6Y23K3 (0%, 6%, 23%, 3%)
(0.00 / 0.06 / 0.23 / 0.03)

CMYK percentages

%0
%6.48
%22.67
%3.14

Codes

Color #F7E7BF in popluar color models

F7 E7 BF
RGB 247 231 191
HSL 43° 77.78% 85.88%
HSB/HSV 43° 22.67% 96.86%
CMYK 0.00% 6.48% 22.67%
3.14%

Color #F7E7BF in popluar number systems.

HEX F7 E7 BF
Decimal 247 231 191
Binary 11110111 11100111 10111111
Octal 367 347 277

Shades and tints

Shades of #F7E7BF

#F7E7BF
(247,231,191)
#E1D2AE
(225,210,174)
#CBBD9D
(203,189,157)
#B5A88C
(181,168,140)
#9F937B
(159,147,123)
#897E6A
(137,126,106)
#736959
(115,105,89)
#5D5448
(93,84,72)
#473F37
(71,63,55)
#312A26
(49,42,38)
#1B1515
(27,21,21)
#000000
(0,0,0)

Tints of #F7E7BF

#F7E7BF
(247,231,191)
#F7E9C4
(247,233,196)
#F7EBC9
(247,235,201)
#F7EDCE
(247,237,206)
#F7EFD3
(247,239,211)
#F7F1D8
(247,241,216)
#F7F3DD
(247,243,221)
#F7F5E2
(247,245,226)
#F7F7E7
(247,247,231)
#F7F9EC
(247,249,236)
#F7FBF1
(247,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7E7BF color. Also use rgb(247,231,191) instead hex code.

Text Font Color

.myTextColor { color: #F7E7BF; }

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

This text font color is #F7E7BF.

Background Color

.myBgColor { background-color: #F7E7BF; }

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

This div background color is #F7E7BF.

Border color

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

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

This div border color is #F7E7BF.

Opacity

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

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

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

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

This text has shadow with #F7E7BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7E7BF.

Preview

Color preview on black background

This text has color #F7E7BF on black background.


Color preview on white background

This text has color #F7E7BF on white background.


Black color preview on #F7E7BF background

This text has black color on #F7E7BF background.


White color preview on #F7E7BF background

This text has white color on #F7E7BF background.


Related colors

Complementary color

Complementary color for #hex is #081840.


I love getcolorcode.com

Triadic colors

1 #BFF7E7 and #E7BFF7 with #F7E7BF are triadic colors.

2 #BFE7F7 and #E7F7BF with #F7E7BF are triadic colors.