COLOR #F0DBA9

HEX: #F0DBA9 RGB: (240,219,169)

Color info

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

RGB color model

#F0DBA9 color RGB value is (240,219,169).

RGB: (240,219,169) (94%, 86%, 66%)

RGB channels and saturation

R 240 of 255 = 94%
G 219 of 255 = 86%
B 169 of 255 = 66%

240
219
169

R + G + B ~ 82%. #F0DBA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 219 + 169 = 628 (100%)
R 240 of 628 ~ 38.22%
G 219 of 628 ~ 34.87%
B 169 of 628 ~ 26.91'%

%38.22
%34.87
%26.91

CMYK color model

#F0DBA9 color CMYK value is (0,9,30,6).

  • cyan value is 0.00%
  • magenta value is 8.75%
  • yellow value is 29.58%
  • key color value is 5.88%

CMYK: (0,9,30,6)
C0M9Y30K6 (0%, 9%, 30%, 6%)
(0.00 / 0.09 / 0.30 / 0.06)

CMYK percentages

%0
%8.75
%29.58
%5.88

Codes

Color #F0DBA9 in popluar color models

F0 DB A9
RGB 240 219 169
HSL 42° 70.30% 80.20%
HSB/HSV 42° 29.58% 94.12%
CMYK 0.00% 8.75% 29.58%
5.88%

Color #F0DBA9 in popluar number systems.

HEX F0 DB A9
Decimal 240 219 169
Binary 11110000 11011011 10101001
Octal 360 333 251

Shades and tints

Shades of #F0DBA9

#F0DBA9
(240,219,169)
#DBC89A
(219,200,154)
#C6B58B
(198,181,139)
#B1A27C
(177,162,124)
#9C8F6D
(156,143,109)
#877C5E
(135,124,94)
#72694F
(114,105,79)
#5D5640
(93,86,64)
#484331
(72,67,49)
#333022
(51,48,34)
#1E1D13
(30,29,19)
#000000
(0,0,0)

Tints of #F0DBA9

#F0DBA9
(240,219,169)
#F1DEB0
(241,222,176)
#F2E1B7
(242,225,183)
#F3E4BE
(243,228,190)
#F4E7C5
(244,231,197)
#F5EACC
(245,234,204)
#F6EDD3
(246,237,211)
#F7F0DA
(247,240,218)
#F8F3E1
(248,243,225)
#F9F6E8
(249,246,232)
#FAF9EF
(250,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0DBA9; }

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

This text font color is #F0DBA9.

Background Color

.myBgColor { background-color: #F0DBA9; }

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

This div background color is #F0DBA9.

Border color

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

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

This div border color is #F0DBA9.

Opacity

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

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

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

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

This text has shadow with #F0DBA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0DBA9.

Preview

Color preview on black background

This text has color #F0DBA9 on black background.


Color preview on white background

This text has color #F0DBA9 on white background.


Black color preview on #F0DBA9 background

This text has black color on #F0DBA9 background.


White color preview on #F0DBA9 background

This text has white color on #F0DBA9 background.


Related colors

Complementary color

Complementary color for #hex is #0F2456.


I love getcolorcode.com

Triadic colors

1 #A9F0DB and #DBA9F0 with #F0DBA9 are triadic colors.

2 #A9DBF0 and #DBF0A9 with #F0DBA9 are triadic colors.