COLOR #F6D1B7

HEX: #F6D1B7
RGB: (246,209,183)

Color info

#F6D1B7 contains mainly red and green colors. Web safe color of #F6D1B7 is #FFCCCC (or #FCC).

RGB color model

#F6D1B7 color RGB value is (246,209,183).

  • red value is 246;
  • green value is 209;
  • blue value is 183.
RGB:
(246,209,183)
(96%,82%,72%)

RGB channels and saturation

R 246 of 255 = 96%
G 209 of 255 = 82%
B 183 of 255 = 72%

246
209
183

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

Portions of RGB colors in percentages

R + G + B =
246 + 209 + 183 = 638 (100%)
R 246 of 638 ~ 38.56%
G 209 of 638 ~ 32.76%
B 183 of 638 ~ 28.68%

%38.56
%32.76
%28.68

CMYK color model

#F6D1B7 color CMYK value is (0,15,26,4).

  • cyan value is 0.00%
  • magenta value is 15.04%
  • yellow value is 25.61%
  • key color value is 3.53%
CMYK:
(0,15,26,4)
C0M15Y26K4 
(0%,15%,26%,4%)
(0.00/0.15/0.26/0.04)	

CMYK percentages

%0
%15.04
%25.61
%3.53

Codes

Color #F6D1B7 in popluar color models

F6D1B7
RGB246209183
HSL25°77.78%84.12%
HSB/HSV25°25.61%96.47%
CMYK0.00%15.04%25.61%
3.53%

Color #F6D1B7 in popluar number systems.

HEXF6D1B7
Decimal246209183
Binary111101101101000110110111
Octal366321267

Shades and tints

Shades of #F6D1B7

#F6D1B7
(246,209,183)
#E0BEA7
(224,190,167)
#CAAB97
(202,171,151)
#B49887
(180,152,135)
#9E8577
(158,133,119)
#887267
(136,114,103)
#725F57
(114,95,87)
#5C4C47
(92,76,71)
#463937
(70,57,55)
#302627
(48,38,39)
#1A1317
(26,19,23)
#000000
(0,0,0)

Tints of #F6D1B7

#F6D1B7
(246,209,183)
#F6D5BD
(246,213,189)
#F6D9C3
(246,217,195)
#F6DDC9
(246,221,201)
#F6E1CF
(246,225,207)
#F6E5D5
(246,229,213)
#F6E9DB
(246,233,219)
#F6EDE1
(246,237,225)
#F6F1E7
(246,241,231)
#F6F5ED
(246,245,237)
#F6F9F3
(246,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D1B7 color. Also use rgb(246,209,183) instead hex code.

Text Font Color

.myTextColor { color: #F6D1B7; }

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

This text font color is #F6D1B7.


Background Color

.myBgColor { background-color: #F6D1B7; }

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

This div background color is #F6D1B7.


Border color

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

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

This div border color is #F6D1B7.


Opacity

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

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

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

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

This text has shadow with #F6D1B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D1B7 on black background.


Color preview on white background

This text has color #F6D1B7 on white background.



Black color preview on #F6D1B7 background

This text has black color on #F6D1B7 background.


White color preview on #F6D1B7 background

This text has white color on #F6D1B7 background.