COLOR #F6DBA1

HEX: #F6DBA1
RGB: (246,219,161)

Color info

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

RGB color model

#F6DBA1 color RGB value is (246,219,161).

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

RGB channels and saturation

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

246
219
161

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

Portions of RGB colors in percentages

R + G + B =
246 + 219 + 161 = 626 (100%)
R 246 of 626 ~ 39.3%
G 219 of 626 ~ 34.98%
B 161 of 626 ~ 25.72%

%39.3
%34.98
%25.72

CMYK color model

#F6DBA1 color CMYK value is (0,11,35,4).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 34.55%
  • key color value is 3.53%
CMYK:
(0,11,35,4)
C0M11Y35K4 
(0%,11%,35%,4%)
(0.00/0.11/0.35/0.04)	

CMYK percentages

%0
%10.98
%34.55
%3.53

Codes

Color #F6DBA1 in popluar color models

F6DBA1
RGB246219161
HSL41°82.52%79.80%
HSB/HSV41°34.55%96.47%
CMYK0.00%10.98%34.55%
3.53%

Color #F6DBA1 in popluar number systems.

HEXF6DBA1
Decimal246219161
Binary111101101101101110100001
Octal366333241

Shades and tints

Shades of #F6DBA1

#F6DBA1
(246,219,161)
#E0C893
(224,200,147)
#CAB585
(202,181,133)
#B4A277
(180,162,119)
#9E8F69
(158,143,105)
#887C5B
(136,124,91)
#72694D
(114,105,77)
#5C563F
(92,86,63)
#464331
(70,67,49)
#303023
(48,48,35)
#1A1D15
(26,29,21)
#000000
(0,0,0)

Tints of #F6DBA1

#F6DBA1
(246,219,161)
#F6DEA9
(246,222,169)
#F6E1B1
(246,225,177)
#F6E4B9
(246,228,185)
#F6E7C1
(246,231,193)
#F6EAC9
(246,234,201)
#F6EDD1
(246,237,209)
#F6F0D9
(246,240,217)
#F6F3E1
(246,243,225)
#F6F6E9
(246,246,233)
#F6F9F1
(246,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6DBA1; }

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

This text font color is #F6DBA1.


Background Color

.myBgColor { background-color: #F6DBA1; }

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

This div background color is #F6DBA1.


Border color

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

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

This div border color is #F6DBA1.


Opacity

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

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

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

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

This text has shadow with #F6DBA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6DBA1 on black background.


Color preview on white background

This text has color #F6DBA1 on white background.



Black color preview on #F6DBA1 background

This text has black color on #F6DBA1 background.


White color preview on #F6DBA1 background

This text has white color on #F6DBA1 background.