COLOR #F7EDBB

HEX: #F7EDBB
RGB: (247,237,187)

Color info

#F7EDBB contains mainly red and green colors. Web safe color of #F7EDBB is #FFFFCC (or #FFC).

RGB color model

#F7EDBB color RGB value is (247,237,187).

  • red value is 247;
  • green value is 237;
  • blue value is 187.
RGB:
(247,237,187)
(97%,93%,73%)

RGB channels and saturation

R 247 of 255 = 97%
G 237 of 255 = 93%
B 187 of 255 = 73%

247
237
187

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

Portions of RGB colors in percentages

R + G + B =
247 + 237 + 187 = 671 (100%)
R 247 of 671 ~ 36.81%
G 237 of 671 ~ 35.32%
B 187 of 671 ~ 27.87%

%36.81
%35.32
%27.87

CMYK color model

#F7EDBB color CMYK value is (0,4,24,3).

  • cyan value is 0.00%
  • magenta value is 4.05%
  • yellow value is 24.29%
  • key color value is 3.14%
CMYK:
(0,4,24,3)
C0M4Y24K3 
(0%,4%,24%,3%)
(0.00/0.04/0.24/0.03)	

CMYK percentages

%0
%4.05
%24.29
%3.14

Codes

Color #F7EDBB in popluar color models

F7EDBB
RGB247237187
HSL50°78.95%85.10%
HSB/HSV50°24.29%96.86%
CMYK0.00%4.05%24.29%
3.14%

Color #F7EDBB in popluar number systems.

HEXF7EDBB
Decimal247237187
Binary111101111110110110111011
Octal367355273

Shades and tints

Shades of #F7EDBB

#F7EDBB
(247,237,187)
#E1D8AA
(225,216,170)
#CBC399
(203,195,153)
#B5AE88
(181,174,136)
#9F9977
(159,153,119)
#898466
(137,132,102)
#736F55
(115,111,85)
#5D5A44
(93,90,68)
#474533
(71,69,51)
#313022
(49,48,34)
#1B1B11
(27,27,17)
#000000
(0,0,0)

Tints of #F7EDBB

#F7EDBB
(247,237,187)
#F7EEC1
(247,238,193)
#F7EFC7
(247,239,199)
#F7F0CD
(247,240,205)
#F7F1D3
(247,241,211)
#F7F2D9
(247,242,217)
#F7F3DF
(247,243,223)
#F7F4E5
(247,244,229)
#F7F5EB
(247,245,235)
#F7F6F1
(247,246,241)
#F7F7F7
(247,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7EDBB color. Also use rgb(247,237,187) instead hex code.

Text Font Color

.myTextColor { color: #F7EDBB; }

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

This text font color is #F7EDBB.


Background Color

.myBgColor { background-color: #F7EDBB; }

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

This div background color is #F7EDBB.


Border color

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

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

This div border color is #F7EDBB.


Opacity

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

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

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

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

This text has shadow with #F7EDBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7EDBB on black background.


Color preview on white background

This text has color #F7EDBB on white background.



Black color preview on #F7EDBB background

This text has black color on #F7EDBB background.


White color preview on #F7EDBB background

This text has white color on #F7EDBB background.