COLOR #F1E7CB

HEX: #F1E7CB RGB: (241,231,203)

Color info

#F1E7CB contains red, green and blue colors in about the same proportion. Web safe color of #F1E7CB is #FFFFCC (or #FFC).

RGB color model

#F1E7CB color RGB value is (241,231,203).

RGB: (241,231,203) (95%, 91%, 80%)

RGB channels and saturation

R 241 of 255 = 95%
G 231 of 255 = 91%
B 203 of 255 = 80%

241
231
203

R + G + B ~ 89%. #F1E7CB is light color.

Portions of RGB colors in percentages

R + G + B = 241 + 231 + 203 = 675 (100%)
R 241 of 675 ~ 35.7%
G 231 of 675 ~ 34.22%
B 203 of 675 ~ 30.07'%

%35.7
%34.22
%30.07

CMYK color model

#F1E7CB color CMYK value is (0,4,16,5).

  • cyan value is 0.00%
  • magenta value is 4.15%
  • yellow value is 15.77%
  • key color value is 5.49%

CMYK: (0,4,16,5)
C0M4Y16K5 (0%, 4%, 16%, 5%)
(0.00 / 0.04 / 0.16 / 0.05)

CMYK percentages

%0
%4.15
%15.77
%5.49

Codes

Color #F1E7CB in popluar color models

F1 E7 CB
RGB 241 231 203
HSL 44° 57.58% 87.06%
HSB/HSV 44° 15.77% 94.51%
CMYK 0.00% 4.15% 15.77%
5.49%

Color #F1E7CB in popluar number systems.

HEX F1 E7 CB
Decimal 241 231 203
Binary 11110001 11100111 11001011
Octal 361 347 313

Shades and tints

Shades of #F1E7CB

#F1E7CB
(241,231,203)
#DCD2B9
(220,210,185)
#C7BDA7
(199,189,167)
#B2A895
(178,168,149)
#9D9383
(157,147,131)
#887E71
(136,126,113)
#73695F
(115,105,95)
#5E544D
(94,84,77)
#493F3B
(73,63,59)
#342A29
(52,42,41)
#1F1517
(31,21,23)
#000000
(0,0,0)

Tints of #F1E7CB

#F1E7CB
(241,231,203)
#F2E9CF
(242,233,207)
#F3EBD3
(243,235,211)
#F4EDD7
(244,237,215)
#F5EFDB
(245,239,219)
#F6F1DF
(246,241,223)
#F7F3E3
(247,243,227)
#F8F5E7
(248,245,231)
#F9F7EB
(249,247,235)
#FAF9EF
(250,249,239)
#FBFBF3
(251,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1E7CB color. Also use rgb(241,231,203) instead hex code.

Text Font Color

.myTextColor { color: #F1E7CB; }

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

This text font color is #F1E7CB.

Background Color

.myBgColor { background-color: #F1E7CB; }

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

This div background color is #F1E7CB.

Border color

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

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

This div border color is #F1E7CB.

Opacity

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

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

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

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

This text has shadow with #F1E7CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1E7CB.

Preview

Color preview on black background

This text has color #F1E7CB on black background.


Color preview on white background

This text has color #F1E7CB on white background.


Black color preview on #F1E7CB background

This text has black color on #F1E7CB background.


White color preview on #F1E7CB background

This text has white color on #F1E7CB background.


Related colors

Complementary color

Complementary color for #hex is #0E1834.


I love getcolorcode.com

Triadic colors

1 #CBF1E7 and #E7CBF1 with #F1E7CB are triadic colors.

2 #CBE7F1 and #E7F1CB with #F1E7CB are triadic colors.