COLOR #F6D0B7

HEX: #F6D0B7 RGB: (246,208,183)

Color info

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

RGB color model

#F6D0B7 color RGB value is (246,208,183).

RGB: (246,208,183) (96%, 82%, 72%)

RGB channels and saturation

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

246
208
183

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

Portions of RGB colors in percentages

R + G + B = 246 + 208 + 183 = 637 (100%)
R 246 of 637 ~ 38.62%
G 208 of 637 ~ 32.65%
B 183 of 637 ~ 28.73'%

%38.62
%32.65
%28.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.45%
  • 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.45
%25.61
%3.53

Codes

Color #F6D0B7 in popluar color models

F6 D0 B7
RGB 246 208 183
HSL 24° 77.78% 84.12%
HSB/HSV 24° 25.61% 96.47%
CMYK 0.00% 15.45% 25.61%
3.53%

Color #F6D0B7 in popluar number systems.

HEX F6 D0 B7
Decimal 246 208 183
Binary 11110110 11010000 10110111
Octal 366 320 267

Shades and tints

Shades of #F6D0B7

#F6D0B7
(246,208,183)
#E0BEA7
(224,190,167)
#CAAC97
(202,172,151)
#B49A87
(180,154,135)
#9E8877
(158,136,119)
#887667
(136,118,103)
#726457
(114,100,87)
#5C5247
(92,82,71)
#464037
(70,64,55)
#302E27
(48,46,39)
#1A1C17
(26,28,23)
#000000
(0,0,0)

Tints of #F6D0B7

#F6D0B7
(246,208,183)
#F6D4BD
(246,212,189)
#F6D8C3
(246,216,195)
#F6DCC9
(246,220,201)
#F6E0CF
(246,224,207)
#F6E4D5
(246,228,213)
#F6E8DB
(246,232,219)
#F6ECE1
(246,236,225)
#F6F0E7
(246,240,231)
#F6F4ED
(246,244,237)
#F6F8F3
(246,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D0B7; }

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

This text font color is #F6D0B7.

Background Color

.myBgColor { background-color: #F6D0B7; }

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

This div background color is #F6D0B7.

Border color

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

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

This div border color is #F6D0B7.

Opacity

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

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

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

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

This text has shadow with #F6D0B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6D0B7.

Preview

Color preview on black background

This text has color #F6D0B7 on black background.


Color preview on white background

This text has color #F6D0B7 on white background.


Black color preview on #F6D0B7 background

This text has black color on #F6D0B7 background.


White color preview on #F6D0B7 background

This text has white color on #F6D0B7 background.


Related colors

Complementary color

Complementary color for #hex is #092F48.


I love getcolorcode.com

Triadic colors

1 #B7F6D0 and #D0B7F6 with #F6D0B7 are triadic colors.

2 #B7D0F6 and #D0F6B7 with #F6D0B7 are triadic colors.