COLOR #F4DBA9

HEX: #F4DBA9 RGB: (244,219,169)

Color info

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

RGB color model

#F4DBA9 color RGB value is (244,219,169).

RGB: (244,219,169) (96%, 86%, 66%)

RGB channels and saturation

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

244
219
169

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

Portions of RGB colors in percentages

R + G + B = 244 + 219 + 169 = 632 (100%)
R 244 of 632 ~ 38.61%
G 219 of 632 ~ 34.65%
B 169 of 632 ~ 26.74'%

%38.61
%34.65
%26.74

CMYK color model

#F4DBA9 color CMYK value is (0,10,31,4).

  • cyan value is 0.00%
  • magenta value is 10.25%
  • yellow value is 30.74%
  • key color value is 4.31%

CMYK: (0,10,31,4)
C0M10Y31K4 (0%, 10%, 31%, 4%)
(0.00 / 0.10 / 0.31 / 0.04)

CMYK percentages

%0
%10.25
%30.74
%4.31

Codes

Color #F4DBA9 in popluar color models

F4 DB A9
RGB 244 219 169
HSL 40° 77.32% 80.98%
HSB/HSV 40° 30.74% 95.69%
CMYK 0.00% 10.25% 30.74%
4.31%

Color #F4DBA9 in popluar number systems.

HEX F4 DB A9
Decimal 244 219 169
Binary 11110100 11011011 10101001
Octal 364 333 251

Shades and tints

Shades of #F4DBA9

#F4DBA9
(244,219,169)
#DEC89A
(222,200,154)
#C8B58B
(200,181,139)
#B2A27C
(178,162,124)
#9C8F6D
(156,143,109)
#867C5E
(134,124,94)
#70694F
(112,105,79)
#5A5640
(90,86,64)
#444331
(68,67,49)
#2E3022
(46,48,34)
#181D13
(24,29,19)
#000000
(0,0,0)

Tints of #F4DBA9

#F4DBA9
(244,219,169)
#F5DEB0
(245,222,176)
#F6E1B7
(246,225,183)
#F7E4BE
(247,228,190)
#F8E7C5
(248,231,197)
#F9EACC
(249,234,204)
#FAEDD3
(250,237,211)
#FBF0DA
(251,240,218)
#FCF3E1
(252,243,225)
#FDF6E8
(253,246,232)
#FEF9EF
(254,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4DBA9; }

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

This text font color is #F4DBA9.

Background Color

.myBgColor { background-color: #F4DBA9; }

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

This div background color is #F4DBA9.

Border color

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

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

This div border color is #F4DBA9.

Opacity

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

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

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

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

This text has shadow with #F4DBA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4DBA9.

Preview

Color preview on black background

This text has color #F4DBA9 on black background.


Color preview on white background

This text has color #F4DBA9 on white background.


Black color preview on #F4DBA9 background

This text has black color on #F4DBA9 background.


White color preview on #F4DBA9 background

This text has white color on #F4DBA9 background.


Related colors

Complementary color

Complementary color for #hex is #0B2456.


I love getcolorcode.com

Triadic colors

1 #A9F4DB and #DBA9F4 with #F4DBA9 are triadic colors.

2 #A9DBF4 and #DBF4A9 with #F4DBA9 are triadic colors.