COLOR #F5DBA9

HEX: #F5DBA9
RGB: (245,219,169)

Color info

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

RGB color model

#F5DBA9 color RGB value is (245,219,169).

  • red value is 245;
  • green value is 219;
  • blue value is 169.
RGB: (245,219,169) (96%,86%,66%)

RGB channels and saturation

R 245 of 255 = 96%
G 219 of 255 = 86%
B 169 of 255 = 66%

245
219
169

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

Portions of RGB colors in percentages

R + G + B =
245 + 219 + 169 = 633 (100%)
R 245 of 633 ~ 38.7%
G 219 of 633 ~ 34.6%
B 169 of 633 ~ 26.7%

%38.7
%34.6
%26.7

CMYK color model

#F5DBA9 color CMYK value is (0,11,31,4).

  • cyan value is 0.00%
  • magenta value is 10.61%
  • yellow value is 31.02%
  • key color value is 3.92%
CMYK: (0,11,31,4) C0M11Y31K4 (0%,11%,31%,4%) (0.00/0.11/0.31/0.04)

CMYK percentages

%0
%10.61
%31.02
%3.92

Codes

Color #F5DBA9 in popluar color models

F5DBA9
RGB245219169
HSL39°79.17%81.18%
HSB/HSV39°31.02%96.08%
CMYK0.00%10.61%31.02%
3.92%

Color #F5DBA9 in popluar number systems.

HEXF5DBA9
Decimal245219169
Binary111101011101101110101001
Octal365333251

Shades and tints

Shades of #F5DBA9

#F5DBA9
(245,219,169)
#DFC89A
(223,200,154)
#C9B58B
(201,181,139)
#B3A27C
(179,162,124)
#9D8F6D
(157,143,109)
#877C5E
(135,124,94)
#71694F
(113,105,79)
#5B5640
(91,86,64)
#454331
(69,67,49)
#2F3022
(47,48,34)
#191D13
(25,29,19)
#000000
(0,0,0)

Tints of #F5DBA9

#F5DBA9
(245,219,169)
#F5DEB0
(245,222,176)
#F5E1B7
(245,225,183)
#F5E4BE
(245,228,190)
#F5E7C5
(245,231,197)
#F5EACC
(245,234,204)
#F5EDD3
(245,237,211)
#F5F0DA
(245,240,218)
#F5F3E1
(245,243,225)
#F5F6E8
(245,246,232)
#F5F9EF
(245,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5DBA9 color. Also use rgb(245,219,169) instead hex code.

Text Font Color

.myTextColor { color: #F5DBA9; }

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

This text font color is #F5DBA9.


Background Color

.myBgColor { background-color: #F5DBA9; }

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

This div background color is #F5DBA9.


Border color

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

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

This div border color is #F5DBA9.


Opacity

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

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

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

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

This text has shadow with #F5DBA9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #F5DBA9 on black background.


Color preview on white background

This text has color #F5DBA9 on white background.



Black color preview on #F5DBA9 background

This text has black color on #F5DBA9 background.


White color preview on #F5DBA9 background

This text has white color on #F5DBA9 background.