COLOR #F7DBDD

HEX: #F7DBDD RGB: (247,219,221)

Color info

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

RGB color model

#F7DBDD color RGB value is (247,219,221).

RGB: (247,219,221) (97%, 86%, 87%)

RGB channels and saturation

R 247 of 255 = 97%
G 219 of 255 = 86%
B 221 of 255 = 87%

247
219
221

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

Portions of RGB colors in percentages

R + G + B = 247 + 219 + 221 = 687 (100%)
R 247 of 687 ~ 35.95%
G 219 of 687 ~ 31.88%
B 221 of 687 ~ 32.17'%

%35.95
%31.88
%32.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.34%
  • yellow value is 10.53%
  • key color value is 3.14%
CMYK: (0,11,11,3) C0M11Y11K3 (0%,11%,11%,3%) (0.00/0.11/0.11/0.03) 

CMYK percentages

%0
%11.34
%10.53
%3.14

Codes

Color #F7DBDD in popluar color models

F7 DB DD
RGB 247 219 221
HSL 356° 63.64% 91.37%
HSB/HSV 356° 11.34% 96.86%
CMYK 0.00% 11.34% 10.53%
3.14%

Color #F7DBDD in popluar number systems.

HEX F7 DB DD
Decimal 247 219 221
Binary 11110111 11011011 11011101
Octal 367 333 335

Shades and tints

Shades of #F7DBDD

#F7DBDD
(247,219,221)
#E1C8C9
(225,200,201)
#CBB5B5
(203,181,181)
#B5A2A1
(181,162,161)
#9F8F8D
(159,143,141)
#897C79
(137,124,121)
#736965
(115,105,101)
#5D5651
(93,86,81)
#47433D
(71,67,61)
#313029
(49,48,41)
#1B1D15
(27,29,21)
#000000
(0,0,0)

Tints of #F7DBDD

#F7DBDD
(247,219,221)
#F7DEE0
(247,222,224)
#F7E1E3
(247,225,227)
#F7E4E6
(247,228,230)
#F7E7E9
(247,231,233)
#F7EAEC
(247,234,236)
#F7EDEF
(247,237,239)
#F7F0F2
(247,240,242)
#F7F3F5
(247,243,245)
#F7F6F8
(247,246,248)
#F7F9FB
(247,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7DBDD; }

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

This text font color is #F7DBDD.

Background Color

.myBgColor { background-color: #F7DBDD; }

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

This div background color is #F7DBDD.

Border color

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

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

This div border color is #F7DBDD.

Opacity

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

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

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

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

This text has shadow with #F7DBDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7DBDD.

Preview

Color preview on black background

This text has color #F7DBDD on black background.


Color preview on white background

This text has color #F7DBDD on white background.


Black color preview on #F7DBDD background

This text has black color on #F7DBDD background.


White color preview on #F7DBDD background

This text has white color on #F7DBDD background.


Related colors

Complementary color

Complementary color for #hex is #082422.


I love getcolorcode.com

Triadic colors

1 #DDF7DB and #DBDDF7 with #F7DBDD are triadic colors.

2 #DDDBF7 and #DBF7DD with #F7DBDD are triadic colors.