COLOR #F7F2DB

HEX: #F7F2DB
RGB: (247,242,219)

Color info

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

RGB color model

#F7F2DB color RGB value is (247,242,219).

  • red value is 247;
  • green value is 242;
  • blue value is 219.
RGB:
(247,242,219)
(97%,95%,86%)

RGB channels and saturation

R 247 of 255 = 97%
G 242 of 255 = 95%
B 219 of 255 = 86%

247
242
219

R + G + B ~ 93%. #F7F2DB is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 242 + 219 = 708 (100%)
R 247 of 708 ~ 34.89%
G 242 of 708 ~ 34.18%
B 219 of 708 ~ 30.93%

%34.89
%34.18
%30.93

CMYK color model

#F7F2DB color CMYK value is (0,2,11,3).

  • cyan value is 0.00%
  • magenta value is 2.02%
  • yellow value is 11.34%
  • key color value is 3.14%
CMYK:
(0,2,11,3)
C0M2Y11K3 
(0%,2%,11%,3%)
(0.00/0.02/0.11/0.03)	

CMYK percentages

%0
%2.02
%11.34
%3.14

Codes

Color #F7F2DB in popluar color models

F7F2DB
RGB247242219
HSL49°63.64%91.37%
HSB/HSV49°11.34%96.86%
CMYK0.00%2.02%11.34%
3.14%

Color #F7F2DB in popluar number systems.

HEXF7F2DB
Decimal247242219
Binary111101111111001011011011
Octal367362333

Shades and tints

Shades of #F7F2DB

#F7F2DB
(247,242,219)
#E1DCC8
(225,220,200)
#CBC6B5
(203,198,181)
#B5B0A2
(181,176,162)
#9F9A8F
(159,154,143)
#89847C
(137,132,124)
#736E69
(115,110,105)
#5D5856
(93,88,86)
#474243
(71,66,67)
#312C30
(49,44,48)
#1B161D
(27,22,29)
#000000
(0,0,0)

Tints of #F7F2DB

#F7F2DB
(247,242,219)
#F7F3DE
(247,243,222)
#F7F4E1
(247,244,225)
#F7F5E4
(247,245,228)
#F7F6E7
(247,246,231)
#F7F7EA
(247,247,234)
#F7F8ED
(247,248,237)
#F7F9F0
(247,249,240)
#F7FAF3
(247,250,243)
#F7FBF6
(247,251,246)
#F7FCF9
(247,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7F2DB color. Also use rgb(247,242,219) instead hex code.

Text Font Color

.myTextColor { color: #F7F2DB; }

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

This text font color is #F7F2DB.


Background Color

.myBgColor { background-color: #F7F2DB; }

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

This div background color is #F7F2DB.


Border color

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

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

This div border color is #F7F2DB.


Opacity

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

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

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

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

This text has shadow with #F7F2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7F2DB on black background.


Color preview on white background

This text has color #F7F2DB on white background.



Black color preview on #F7F2DB background

This text has black color on #F7F2DB background.


White color preview on #F7F2DB background

This text has white color on #F7F2DB background.