COLOR #F1D6B7

HEX: #F1D6B7 RGB: (241,214,183)

Color info

#F1D6B7 contains red, green and blue colors in about the same proportion. Web safe color of #F1D6B7 is #FFCCCC (or #FCC).

RGB color model

#F1D6B7 color RGB value is (241,214,183).

RGB: (241,214,183) (95%, 84%, 72%)

RGB channels and saturation

R 241 of 255 = 95%
G 214 of 255 = 84%
B 183 of 255 = 72%

241
214
183

R + G + B ~ 84%. #F1D6B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 214 + 183 = 638 (100%)
R 241 of 638 ~ 37.77%
G 214 of 638 ~ 33.54%
B 183 of 638 ~ 28.68'%

%37.77
%33.54
%28.68

CMYK color model

#F1D6B7 color CMYK value is (0,11,24,5).

  • cyan value is 0.00%
  • magenta value is 11.20%
  • yellow value is 24.07%
  • key color value is 5.49%

CMYK: (0,11,24,5)
C0M11Y24K5 (0%, 11%, 24%, 5%)
(0.00 / 0.11 / 0.24 / 0.05)

CMYK percentages

%0
%11.2
%24.07
%5.49

Codes

Color #F1D6B7 in popluar color models

F1 D6 B7
RGB 241 214 183
HSL 32° 67.44% 83.14%
HSB/HSV 32° 24.07% 94.51%
CMYK 0.00% 11.20% 24.07%
5.49%

Color #F1D6B7 in popluar number systems.

HEX F1 D6 B7
Decimal 241 214 183
Binary 11110001 11010110 10110111
Octal 361 326 267

Shades and tints

Shades of #F1D6B7

#F1D6B7
(241,214,183)
#DCC3A7
(220,195,167)
#C7B097
(199,176,151)
#B29D87
(178,157,135)
#9D8A77
(157,138,119)
#887767
(136,119,103)
#736457
(115,100,87)
#5E5147
(94,81,71)
#493E37
(73,62,55)
#342B27
(52,43,39)
#1F1817
(31,24,23)
#000000
(0,0,0)

Tints of #F1D6B7

#F1D6B7
(241,214,183)
#F2D9BD
(242,217,189)
#F3DCC3
(243,220,195)
#F4DFC9
(244,223,201)
#F5E2CF
(245,226,207)
#F6E5D5
(246,229,213)
#F7E8DB
(247,232,219)
#F8EBE1
(248,235,225)
#F9EEE7
(249,238,231)
#FAF1ED
(250,241,237)
#FBF4F3
(251,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1D6B7 color. Also use rgb(241,214,183) instead hex code.

Text Font Color

.myTextColor { color: #F1D6B7; }

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

This text font color is #F1D6B7.

Background Color

.myBgColor { background-color: #F1D6B7; }

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

This div background color is #F1D6B7.

Border color

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

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

This div border color is #F1D6B7.

Opacity

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

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

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

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

This text has shadow with #F1D6B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1D6B7.

Preview

Color preview on black background

This text has color #F1D6B7 on black background.


Color preview on white background

This text has color #F1D6B7 on white background.


Black color preview on #F1D6B7 background

This text has black color on #F1D6B7 background.


White color preview on #F1D6B7 background

This text has white color on #F1D6B7 background.


Related colors

Complementary color

Complementary color for #hex is #0E2948.


I love getcolorcode.com

Triadic colors

1 #B7F1D6 and #D6B7F1 with #F1D6B7 are triadic colors.

2 #B7D6F1 and #D6F1B7 with #F1D6B7 are triadic colors.