COLOR #F8D3B7

HEX: #F8D3B7
RGB: (248,211,183)

Color info

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

RGB color model

#F8D3B7 color RGB value is (248,211,183).

  • red value is 248;
  • green value is 211;
  • blue value is 183.
RGB:
(248,211,183)
(97%,83%,72%)

RGB channels and saturation

R 248 of 255 = 97%
G 211 of 255 = 83%
B 183 of 255 = 72%

248
211
183

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

Portions of RGB colors in percentages

R + G + B =
248 + 211 + 183 = 642 (100%)
R 248 of 642 ~ 38.63%
G 211 of 642 ~ 32.87%
B 183 of 642 ~ 28.5%

%38.63
%32.87
%28.5

CMYK color model

#F8D3B7 color CMYK value is (0,15,26,3).

  • cyan value is 0.00%
  • magenta value is 14.92%
  • yellow value is 26.21%
  • key color value is 2.75%
CMYK:
(0,15,26,3)
C0M15Y26K3 
(0%,15%,26%,3%)
(0.00/0.15/0.26/0.03)	

CMYK percentages

%0
%14.92
%26.21
%2.75

Codes

Color #F8D3B7 in popluar color models

F8D3B7
RGB248211183
HSL26°82.28%84.51%
HSB/HSV26°26.21%97.25%
CMYK0.00%14.92%26.21%
2.75%

Color #F8D3B7 in popluar number systems.

HEXF8D3B7
Decimal248211183
Binary111110001101001110110111
Octal370323267

Shades and tints

Shades of #F8D3B7

#F8D3B7
(248,211,183)
#E2C0A7
(226,192,167)
#CCAD97
(204,173,151)
#B69A87
(182,154,135)
#A08777
(160,135,119)
#8A7467
(138,116,103)
#746157
(116,97,87)
#5E4E47
(94,78,71)
#483B37
(72,59,55)
#322827
(50,40,39)
#1C1517
(28,21,23)
#000000
(0,0,0)

Tints of #F8D3B7

#F8D3B7
(248,211,183)
#F8D7BD
(248,215,189)
#F8DBC3
(248,219,195)
#F8DFC9
(248,223,201)
#F8E3CF
(248,227,207)
#F8E7D5
(248,231,213)
#F8EBDB
(248,235,219)
#F8EFE1
(248,239,225)
#F8F3E7
(248,243,231)
#F8F7ED
(248,247,237)
#F8FBF3
(248,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8D3B7 color. Also use rgb(248,211,183) instead hex code.

Text Font Color

.myTextColor { color: #F8D3B7; }

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

This text font color is #F8D3B7.


Background Color

.myBgColor { background-color: #F8D3B7; }

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

This div background color is #F8D3B7.


Border color

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

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

This div border color is #F8D3B7.


Opacity

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

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

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

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

This text has shadow with #F8D3B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8D3B7 on black background.


Color preview on white background

This text has color #F8D3B7 on white background.



Black color preview on #F8D3B7 background

This text has black color on #F8D3B7 background.


White color preview on #F8D3B7 background

This text has white color on #F8D3B7 background.