COLOR #F8DBA8

HEX: #F8DBA8
RGB: (248,219,168)

Color info

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

RGB color model

#F8DBA8 color RGB value is (248,219,168).

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

RGB channels and saturation

R 248 of 255 = 97%
G 219 of 255 = 86%
B 168 of 255 = 66%

248
219
168

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

Portions of RGB colors in percentages

R + G + B =
248 + 219 + 168 = 635 (100%)
R 248 of 635 ~ 39.06%
G 219 of 635 ~ 34.49%
B 168 of 635 ~ 26.46%

%39.06
%34.49
%26.46

CMYK color model

#F8DBA8 color CMYK value is (0,12,32,3).

  • cyan value is 0.00%
  • magenta value is 11.69%
  • yellow value is 32.26%
  • key color value is 2.75%
CMYK:
(0,12,32,3)
C0M12Y32K3 
(0%,12%,32%,3%)
(0.00/0.12/0.32/0.03)	

CMYK percentages

%0
%11.69
%32.26
%2.75

Codes

Color #F8DBA8 in popluar color models

F8DBA8
RGB248219168
HSL38°85.11%81.57%
HSB/HSV38°32.26%97.25%
CMYK0.00%11.69%32.26%
2.75%

Color #F8DBA8 in popluar number systems.

HEXF8DBA8
Decimal248219168
Binary111110001101101110101000
Octal370333250

Shades and tints

Shades of #F8DBA8

#F8DBA8
(248,219,168)
#E2C899
(226,200,153)
#CCB58A
(204,181,138)
#B6A27B
(182,162,123)
#A08F6C
(160,143,108)
#8A7C5D
(138,124,93)
#74694E
(116,105,78)
#5E563F
(94,86,63)
#484330
(72,67,48)
#323021
(50,48,33)
#1C1D12
(28,29,18)
#000000
(0,0,0)

Tints of #F8DBA8

#F8DBA8
(248,219,168)
#F8DEAF
(248,222,175)
#F8E1B6
(248,225,182)
#F8E4BD
(248,228,189)
#F8E7C4
(248,231,196)
#F8EACB
(248,234,203)
#F8EDD2
(248,237,210)
#F8F0D9
(248,240,217)
#F8F3E0
(248,243,224)
#F8F6E7
(248,246,231)
#F8F9EE
(248,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8DBA8; }

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

This text font color is #F8DBA8.


Background Color

.myBgColor { background-color: #F8DBA8; }

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

This div background color is #F8DBA8.


Border color

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

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

This div border color is #F8DBA8.


Opacity

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

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

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

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

This text has shadow with #F8DBA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8DBA8 on black background.


Color preview on white background

This text has color #F8DBA8 on white background.



Black color preview on #F8DBA8 background

This text has black color on #F8DBA8 background.


White color preview on #F8DBA8 background

This text has white color on #F8DBA8 background.