COLOR #F7DFC5

HEX: #F7DFC5 RGB: (247,223,197)

Color info

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

RGB color model

#F7DFC5 color RGB value is (247,223,197).

RGB: (247,223,197) (97%, 87%, 77%)

RGB channels and saturation

R 247 of 255 = 97%
G 223 of 255 = 87%
B 197 of 255 = 77%

247
223
197

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

Portions of RGB colors in percentages

R + G + B = 247 + 223 + 197 = 667 (100%)
R 247 of 667 ~ 37.03%
G 223 of 667 ~ 33.43%
B 197 of 667 ~ 29.54'%

%37.03
%33.43
%29.54

CMYK color model

#F7DFC5 color CMYK value is (0,10,20,3).

  • cyan value is 0.00%
  • magenta value is 9.72%
  • yellow value is 20.24%
  • key color value is 3.14%

CMYK: (0,10,20,3)
C0M10Y20K3 (0%, 10%, 20%, 3%)
(0.00 / 0.10 / 0.20 / 0.03)

CMYK percentages

%0
%9.72
%20.24
%3.14

Codes

Color #F7DFC5 in popluar color models

F7 DF C5
RGB 247 223 197
HSL 31° 75.76% 87.06%
HSB/HSV 31° 20.24% 96.86%
CMYK 0.00% 9.72% 20.24%
3.14%

Color #F7DFC5 in popluar number systems.

HEX F7 DF C5
Decimal 247 223 197
Binary 11110111 11011111 11000101
Octal 367 337 305

Shades and tints

Shades of #F7DFC5

#F7DFC5
(247,223,197)
#E1CBB4
(225,203,180)
#CBB7A3
(203,183,163)
#B5A392
(181,163,146)
#9F8F81
(159,143,129)
#897B70
(137,123,112)
#73675F
(115,103,95)
#5D534E
(93,83,78)
#473F3D
(71,63,61)
#312B2C
(49,43,44)
#1B171B
(27,23,27)
#000000
(0,0,0)

Tints of #F7DFC5

#F7DFC5
(247,223,197)
#F7E1CA
(247,225,202)
#F7E3CF
(247,227,207)
#F7E5D4
(247,229,212)
#F7E7D9
(247,231,217)
#F7E9DE
(247,233,222)
#F7EBE3
(247,235,227)
#F7EDE8
(247,237,232)
#F7EFED
(247,239,237)
#F7F1F2
(247,241,242)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7DFC5 color. Also use rgb(247,223,197) instead hex code.

Text Font Color

.myTextColor { color: #F7DFC5; }

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

This text font color is #F7DFC5.

Background Color

.myBgColor { background-color: #F7DFC5; }

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

This div background color is #F7DFC5.

Border color

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

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

This div border color is #F7DFC5.

Opacity

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

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

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

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

This text has shadow with #F7DFC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7DFC5.

Preview

Color preview on black background

This text has color #F7DFC5 on black background.


Color preview on white background

This text has color #F7DFC5 on white background.


Black color preview on #F7DFC5 background

This text has black color on #F7DFC5 background.


White color preview on #F7DFC5 background

This text has white color on #F7DFC5 background.


Related colors

Complementary color

Complementary color for #hex is #08203A.


I love getcolorcode.com

Triadic colors

1 #C5F7DF and #DFC5F7 with #F7DFC5 are triadic colors.

2 #C5DFF7 and #DFF7C5 with #F7DFC5 are triadic colors.