COLOR #F7EDCC

HEX: #F7EDCC
RGB: (247,237,204)

Color info

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

RGB color model

#F7EDCC color RGB value is (247,237,204).

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

RGB channels and saturation

R 247 of 255 = 97%
G 237 of 255 = 93%
B 204 of 255 = 80%

247
237
204

R + G + B ~ 90%. #F7EDCC is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 237 + 204 = 688 (100%)
R 247 of 688 ~ 35.9%
G 237 of 688 ~ 34.45%
B 204 of 688 ~ 29.65%

%35.9
%34.45
%29.65

CMYK color model

#F7EDCC color CMYK value is (0,4,17,3).

  • cyan value is 0.00%
  • magenta value is 4.05%
  • yellow value is 17.41%
  • key color value is 3.14%
CMYK:
(0,4,17,3)
C0M4Y17K3 
(0%,4%,17%,3%)
(0.00/0.04/0.17/0.03)	

CMYK percentages

%0
%4.05
%17.41
%3.14

Codes

Color #F7EDCC in popluar color models

F7EDCC
RGB247237204
HSL46°72.88%88.43%
HSB/HSV46°17.41%96.86%
CMYK0.00%4.05%17.41%
3.14%

Color #F7EDCC in popluar number systems.

HEXF7EDCC
Decimal247237204
Binary111101111110110111001100
Octal367355314

Shades and tints

Shades of #F7EDCC

#F7EDCC
(247,237,204)
#E1D8BA
(225,216,186)
#CBC3A8
(203,195,168)
#B5AE96
(181,174,150)
#9F9984
(159,153,132)
#898472
(137,132,114)
#736F60
(115,111,96)
#5D5A4E
(93,90,78)
#47453C
(71,69,60)
#31302A
(49,48,42)
#1B1B18
(27,27,24)
#000000
(0,0,0)

Tints of #F7EDCC

#F7EDCC
(247,237,204)
#F7EED0
(247,238,208)
#F7EFD4
(247,239,212)
#F7F0D8
(247,240,216)
#F7F1DC
(247,241,220)
#F7F2E0
(247,242,224)
#F7F3E4
(247,243,228)
#F7F4E8
(247,244,232)
#F7F5EC
(247,245,236)
#F7F6F0
(247,246,240)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7EDCC; }

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

This text font color is #F7EDCC.


Background Color

.myBgColor { background-color: #F7EDCC; }

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

This div background color is #F7EDCC.


Border color

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

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

This div border color is #F7EDCC.


Opacity

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

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

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

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

This text has shadow with #F7EDCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7EDCC on black background.


Color preview on white background

This text has color #F7EDCC on white background.



Black color preview on #F7EDCC background

This text has black color on #F7EDCC background.


White color preview on #F7EDCC background

This text has white color on #F7EDCC background.