COLOR #F9E7CB

HEX: #F9E7CB RGB: (249,231,203)

Color info

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

RGB color model

#F9E7CB color RGB value is (249,231,203).

RGB: (249,231,203) (98%, 91%, 80%)

RGB channels and saturation

R 249 of 255 = 98%
G 231 of 255 = 91%
B 203 of 255 = 80%

249
231
203

R + G + B ~ 90%. #F9E7CB is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 231 + 203 = 683 (100%)
R 249 of 683 ~ 36.46%
G 231 of 683 ~ 33.82%
B 203 of 683 ~ 29.72'%

%36.46
%33.82
%29.72

CMYK color model

#F9E7CB color CMYK value is (0,7,18,2).

  • cyan value is 0.00%
  • magenta value is 7.23%
  • yellow value is 18.47%
  • key color value is 2.35%

CMYK: (0,7,18,2)
C0M7Y18K2 (0%, 7%, 18%, 2%)
(0.00 / 0.07 / 0.18 / 0.02)

CMYK percentages

%0
%7.23
%18.47
%2.35

Codes

Color #F9E7CB in popluar color models

F9 E7 CB
RGB 249 231 203
HSL 37° 79.31% 88.63%
HSB/HSV 37° 18.47% 97.65%
CMYK 0.00% 7.23% 18.47%
2.35%

Color #F9E7CB in popluar number systems.

HEX F9 E7 CB
Decimal 249 231 203
Binary 11111001 11100111 11001011
Octal 371 347 313

Shades and tints

Shades of #F9E7CB

#F9E7CB
(249,231,203)
#E3D2B9
(227,210,185)
#CDBDA7
(205,189,167)
#B7A895
(183,168,149)
#A19383
(161,147,131)
#8B7E71
(139,126,113)
#75695F
(117,105,95)
#5F544D
(95,84,77)
#493F3B
(73,63,59)
#332A29
(51,42,41)
#1D1517
(29,21,23)
#000000
(0,0,0)

Tints of #F9E7CB

#F9E7CB
(249,231,203)
#F9E9CF
(249,233,207)
#F9EBD3
(249,235,211)
#F9EDD7
(249,237,215)
#F9EFDB
(249,239,219)
#F9F1DF
(249,241,223)
#F9F3E3
(249,243,227)
#F9F5E7
(249,245,231)
#F9F7EB
(249,247,235)
#F9F9EF
(249,249,239)
#F9FBF3
(249,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9E7CB; }

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

This text font color is #F9E7CB.

Background Color

.myBgColor { background-color: #F9E7CB; }

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

This div background color is #F9E7CB.

Border color

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

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

This div border color is #F9E7CB.

Opacity

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

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

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

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

This text has shadow with #F9E7CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9E7CB.

Preview

Color preview on black background

This text has color #F9E7CB on black background.


Color preview on white background

This text has color #F9E7CB on white background.


Black color preview on #F9E7CB background

This text has black color on #F9E7CB background.


White color preview on #F9E7CB background

This text has white color on #F9E7CB background.


Related colors

Complementary color

Complementary color for #hex is #061834.


I love getcolorcode.com

Triadic colors

1 #CBF9E7 and #E7CBF9 with #F9E7CB are triadic colors.

2 #CBE7F9 and #E7F9CB with #F9E7CB are triadic colors.