COLOR #F7CFBC

HEX: #F7CFBC
RGB: (247,207,188)

Color info

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

RGB color model

#F7CFBC color RGB value is (247,207,188).

  • red value is 247;
  • green value is 207;
  • blue value is 188.
RGB:
(247,207,188)
(97%,81%,74%)

RGB channels and saturation

R 247 of 255 = 97%
G 207 of 255 = 81%
B 188 of 255 = 74%

247
207
188

R + G + B ~ 84%. #F7CFBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 207 + 188 = 642 (100%)
R 247 of 642 ~ 38.47%
G 207 of 642 ~ 32.24%
B 188 of 642 ~ 29.28%

%38.47
%32.24
%29.28

CMYK color model

#F7CFBC color CMYK value is (0,16,24,3).

  • cyan value is 0.00%
  • magenta value is 16.19%
  • yellow value is 23.89%
  • key color value is 3.14%
CMYK:
(0,16,24,3)
C0M16Y24K3 
(0%,16%,24%,3%)
(0.00/0.16/0.24/0.03)	

CMYK percentages

%0
%16.19
%23.89
%3.14

Codes

Color #F7CFBC in popluar color models

F7CFBC
RGB247207188
HSL19°78.67%85.29%
HSB/HSV19°23.89%96.86%
CMYK0.00%16.19%23.89%
3.14%

Color #F7CFBC in popluar number systems.

HEXF7CFBC
Decimal247207188
Binary111101111100111110111100
Octal367317274

Shades and tints

Shades of #F7CFBC

#F7CFBC
(247,207,188)
#E1BDAB
(225,189,171)
#CBAB9A
(203,171,154)
#B59989
(181,153,137)
#9F8778
(159,135,120)
#897567
(137,117,103)
#736356
(115,99,86)
#5D5145
(93,81,69)
#473F34
(71,63,52)
#312D23
(49,45,35)
#1B1B12
(27,27,18)
#000000
(0,0,0)

Tints of #F7CFBC

#F7CFBC
(247,207,188)
#F7D3C2
(247,211,194)
#F7D7C8
(247,215,200)
#F7DBCE
(247,219,206)
#F7DFD4
(247,223,212)
#F7E3DA
(247,227,218)
#F7E7E0
(247,231,224)
#F7EBE6
(247,235,230)
#F7EFEC
(247,239,236)
#F7F3F2
(247,243,242)
#F7F7F8
(247,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7CFBC color. Also use rgb(247,207,188) instead hex code.

Text Font Color

.myTextColor { color: #F7CFBC; }

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

This text font color is #F7CFBC.


Background Color

.myBgColor { background-color: #F7CFBC; }

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

This div background color is #F7CFBC.


Border color

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

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

This div border color is #F7CFBC.


Opacity

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

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

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

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

This text has shadow with #F7CFBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7CFBC on black background.


Color preview on white background

This text has color #F7CFBC on white background.



Black color preview on #F7CFBC background

This text has black color on #F7CFBC background.


White color preview on #F7CFBC background

This text has white color on #F7CFBC background.