COLOR #F3F8CB

HEX: #F3F8CB
RGB: (243,248,203)

Color info

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

RGB color model

#F3F8CB color RGB value is (243,248,203).

  • red value is 243;
  • green value is 248;
  • blue value is 203.
RGB:
(243,248,203)
(95%,97%,80%)

RGB channels and saturation

R 243 of 255 = 95%
G 248 of 255 = 97%
B 203 of 255 = 80%

243
248
203

R + G + B ~ 91%. #F3F8CB is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 248 + 203 = 694 (100%)
R 243 of 694 ~ 35.01%
G 248 of 694 ~ 35.73%
B 203 of 694 ~ 29.25%

%35.01
%35.73
%29.25

CMYK color model

#F3F8CB color CMYK value is (2,0,18,3).

  • cyan value is 2.02%
  • magenta value is 0.00%
  • yellow value is 18.15%
  • key color value is 2.75%
CMYK:
(2,0,18,3)
C2M0Y18K3 
(2%,0%,18%,3%)
(0.02/0.00/0.18/0.03)	

CMYK percentages

%2.02
%0
%18.15
%2.75

Codes

Color #F3F8CB in popluar color models

F3F8CB
RGB243248203
HSL67°76.27%88.43%
HSB/HSV67°18.15%97.25%
CMYK2.02%0.00%18.15%
2.75%

Color #F3F8CB in popluar number systems.

HEXF3F8CB
Decimal243248203
Binary111100111111100011001011
Octal363370313

Shades and tints

Shades of #F3F8CB

#F3F8CB
(243,248,203)
#DDE2B9
(221,226,185)
#C7CCA7
(199,204,167)
#B1B695
(177,182,149)
#9BA083
(155,160,131)
#858A71
(133,138,113)
#6F745F
(111,116,95)
#595E4D
(89,94,77)
#43483B
(67,72,59)
#2D3229
(45,50,41)
#171C17
(23,28,23)
#000000
(0,0,0)

Tints of #F3F8CB

#F3F8CB
(243,248,203)
#F4F8CF
(244,248,207)
#F5F8D3
(245,248,211)
#F6F8D7
(246,248,215)
#F7F8DB
(247,248,219)
#F8F8DF
(248,248,223)
#F9F8E3
(249,248,227)
#FAF8E7
(250,248,231)
#FBF8EB
(251,248,235)
#FCF8EF
(252,248,239)
#FDF8F3
(253,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3F8CB color. Also use rgb(243,248,203) instead hex code.

Text Font Color

.myTextColor { color: #F3F8CB; }

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

This text font color is #F3F8CB.


Background Color

.myBgColor { background-color: #F3F8CB; }

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

This div background color is #F3F8CB.


Border color

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

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

This div border color is #F3F8CB.


Opacity

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

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

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

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

This text has shadow with #F3F8CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3F8CB on black background.


Color preview on white background

This text has color #F3F8CB on white background.



Black color preview on #F3F8CB background

This text has black color on #F3F8CB background.


White color preview on #F3F8CB background

This text has white color on #F3F8CB background.