COLOR #F7DABF

HEX: #F7DABF
RGB: (247,218,191)

Color info

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

RGB color model

#F7DABF color RGB value is (247,218,191).

  • red value is 247;
  • green value is 218;
  • blue value is 191.
RGB:
(247,218,191)
(97%,85%,75%)

RGB channels and saturation

R 247 of 255 = 97%
G 218 of 255 = 85%
B 191 of 255 = 75%

247
218
191

R + G + B ~ 86%. #F7DABF is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 218 + 191 = 656 (100%)
R 247 of 656 ~ 37.65%
G 218 of 656 ~ 33.23%
B 191 of 656 ~ 29.12%

%37.65
%33.23
%29.12

CMYK color model

#F7DABF color CMYK value is (0,12,23,3).

  • cyan value is 0.00%
  • magenta value is 11.74%
  • yellow value is 22.67%
  • key color value is 3.14%
CMYK:
(0,12,23,3)
C0M12Y23K3 
(0%,12%,23%,3%)
(0.00/0.12/0.23/0.03)	

CMYK percentages

%0
%11.74
%22.67
%3.14

Codes

Color #F7DABF in popluar color models

F7DABF
RGB247218191
HSL29°77.78%85.88%
HSB/HSV29°22.67%96.86%
CMYK0.00%11.74%22.67%
3.14%

Color #F7DABF in popluar number systems.

HEXF7DABF
Decimal247218191
Binary111101111101101010111111
Octal367332277

Shades and tints

Shades of #F7DABF

#F7DABF
(247,218,191)
#E1C7AE
(225,199,174)
#CBB49D
(203,180,157)
#B5A18C
(181,161,140)
#9F8E7B
(159,142,123)
#897B6A
(137,123,106)
#736859
(115,104,89)
#5D5548
(93,85,72)
#474237
(71,66,55)
#312F26
(49,47,38)
#1B1C15
(27,28,21)
#000000
(0,0,0)

Tints of #F7DABF

#F7DABF
(247,218,191)
#F7DDC4
(247,221,196)
#F7E0C9
(247,224,201)
#F7E3CE
(247,227,206)
#F7E6D3
(247,230,211)
#F7E9D8
(247,233,216)
#F7ECDD
(247,236,221)
#F7EFE2
(247,239,226)
#F7F2E7
(247,242,231)
#F7F5EC
(247,245,236)
#F7F8F1
(247,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7DABF; }

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

This text font color is #F7DABF.


Background Color

.myBgColor { background-color: #F7DABF; }

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

This div background color is #F7DABF.


Border color

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

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

This div border color is #F7DABF.


Opacity

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

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

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

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

This text has shadow with #F7DABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7DABF on black background.


Color preview on white background

This text has color #F7DABF on white background.



Black color preview on #F7DABF background

This text has black color on #F7DABF background.


White color preview on #F7DABF background

This text has white color on #F7DABF background.