COLOR #F7E4BE

HEX: #F7E4BE
RGB: (247,228,190)

Color info

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

RGB color model

#F7E4BE color RGB value is (247,228,190).

  • red value is 247;
  • green value is 228;
  • blue value is 190.
RGB:
(247,228,190)
(97%,89%,75%)

RGB channels and saturation

R 247 of 255 = 97%
G 228 of 255 = 89%
B 190 of 255 = 75%

247
228
190

R + G + B ~ 87%. #F7E4BE is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 228 + 190 = 665 (100%)
R 247 of 665 ~ 37.14%
G 228 of 665 ~ 34.29%
B 190 of 665 ~ 28.57%

%37.14
%34.29
%28.57

CMYK color model

#F7E4BE color CMYK value is (0,8,23,3).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 23.08%
  • key color value is 3.14%
CMYK:
(0,8,23,3)
C0M8Y23K3 
(0%,8%,23%,3%)
(0.00/0.08/0.23/0.03)	

CMYK percentages

%0
%7.69
%23.08
%3.14

Codes

Color #F7E4BE in popluar color models

F7E4BE
RGB247228190
HSL40°78.08%85.69%
HSB/HSV40°23.08%96.86%
CMYK0.00%7.69%23.08%
3.14%

Color #F7E4BE in popluar number systems.

HEXF7E4BE
Decimal247228190
Binary111101111110010010111110
Octal367344276

Shades and tints

Shades of #F7E4BE

#F7E4BE
(247,228,190)
#E1D0AD
(225,208,173)
#CBBC9C
(203,188,156)
#B5A88B
(181,168,139)
#9F947A
(159,148,122)
#898069
(137,128,105)
#736C58
(115,108,88)
#5D5847
(93,88,71)
#474436
(71,68,54)
#313025
(49,48,37)
#1B1C14
(27,28,20)
#000000
(0,0,0)

Tints of #F7E4BE

#F7E4BE
(247,228,190)
#F7E6C3
(247,230,195)
#F7E8C8
(247,232,200)
#F7EACD
(247,234,205)
#F7ECD2
(247,236,210)
#F7EED7
(247,238,215)
#F7F0DC
(247,240,220)
#F7F2E1
(247,242,225)
#F7F4E6
(247,244,230)
#F7F6EB
(247,246,235)
#F7F8F0
(247,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7E4BE color. Also use rgb(247,228,190) instead hex code.

Text Font Color

.myTextColor { color: #F7E4BE; }

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

This text font color is #F7E4BE.


Background Color

.myBgColor { background-color: #F7E4BE; }

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

This div background color is #F7E4BE.


Border color

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

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

This div border color is #F7E4BE.


Opacity

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

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

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

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

This text has shadow with #F7E4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7E4BE on black background.


Color preview on white background

This text has color #F7E4BE on white background.



Black color preview on #F7E4BE background

This text has black color on #F7E4BE background.


White color preview on #F7E4BE background

This text has white color on #F7E4BE background.