COLOR #F8DB87

HEX: #F8DB87
RGB: (248,219,135)

Color info

#F8DB87 contains mainly red and green colors. Web safe color of #F8DB87 is #FFCC99 (or #FC9).

RGB color model

#F8DB87 color RGB value is (248,219,135).

  • red value is 248;
  • green value is 219;
  • blue value is 135.
RGB:
(248,219,135)
(97%,86%,53%)

RGB channels and saturation

R 248 of 255 = 97%
G 219 of 255 = 86%
B 135 of 255 = 53%

248
219
135

R + G + B ~ 79%. #F8DB87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 219 + 135 = 602 (100%)
R 248 of 602 ~ 41.2%
G 219 of 602 ~ 36.38%
B 135 of 602 ~ 22.43%

%41.2
%36.38
%22.43

CMYK color model

#F8DB87 color CMYK value is (0,12,46,3).

  • cyan value is 0.00%
  • magenta value is 11.69%
  • yellow value is 45.56%
  • key color value is 2.75%
CMYK:
(0,12,46,3)
C0M12Y46K3 
(0%,12%,46%,3%)
(0.00/0.12/0.46/0.03)	

CMYK percentages

%0
%11.69
%45.56
%2.75

Codes

Color #F8DB87 in popluar color models

F8DB87
RGB248219135
HSL45°88.98%75.10%
HSB/HSV45°45.56%97.25%
CMYK0.00%11.69%45.56%
2.75%

Color #F8DB87 in popluar number systems.

HEXF8DB87
Decimal248219135
Binary111110001101101110000111
Octal370333207

Shades and tints

Shades of #F8DB87

#F8DB87
(248,219,135)
#E2C87B
(226,200,123)
#CCB56F
(204,181,111)
#B6A263
(182,162,99)
#A08F57
(160,143,87)
#8A7C4B
(138,124,75)
#74693F
(116,105,63)
#5E5633
(94,86,51)
#484327
(72,67,39)
#32301B
(50,48,27)
#1C1D0F
(28,29,15)
#000000
(0,0,0)

Tints of #F8DB87

#F8DB87
(248,219,135)
#F8DE91
(248,222,145)
#F8E19B
(248,225,155)
#F8E4A5
(248,228,165)
#F8E7AF
(248,231,175)
#F8EAB9
(248,234,185)
#F8EDC3
(248,237,195)
#F8F0CD
(248,240,205)
#F8F3D7
(248,243,215)
#F8F6E1
(248,246,225)
#F8F9EB
(248,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8DB87 color. Also use rgb(248,219,135) instead hex code.

Text Font Color

.myTextColor { color: #F8DB87; }

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

This text font color is #F8DB87.


Background Color

.myBgColor { background-color: #F8DB87; }

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

This div background color is #F8DB87.


Border color

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

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

This div border color is #F8DB87.


Opacity

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

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

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

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

This text has shadow with #F8DB87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8DB87 on black background.


Color preview on white background

This text has color #F8DB87 on white background.



Black color preview on #F8DB87 background

This text has black color on #F8DB87 background.


White color preview on #F8DB87 background

This text has white color on #F8DB87 background.