COLOR #F7CDC7

HEX: #F7CDC7
RGB: (247,205,199)

Color info

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

RGB color model

#F7CDC7 color RGB value is (247,205,199).

  • red value is 247;
  • green value is 205;
  • blue value is 199.
RGB: (247,205,199) (97%,80%,78%)

RGB channels and saturation

R 247 of 255 = 97%
G 205 of 255 = 80%
B 199 of 255 = 78%

247
205
199

R + G + B ~ 85%. #F7CDC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 205 + 199 = 651 (100%)
R 247 of 651 ~ 37.94%
G 205 of 651 ~ 31.49%
B 199 of 651 ~ 30.57%

%37.94
%31.49
%30.57

CMYK color model

#F7CDC7 color CMYK value is (0,17,19,3).

  • cyan value is 0.00%
  • magenta value is 17.00%
  • yellow value is 19.43%
  • key color value is 3.14%
CMYK: (0,17,19,3) C0M17Y19K3 (0%,17%,19%,3%) (0.00/0.17/0.19/0.03)

CMYK percentages

%0
%17
%19.43
%3.14

Codes

Color #F7CDC7 in popluar color models

F7CDC7
RGB247205199
HSL75.00%87.45%
HSB/HSV19.43%96.86%
CMYK0.00%17.00%19.43%
3.14%

Color #F7CDC7 in popluar number systems.

HEXF7CDC7
Decimal247205199
Binary111101111100110111000111
Octal367315307

Shades and tints

Shades of #F7CDC7

#F7CDC7
(247,205,199)
#E1BBB5
(225,187,181)
#CBA9A3
(203,169,163)
#B59791
(181,151,145)
#9F857F
(159,133,127)
#89736D
(137,115,109)
#73615B
(115,97,91)
#5D4F49
(93,79,73)
#473D37
(71,61,55)
#312B25
(49,43,37)
#1B1913
(27,25,19)
#000000
(0,0,0)

Tints of #F7CDC7

#F7CDC7
(247,205,199)
#F7D1CC
(247,209,204)
#F7D5D1
(247,213,209)
#F7D9D6
(247,217,214)
#F7DDDB
(247,221,219)
#F7E1E0
(247,225,224)
#F7E5E5
(247,229,229)
#F7E9EA
(247,233,234)
#F7EDEF
(247,237,239)
#F7F1F4
(247,241,244)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7CDC7; }

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

This text font color is #F7CDC7.


Background Color

.myBgColor { background-color: #F7CDC7; }

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

This div background color is #F7CDC7.


Border color

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

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

This div border color is #F7CDC7.


Opacity

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

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

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

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

This text has shadow with #F7CDC7 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #F7CDC7; -webkit-box-shadow:	1px 1px 3px 2px #F7CDC7; box-shadow:	1px 1px 3px 2px #F7CDC7; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #F7CDC7; -webkit-box-shadow: 1px 1px 3px 2px #F7CDC7; box-shadow:1px 1px 3px 2px #F7CDC7;">
Div content here</div>
This div box has shadow with color #F7CDC7.

Preview

Color preview on black background

This text has color #F7CDC7 on black background.


Color preview on white background

This text has color #F7CDC7 on white background.



Black color preview on #F7CDC7 background

This text has black color on #F7CDC7 background.


White color preview on #F7CDC7 background

This text has white color on #F7CDC7 background.