COLOR #F7DCC6

HEX: #F7DCC6 RGB: (247,220,198)

Color info

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

RGB color model

#F7DCC6 color RGB value is (247,220,198).

RGB: (247,220,198) (97%, 86%, 78%)

RGB channels and saturation

R 247 of 255 = 97%
G 220 of 255 = 86%
B 198 of 255 = 78%

247
220
198

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

Portions of RGB colors in percentages

R + G + B = 247 + 220 + 198 = 665 (100%)
R 247 of 665 ~ 37.14%
G 220 of 665 ~ 33.08%
B 198 of 665 ~ 29.77'%

%37.14
%33.08
%29.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.93%
  • yellow value is 19.84%
  • key color value is 3.14%

CMYK: (0,11,20,3)
C0M11Y20K3 (0%, 11%, 20%, 3%)
(0.00 / 0.11 / 0.20 / 0.03)

CMYK percentages

%0
%10.93
%19.84
%3.14

Codes

Color #F7DCC6 in popluar color models

F7 DC C6
RGB 247 220 198
HSL 27° 75.38% 87.25%
HSB/HSV 27° 19.84% 96.86%
CMYK 0.00% 10.93% 19.84%
3.14%

Color #F7DCC6 in popluar number systems.

HEX F7 DC C6
Decimal 247 220 198
Binary 11110111 11011100 11000110
Octal 367 334 306

Shades and tints

Shades of #F7DCC6

#F7DCC6
(247,220,198)
#E1C8B4
(225,200,180)
#CBB4A2
(203,180,162)
#B5A090
(181,160,144)
#9F8C7E
(159,140,126)
#89786C
(137,120,108)
#73645A
(115,100,90)
#5D5048
(93,80,72)
#473C36
(71,60,54)
#312824
(49,40,36)
#1B1412
(27,20,18)
#000000
(0,0,0)

Tints of #F7DCC6

#F7DCC6
(247,220,198)
#F7DFCB
(247,223,203)
#F7E2D0
(247,226,208)
#F7E5D5
(247,229,213)
#F7E8DA
(247,232,218)
#F7EBDF
(247,235,223)
#F7EEE4
(247,238,228)
#F7F1E9
(247,241,233)
#F7F4EE
(247,244,238)
#F7F7F3
(247,247,243)
#F7FAF8
(247,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7DCC6 color. Also use rgb(247,220,198) instead hex code.

Text Font Color

.myTextColor { color: #F7DCC6; }

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

This text font color is #F7DCC6.

Background Color

.myBgColor { background-color: #F7DCC6; }

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

This div background color is #F7DCC6.

Border color

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

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

This div border color is #F7DCC6.

Opacity

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

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

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

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

This text has shadow with #F7DCC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7DCC6.

Preview

Color preview on black background

This text has color #F7DCC6 on black background.


Color preview on white background

This text has color #F7DCC6 on white background.


Black color preview on #F7DCC6 background

This text has black color on #F7DCC6 background.


White color preview on #F7DCC6 background

This text has white color on #F7DCC6 background.


Related colors

Complementary color

Complementary color for #hex is #082339.


I love getcolorcode.com

Triadic colors

1 #C6F7DC and #DCC6F7 with #F7DCC6 are triadic colors.

2 #C6DCF7 and #DCF7C6 with #F7DCC6 are triadic colors.