COLOR #F0E9CB

HEX: #F0E9CB RGB: (240,233,203)

Color info

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

RGB color model

#F0E9CB color RGB value is (240,233,203).

RGB: (240,233,203) (94%, 91%, 80%)

RGB channels and saturation

R 240 of 255 = 94%
G 233 of 255 = 91%
B 203 of 255 = 80%

240
233
203

R + G + B ~ 88%. #F0E9CB is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 233 + 203 = 676 (100%)
R 240 of 676 ~ 35.5%
G 233 of 676 ~ 34.47%
B 203 of 676 ~ 30.03'%

%35.5
%34.47
%30.03

CMYK color model

#F0E9CB color CMYK value is (0,3,15,6).

  • cyan value is 0.00%
  • magenta value is 2.92%
  • yellow value is 15.42%
  • key color value is 5.88%

CMYK: (0,3,15,6)
C0M3Y15K6 (0%, 3%, 15%, 6%)
(0.00 / 0.03 / 0.15 / 0.06)

CMYK percentages

%0
%2.92
%15.42
%5.88

Codes

Color #F0E9CB in popluar color models

F0 E9 CB
RGB 240 233 203
HSL 49° 55.22% 86.86%
HSB/HSV 49° 15.42% 94.12%
CMYK 0.00% 2.92% 15.42%
5.88%

Color #F0E9CB in popluar number systems.

HEX F0 E9 CB
Decimal 240 233 203
Binary 11110000 11101001 11001011
Octal 360 351 313

Shades and tints

Shades of #F0E9CB

#F0E9CB
(240,233,203)
#DBD4B9
(219,212,185)
#C6BFA7
(198,191,167)
#B1AA95
(177,170,149)
#9C9583
(156,149,131)
#878071
(135,128,113)
#726B5F
(114,107,95)
#5D564D
(93,86,77)
#48413B
(72,65,59)
#332C29
(51,44,41)
#1E1717
(30,23,23)
#000000
(0,0,0)

Tints of #F0E9CB

#F0E9CB
(240,233,203)
#F1EBCF
(241,235,207)
#F2EDD3
(242,237,211)
#F3EFD7
(243,239,215)
#F4F1DB
(244,241,219)
#F5F3DF
(245,243,223)
#F6F5E3
(246,245,227)
#F7F7E7
(247,247,231)
#F8F9EB
(248,249,235)
#F9FBEF
(249,251,239)
#FAFDF3
(250,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0E9CB color. Also use rgb(240,233,203) instead hex code.

Text Font Color

.myTextColor { color: #F0E9CB; }

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

This text font color is #F0E9CB.

Background Color

.myBgColor { background-color: #F0E9CB; }

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

This div background color is #F0E9CB.

Border color

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

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

This div border color is #F0E9CB.

Opacity

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

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

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

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

This text has shadow with #F0E9CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0E9CB.

Preview

Color preview on black background

This text has color #F0E9CB on black background.


Color preview on white background

This text has color #F0E9CB on white background.


Black color preview on #F0E9CB background

This text has black color on #F0E9CB background.


White color preview on #F0E9CB background

This text has white color on #F0E9CB background.


Related colors

Complementary color

Complementary color for #hex is #0F1634.


I love getcolorcode.com

Triadic colors

1 #CBF0E9 and #E9CBF0 with #F0E9CB are triadic colors.

2 #CBE9F0 and #E9F0CB with #F0E9CB are triadic colors.