COLOR #F7DAD7

HEX: #F7DAD7
RGB: (247,218,215)

Color info

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

RGB color model

#F7DAD7 color RGB value is (247,218,215).

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

RGB channels and saturation

R 247 of 255 = 97%
G 218 of 255 = 85%
B 215 of 255 = 84%

247
218
215

R + G + B ~ 89%. #F7DAD7 is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 218 + 215 = 680 (100%)
R 247 of 680 ~ 36.32%
G 218 of 680 ~ 32.06%
B 215 of 680 ~ 31.62%

%36.32
%32.06
%31.62

CMYK color model

#F7DAD7 color CMYK value is (0,12,13,3).

  • cyan value is 0.00%
  • magenta value is 11.74%
  • yellow value is 12.96%
  • key color value is 3.14%
CMYK:
(0,12,13,3)
C0M12Y13K3 
(0%,12%,13%,3%)
(0.00/0.12/0.13/0.03)	

CMYK percentages

%0
%11.74
%12.96
%3.14

Codes

Color #F7DAD7 in popluar color models

F7DAD7
RGB247218215
HSL66.67%90.59%
HSB/HSV12.96%96.86%
CMYK0.00%11.74%12.96%
3.14%

Color #F7DAD7 in popluar number systems.

HEXF7DAD7
Decimal247218215
Binary111101111101101011010111
Octal367332327

Shades and tints

Shades of #F7DAD7

#F7DAD7
(247,218,215)
#E1C7C4
(225,199,196)
#CBB4B1
(203,180,177)
#B5A19E
(181,161,158)
#9F8E8B
(159,142,139)
#897B78
(137,123,120)
#736865
(115,104,101)
#5D5552
(93,85,82)
#47423F
(71,66,63)
#312F2C
(49,47,44)
#1B1C19
(27,28,25)
#000000
(0,0,0)

Tints of #F7DAD7

#F7DAD7
(247,218,215)
#F7DDDA
(247,221,218)
#F7E0DD
(247,224,221)
#F7E3E0
(247,227,224)
#F7E6E3
(247,230,227)
#F7E9E6
(247,233,230)
#F7ECE9
(247,236,233)
#F7EFEC
(247,239,236)
#F7F2EF
(247,242,239)
#F7F5F2
(247,245,242)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7DAD7; }

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

This text font color is #F7DAD7.


Background Color

.myBgColor { background-color: #F7DAD7; }

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

This div background color is #F7DAD7.


Border color

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

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

This div border color is #F7DAD7.


Opacity

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

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

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

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

This text has shadow with #F7DAD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7DAD7 on black background.


Color preview on white background

This text has color #F7DAD7 on white background.



Black color preview on #F7DAD7 background

This text has black color on #F7DAD7 background.


White color preview on #F7DAD7 background

This text has white color on #F7DAD7 background.