COLOR #F7D1CB

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

Color info

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

RGB color model

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

RGB: (247,209,203) (97%, 82%, 80%)

RGB channels and saturation

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

247
209
203

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

Portions of RGB colors in percentages

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

%37.48
%31.71
%30.8

CMYK color model

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

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

CMYK percentages

%0
%15.38
%17.81
%3.14

Codes

Color #F7D1CB in popluar color models

F7 D1 CB
RGB 247 209 203
HSL 73.33% 88.24%
HSB/HSV 17.81% 96.86%
CMYK 0.00% 15.38% 17.81%
3.14%

Color #F7D1CB in popluar number systems.

HEX F7 D1 CB
Decimal 247 209 203
Binary 11110111 11010001 11001011
Octal 367 321 313

Shades and tints

Shades of #F7D1CB

#F7D1CB
(247,209,203)
#E1BEB9
(225,190,185)
#CBABA7
(203,171,167)
#B59895
(181,152,149)
#9F8583
(159,133,131)
#897271
(137,114,113)
#735F5F
(115,95,95)
#5D4C4D
(93,76,77)
#47393B
(71,57,59)
#312629
(49,38,41)
#1B1317
(27,19,23)
#000000
(0,0,0)

Tints of #F7D1CB

#F7D1CB
(247,209,203)
#F7D5CF
(247,213,207)
#F7D9D3
(247,217,211)
#F7DDD7
(247,221,215)
#F7E1DB
(247,225,219)
#F7E5DF
(247,229,223)
#F7E9E3
(247,233,227)
#F7EDE7
(247,237,231)
#F7F1EB
(247,241,235)
#F7F5EF
(247,245,239)
#F7F9F3
(247,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7D1CB; }

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

This text font color is #F7D1CB.

Background Color

.myBgColor { background-color: #F7D1CB; }

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

This div background color is #F7D1CB.

Border color

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

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

This div border color is #F7D1CB.

Opacity

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

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

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

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

This text has shadow with #F7D1CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7D1CB.

Preview

Color preview on black background

This text has color #F7D1CB on black background.


Color preview on white background

This text has color #F7D1CB on white background.


Black color preview on #F7D1CB background

This text has black color on #F7D1CB background.


White color preview on #F7D1CB background

This text has white color on #F7D1CB background.


Related colors

Complementary color

Complementary color for #hex is #082E34.


I love getcolorcode.com

Triadic colors

1 #CBF7D1 and #D1CBF7 with #F7D1CB are triadic colors.

2 #CBD1F7 and #D1F7CB with #F7D1CB are triadic colors.