COLOR #F7D1B5

HEX: #F7D1B5
RGB: (247,209,181)

Color info

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

RGB color model

#F7D1B5 color RGB value is (247,209,181).

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

RGB channels and saturation

R 247 of 255 = 97%
G 209 of 255 = 82%
B 181 of 255 = 71%

247
209
181

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

Portions of RGB colors in percentages

R + G + B =
247 + 209 + 181 = 637 (100%)
R 247 of 637 ~ 38.78%
G 209 of 637 ~ 32.81%
B 181 of 637 ~ 28.41%

%38.78
%32.81
%28.41

CMYK color model

#F7D1B5 color CMYK value is (0,15,27,3).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 26.72%
  • key color value is 3.14%
CMYK: (0,15,27,3) C0M15Y27K3 (0%,15%,27%,3%) (0.00/0.15/0.27/0.03)

CMYK percentages

%0
%15.38
%26.72
%3.14

Codes

Color #F7D1B5 in popluar color models

F7D1B5
RGB247209181
HSL25°80.49%83.92%
HSB/HSV25°26.72%96.86%
CMYK0.00%15.38%26.72%
3.14%

Color #F7D1B5 in popluar number systems.

HEXF7D1B5
Decimal247209181
Binary111101111101000110110101
Octal367321265

Shades and tints

Shades of #F7D1B5

#F7D1B5
(247,209,181)
#E1BEA5
(225,190,165)
#CBAB95
(203,171,149)
#B59885
(181,152,133)
#9F8575
(159,133,117)
#897265
(137,114,101)
#735F55
(115,95,85)
#5D4C45
(93,76,69)
#473935
(71,57,53)
#312625
(49,38,37)
#1B1315
(27,19,21)
#000000
(0,0,0)

Tints of #F7D1B5

#F7D1B5
(247,209,181)
#F7D5BB
(247,213,187)
#F7D9C1
(247,217,193)
#F7DDC7
(247,221,199)
#F7E1CD
(247,225,205)
#F7E5D3
(247,229,211)
#F7E9D9
(247,233,217)
#F7EDDF
(247,237,223)
#F7F1E5
(247,241,229)
#F7F5EB
(247,245,235)
#F7F9F1
(247,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7D1B5; }

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

This text font color is #F7D1B5.


Background Color

.myBgColor { background-color: #F7D1B5; }

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

This div background color is #F7D1B5.


Border color

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

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

This div border color is #F7D1B5.


Opacity

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

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

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

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

This text has shadow with #F7D1B5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #F7D1B5 on black background.


Color preview on white background

This text has color #F7D1B5 on white background.



Black color preview on #F7D1B5 background

This text has black color on #F7D1B5 background.


White color preview on #F7D1B5 background

This text has white color on #F7D1B5 background.