COLOR #F7CBBA

HEX: #F7CBBA
RGB: (247,203,186)

Color info

#F7CBBA contains mainly red and green colors. Web safe color of #F7CBBA is #FFCCCC (or #FCC).

RGB color model

#F7CBBA color RGB value is (247,203,186).

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

RGB channels and saturation

R 247 of 255 = 97%
G 203 of 255 = 80%
B 186 of 255 = 73%

247
203
186

R + G + B ~ 83%. #F7CBBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 203 + 186 = 636 (100%)
R 247 of 636 ~ 38.84%
G 203 of 636 ~ 31.92%
B 186 of 636 ~ 29.25%

%38.84
%31.92
%29.25

CMYK color model

#F7CBBA color CMYK value is (0,18,25,3).

  • cyan value is 0.00%
  • magenta value is 17.81%
  • yellow value is 24.70%
  • key color value is 3.14%
CMYK:
(0,18,25,3)
C0M18Y25K3 
(0%,18%,25%,3%)
(0.00/0.18/0.25/0.03)	

CMYK percentages

%0
%17.81
%24.7
%3.14

Codes

Color #F7CBBA in popluar color models

F7CBBA
RGB247203186
HSL17°79.22%84.90%
HSB/HSV17°24.70%96.86%
CMYK0.00%17.81%24.70%
3.14%

Color #F7CBBA in popluar number systems.

HEXF7CBBA
Decimal247203186
Binary111101111100101110111010
Octal367313272

Shades and tints

Shades of #F7CBBA

#F7CBBA
(247,203,186)
#E1B9AA
(225,185,170)
#CBA79A
(203,167,154)
#B5958A
(181,149,138)
#9F837A
(159,131,122)
#89716A
(137,113,106)
#735F5A
(115,95,90)
#5D4D4A
(93,77,74)
#473B3A
(71,59,58)
#31292A
(49,41,42)
#1B171A
(27,23,26)
#000000
(0,0,0)

Tints of #F7CBBA

#F7CBBA
(247,203,186)
#F7CFC0
(247,207,192)
#F7D3C6
(247,211,198)
#F7D7CC
(247,215,204)
#F7DBD2
(247,219,210)
#F7DFD8
(247,223,216)
#F7E3DE
(247,227,222)
#F7E7E4
(247,231,228)
#F7EBEA
(247,235,234)
#F7EFF0
(247,239,240)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7CBBA; }

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

This text font color is #F7CBBA.


Background Color

.myBgColor { background-color: #F7CBBA; }

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

This div background color is #F7CBBA.


Border color

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

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

This div border color is #F7CBBA.


Opacity

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

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

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

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

This text has shadow with #F7CBBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7CBBA on black background.


Color preview on white background

This text has color #F7CBBA on white background.



Black color preview on #F7CBBA background

This text has black color on #F7CBBA background.


White color preview on #F7CBBA background

This text has white color on #F7CBBA background.