COLOR #F7CBD1

HEX: #F7CBD1
RGB: (247,203,209)

Color info

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

RGB color model

#F7CBD1 color RGB value is (247,203,209).

  • red value is 247;
  • green value is 203;
  • blue value is 209.
RGB:
(247,203,209)
(97%,80%,82%)

RGB channels and saturation

R 247 of 255 = 97%
G 203 of 255 = 80%
B 209 of 255 = 82%

247
203
209

R + G + B ~ 86%. #F7CBD1 is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 203 + 209 = 659 (100%)
R 247 of 659 ~ 37.48%
G 203 of 659 ~ 30.8%
B 209 of 659 ~ 31.71%

%37.48
%30.8
%31.71

CMYK color model

#F7CBD1 color CMYK value is (0,18,15,3).

  • cyan value is 0.00%
  • magenta value is 17.81%
  • yellow value is 15.38%
  • key color value is 3.14%
CMYK:
(0,18,15,3)
C0M18Y15K3 
(0%,18%,15%,3%)
(0.00/0.18/0.15/0.03)	

CMYK percentages

%0
%17.81
%15.38
%3.14

Codes

Color #F7CBD1 in popluar color models

F7CBD1
RGB247203209
HSL352°73.33%88.24%
HSB/HSV352°17.81%96.86%
CMYK0.00%17.81%15.38%
3.14%

Color #F7CBD1 in popluar number systems.

HEXF7CBD1
Decimal247203209
Binary111101111100101111010001
Octal367313321

Shades and tints

Shades of #F7CBD1

#F7CBD1
(247,203,209)
#E1B9BE
(225,185,190)
#CBA7AB
(203,167,171)
#B59598
(181,149,152)
#9F8385
(159,131,133)
#897172
(137,113,114)
#735F5F
(115,95,95)
#5D4D4C
(93,77,76)
#473B39
(71,59,57)
#312926
(49,41,38)
#1B1713
(27,23,19)
#000000
(0,0,0)

Tints of #F7CBD1

#F7CBD1
(247,203,209)
#F7CFD5
(247,207,213)
#F7D3D9
(247,211,217)
#F7D7DD
(247,215,221)
#F7DBE1
(247,219,225)
#F7DFE5
(247,223,229)
#F7E3E9
(247,227,233)
#F7E7ED
(247,231,237)
#F7EBF1
(247,235,241)
#F7EFF5
(247,239,245)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7CBD1 color. Also use rgb(247,203,209) instead hex code.

Text Font Color

.myTextColor { color: #F7CBD1; }

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

This text font color is #F7CBD1.


Background Color

.myBgColor { background-color: #F7CBD1; }

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

This div background color is #F7CBD1.


Border color

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

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

This div border color is #F7CBD1.


Opacity

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

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

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

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

This text has shadow with #F7CBD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7CBD1 on black background.


Color preview on white background

This text has color #F7CBD1 on white background.



Black color preview on #F7CBD1 background

This text has black color on #F7CBD1 background.


White color preview on #F7CBD1 background

This text has white color on #F7CBD1 background.