COLOR #F7D7CD

HEX: #F7D7CD RGB: (247,215,205)

Color info

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

RGB color model

#F7D7CD color RGB value is (247,215,205).

RGB: (247,215,205) (97%, 84%, 80%)

RGB channels and saturation

R 247 of 255 = 97%
G 215 of 255 = 84%
B 205 of 255 = 80%

247
215
205

R + G + B ~ 87%. #F7D7CD is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 215 + 205 = 667 (100%)
R 247 of 667 ~ 37.03%
G 215 of 667 ~ 32.23%
B 205 of 667 ~ 30.73'%

%37.03
%32.23
%30.73

CMYK color model

#F7D7CD color CMYK value is (0,13,17,3).

  • cyan value is 0.00%
  • magenta value is 12.96%
  • yellow value is 17.00%
  • key color value is 3.14%

CMYK: (0,13,17,3)
C0M13Y17K3 (0%, 13%, 17%, 3%)
(0.00 / 0.13 / 0.17 / 0.03)

CMYK percentages

%0
%12.96
%17
%3.14

Codes

Color #F7D7CD in popluar color models

F7 D7 CD
RGB 247 215 205
HSL 14° 72.41% 88.63%
HSB/HSV 14° 17.00% 96.86%
CMYK 0.00% 12.96% 17.00%
3.14%

Color #F7D7CD in popluar number systems.

HEX F7 D7 CD
Decimal 247 215 205
Binary 11110111 11010111 11001101
Octal 367 327 315

Shades and tints

Shades of #F7D7CD

#F7D7CD
(247,215,205)
#E1C4BB
(225,196,187)
#CBB1A9
(203,177,169)
#B59E97
(181,158,151)
#9F8B85
(159,139,133)
#897873
(137,120,115)
#736561
(115,101,97)
#5D524F
(93,82,79)
#473F3D
(71,63,61)
#312C2B
(49,44,43)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #F7D7CD

#F7D7CD
(247,215,205)
#F7DAD1
(247,218,209)
#F7DDD5
(247,221,213)
#F7E0D9
(247,224,217)
#F7E3DD
(247,227,221)
#F7E6E1
(247,230,225)
#F7E9E5
(247,233,229)
#F7ECE9
(247,236,233)
#F7EFED
(247,239,237)
#F7F2F1
(247,242,241)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7D7CD; }

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

This text font color is #F7D7CD.

Background Color

.myBgColor { background-color: #F7D7CD; }

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

This div background color is #F7D7CD.

Border color

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

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

This div border color is #F7D7CD.

Opacity

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

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

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

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

This text has shadow with #F7D7CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7D7CD.

Preview

Color preview on black background

This text has color #F7D7CD on black background.


Color preview on white background

This text has color #F7D7CD on white background.


Black color preview on #F7D7CD background

This text has black color on #F7D7CD background.


White color preview on #F7D7CD background

This text has white color on #F7D7CD background.


Related colors

Complementary color

Complementary color for #hex is #082832.


I love getcolorcode.com

Triadic colors

1 #CDF7D7 and #D7CDF7 with #F7D7CD are triadic colors.

2 #CDD7F7 and #D7F7CD with #F7D7CD are triadic colors.