COLOR #F7DBDA

HEX: #F7DBDA RGB: (247,219,218)

Color info

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

RGB color model

#F7DBDA color RGB value is (247,219,218).

RGB: (247,219,218) (97%, 86%, 85%)

RGB channels and saturation

R 247 of 255 = 97%
G 219 of 255 = 86%
B 218 of 255 = 85%

247
219
218

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

Portions of RGB colors in percentages

R + G + B = 247 + 219 + 218 = 684 (100%)
R 247 of 684 ~ 36.11%
G 219 of 684 ~ 32.02%
B 218 of 684 ~ 31.87'%

%36.11
%32.02
%31.87

CMYK color model

#F7DBDA color CMYK value is (0,11,12,3).

  • cyan value is 0.00%
  • magenta value is 11.34%
  • yellow value is 11.74%
  • key color value is 3.14%

CMYK: (0,11,12,3)
C0M11Y12K3 (0%, 11%, 12%, 3%)
(0.00 / 0.11 / 0.12 / 0.03)

CMYK percentages

%0
%11.34
%11.74
%3.14

Codes

Color #F7DBDA in popluar color models

F7 DB DA
RGB 247 219 218
HSL 64.44% 91.18%
HSB/HSV 11.74% 96.86%
CMYK 0.00% 11.34% 11.74%
3.14%

Color #F7DBDA in popluar number systems.

HEX F7 DB DA
Decimal 247 219 218
Binary 11110111 11011011 11011010
Octal 367 333 332

Shades and tints

Shades of #F7DBDA

#F7DBDA
(247,219,218)
#E1C8C7
(225,200,199)
#CBB5B4
(203,181,180)
#B5A2A1
(181,162,161)
#9F8F8E
(159,143,142)
#897C7B
(137,124,123)
#736968
(115,105,104)
#5D5655
(93,86,85)
#474342
(71,67,66)
#31302F
(49,48,47)
#1B1D1C
(27,29,28)
#000000
(0,0,0)

Tints of #F7DBDA

#F7DBDA
(247,219,218)
#F7DEDD
(247,222,221)
#F7E1E0
(247,225,224)
#F7E4E3
(247,228,227)
#F7E7E6
(247,231,230)
#F7EAE9
(247,234,233)
#F7EDEC
(247,237,236)
#F7F0EF
(247,240,239)
#F7F3F2
(247,243,242)
#F7F6F5
(247,246,245)
#F7F9F8
(247,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7DBDA; }

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

This text font color is #F7DBDA.

Background Color

.myBgColor { background-color: #F7DBDA; }

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

This div background color is #F7DBDA.

Border color

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

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

This div border color is #F7DBDA.

Opacity

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

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

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

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

This text has shadow with #F7DBDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7DBDA.

Preview

Color preview on black background

This text has color #F7DBDA on black background.


Color preview on white background

This text has color #F7DBDA on white background.


Black color preview on #F7DBDA background

This text has black color on #F7DBDA background.


White color preview on #F7DBDA background

This text has white color on #F7DBDA background.


Related colors

Complementary color

Complementary color for #hex is #082425.


I love getcolorcode.com

Triadic colors

1 #DAF7DB and #DBDAF7 with #F7DBDA are triadic colors.

2 #DADBF7 and #DBF7DA with #F7DBDA are triadic colors.