COLOR #F8DBAE

HEX: #F8DBAE
RGB: (248,219,174)

Color info

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

RGB color model

#F8DBAE color RGB value is (248,219,174).

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

RGB channels and saturation

R 248 of 255 = 97%
G 219 of 255 = 86%
B 174 of 255 = 68%

248
219
174

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

Portions of RGB colors in percentages

R + G + B =
248 + 219 + 174 = 641 (100%)
R 248 of 641 ~ 38.69%
G 219 of 641 ~ 34.17%
B 174 of 641 ~ 27.15%

%38.69
%34.17
%27.15

CMYK color model

#F8DBAE color CMYK value is (0,12,30,3).

  • cyan value is 0.00%
  • magenta value is 11.69%
  • yellow value is 29.84%
  • key color value is 2.75%
CMYK:
(0,12,30,3)
C0M12Y30K3 
(0%,12%,30%,3%)
(0.00/0.12/0.30/0.03)	

CMYK percentages

%0
%11.69
%29.84
%2.75

Codes

Color #F8DBAE in popluar color models

F8DBAE
RGB248219174
HSL36°84.09%82.75%
HSB/HSV36°29.84%97.25%
CMYK0.00%11.69%29.84%
2.75%

Color #F8DBAE in popluar number systems.

HEXF8DBAE
Decimal248219174
Binary111110001101101110101110
Octal370333256

Shades and tints

Shades of #F8DBAE

#F8DBAE
(248,219,174)
#E2C89F
(226,200,159)
#CCB590
(204,181,144)
#B6A281
(182,162,129)
#A08F72
(160,143,114)
#8A7C63
(138,124,99)
#746954
(116,105,84)
#5E5645
(94,86,69)
#484336
(72,67,54)
#323027
(50,48,39)
#1C1D18
(28,29,24)
#000000
(0,0,0)

Tints of #F8DBAE

#F8DBAE
(248,219,174)
#F8DEB5
(248,222,181)
#F8E1BC
(248,225,188)
#F8E4C3
(248,228,195)
#F8E7CA
(248,231,202)
#F8EAD1
(248,234,209)
#F8EDD8
(248,237,216)
#F8F0DF
(248,240,223)
#F8F3E6
(248,243,230)
#F8F6ED
(248,246,237)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8DBAE; }

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

This text font color is #F8DBAE.


Background Color

.myBgColor { background-color: #F8DBAE; }

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

This div background color is #F8DBAE.


Border color

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

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

This div border color is #F8DBAE.


Opacity

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

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

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

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

This text has shadow with #F8DBAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8DBAE on black background.


Color preview on white background

This text has color #F8DBAE on white background.



Black color preview on #F8DBAE background

This text has black color on #F8DBAE background.


White color preview on #F8DBAE background

This text has white color on #F8DBAE background.