COLOR #F1DCB7

HEX: #F1DCB7 RGB: (241,220,183)

Color info

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

RGB color model

#F1DCB7 color RGB value is (241,220,183).

RGB: (241,220,183) (95%, 86%, 72%)

RGB channels and saturation

R 241 of 255 = 95%
G 220 of 255 = 86%
B 183 of 255 = 72%

241
220
183

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

Portions of RGB colors in percentages

R + G + B = 241 + 220 + 183 = 644 (100%)
R 241 of 644 ~ 37.42%
G 220 of 644 ~ 34.16%
B 183 of 644 ~ 28.42'%

%37.42
%34.16
%28.42

CMYK color model

#F1DCB7 color CMYK value is (0,9,24,5).

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

CMYK: (0,9,24,5)
C0M9Y24K5 (0%, 9%, 24%, 5%)
(0.00 / 0.09 / 0.24 / 0.05)

CMYK percentages

%0
%8.71
%24.07
%5.49

Codes

Color #F1DCB7 in popluar color models

F1 DC B7
RGB 241 220 183
HSL 38° 67.44% 83.14%
HSB/HSV 38° 24.07% 94.51%
CMYK 0.00% 8.71% 24.07%
5.49%

Color #F1DCB7 in popluar number systems.

HEX F1 DC B7
Decimal 241 220 183
Binary 11110001 11011100 10110111
Octal 361 334 267

Shades and tints

Shades of #F1DCB7

#F1DCB7
(241,220,183)
#DCC8A7
(220,200,167)
#C7B497
(199,180,151)
#B2A087
(178,160,135)
#9D8C77
(157,140,119)
#887867
(136,120,103)
#736457
(115,100,87)
#5E5047
(94,80,71)
#493C37
(73,60,55)
#342827
(52,40,39)
#1F1417
(31,20,23)
#000000
(0,0,0)

Tints of #F1DCB7

#F1DCB7
(241,220,183)
#F2DFBD
(242,223,189)
#F3E2C3
(243,226,195)
#F4E5C9
(244,229,201)
#F5E8CF
(245,232,207)
#F6EBD5
(246,235,213)
#F7EEDB
(247,238,219)
#F8F1E1
(248,241,225)
#F9F4E7
(249,244,231)
#FAF7ED
(250,247,237)
#FBFAF3
(251,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1DCB7; }

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

This text font color is #F1DCB7.

Background Color

.myBgColor { background-color: #F1DCB7; }

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

This div background color is #F1DCB7.

Border color

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

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

This div border color is #F1DCB7.

Opacity

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

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

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

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

This text has shadow with #F1DCB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1DCB7.

Preview

Color preview on black background

This text has color #F1DCB7 on black background.


Color preview on white background

This text has color #F1DCB7 on white background.


Black color preview on #F1DCB7 background

This text has black color on #F1DCB7 background.


White color preview on #F1DCB7 background

This text has white color on #F1DCB7 background.


Related colors

Complementary color

Complementary color for #hex is #0E2348.


I love getcolorcode.com

Triadic colors

1 #B7F1DC and #DCB7F1 with #F1DCB7 are triadic colors.

2 #B7DCF1 and #DCF1B7 with #F1DCB7 are triadic colors.