COLOR #F4DBA1

HEX: #F4DBA1
RGB: (244,219,161)

Color info

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

RGB color model

#F4DBA1 color RGB value is (244,219,161).

  • red value is 244;
  • green value is 219;
  • blue value is 161.
RGB:
(244,219,161)
(96%,86%,63%)

RGB channels and saturation

R 244 of 255 = 96%
G 219 of 255 = 86%
B 161 of 255 = 63%

244
219
161

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

Portions of RGB colors in percentages

R + G + B =
244 + 219 + 161 = 624 (100%)
R 244 of 624 ~ 39.1%
G 219 of 624 ~ 35.1%
B 161 of 624 ~ 25.8%

%39.1
%35.1
%25.8

CMYK color model

#F4DBA1 color CMYK value is (0,10,34,4).

  • cyan value is 0.00%
  • magenta value is 10.25%
  • yellow value is 34.02%
  • key color value is 4.31%
CMYK:
(0,10,34,4)
C0M10Y34K4 
(0%,10%,34%,4%)
(0.00/0.10/0.34/0.04)	

CMYK percentages

%0
%10.25
%34.02
%4.31

Codes

Color #F4DBA1 in popluar color models

F4DBA1
RGB244219161
HSL42°79.05%79.41%
HSB/HSV42°34.02%95.69%
CMYK0.00%10.25%34.02%
4.31%

Color #F4DBA1 in popluar number systems.

HEXF4DBA1
Decimal244219161
Binary111101001101101110100001
Octal364333241

Shades and tints

Shades of #F4DBA1

#F4DBA1
(244,219,161)
#DEC893
(222,200,147)
#C8B585
(200,181,133)
#B2A277
(178,162,119)
#9C8F69
(156,143,105)
#867C5B
(134,124,91)
#70694D
(112,105,77)
#5A563F
(90,86,63)
#444331
(68,67,49)
#2E3023
(46,48,35)
#181D15
(24,29,21)
#000000
(0,0,0)

Tints of #F4DBA1

#F4DBA1
(244,219,161)
#F5DEA9
(245,222,169)
#F6E1B1
(246,225,177)
#F7E4B9
(247,228,185)
#F8E7C1
(248,231,193)
#F9EAC9
(249,234,201)
#FAEDD1
(250,237,209)
#FBF0D9
(251,240,217)
#FCF3E1
(252,243,225)
#FDF6E9
(253,246,233)
#FEF9F1
(254,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4DBA1; }

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

This text font color is #F4DBA1.


Background Color

.myBgColor { background-color: #F4DBA1; }

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

This div background color is #F4DBA1.


Border color

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

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

This div border color is #F4DBA1.


Opacity

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

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

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

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

This text has shadow with #F4DBA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4DBA1 on black background.


Color preview on white background

This text has color #F4DBA1 on white background.



Black color preview on #F4DBA1 background

This text has black color on #F4DBA1 background.


White color preview on #F4DBA1 background

This text has white color on #F4DBA1 background.