COLOR #F3F6CB

HEX: #F3F6CB
RGB: (243,246,203)

Color info

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

RGB color model

#F3F6CB color RGB value is (243,246,203).

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

RGB channels and saturation

R 243 of 255 = 95%
G 246 of 255 = 96%
B 203 of 255 = 80%

243
246
203

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

Portions of RGB colors in percentages

R + G + B =
243 + 246 + 203 = 692 (100%)
R 243 of 692 ~ 35.12%
G 246 of 692 ~ 35.55%
B 203 of 692 ~ 29.34%

%35.12
%35.55
%29.34

CMYK color model

#F3F6CB color CMYK value is (1,0,17,4).

  • cyan value is 1.22%
  • magenta value is 0.00%
  • yellow value is 17.48%
  • key color value is 3.53%
CMYK:
(1,0,17,4)
C1M0Y17K4 
(1%,0%,17%,4%)
(0.01/0.00/0.17/0.04)	

CMYK percentages

%1.22
%0
%17.48
%3.53

Codes

Color #F3F6CB in popluar color models

F3F6CB
RGB243246203
HSL64°70.49%88.04%
HSB/HSV64°17.48%96.47%
CMYK1.22%0.00%17.48%
3.53%

Color #F3F6CB in popluar number systems.

HEXF3F6CB
Decimal243246203
Binary111100111111011011001011
Octal363366313

Shades and tints

Shades of #F3F6CB

#F3F6CB
(243,246,203)
#DDE0B9
(221,224,185)
#C7CAA7
(199,202,167)
#B1B495
(177,180,149)
#9B9E83
(155,158,131)
#858871
(133,136,113)
#6F725F
(111,114,95)
#595C4D
(89,92,77)
#43463B
(67,70,59)
#2D3029
(45,48,41)
#171A17
(23,26,23)
#000000
(0,0,0)

Tints of #F3F6CB

#F3F6CB
(243,246,203)
#F4F6CF
(244,246,207)
#F5F6D3
(245,246,211)
#F6F6D7
(246,246,215)
#F7F6DB
(247,246,219)
#F8F6DF
(248,246,223)
#F9F6E3
(249,246,227)
#FAF6E7
(250,246,231)
#FBF6EB
(251,246,235)
#FCF6EF
(252,246,239)
#FDF6F3
(253,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3F6CB; }

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

This text font color is #F3F6CB.


Background Color

.myBgColor { background-color: #F3F6CB; }

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

This div background color is #F3F6CB.


Border color

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

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

This div border color is #F3F6CB.


Opacity

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

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

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

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

This text has shadow with #F3F6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3F6CB on black background.


Color preview on white background

This text has color #F3F6CB on white background.



Black color preview on #F3F6CB background

This text has black color on #F3F6CB background.


White color preview on #F3F6CB background

This text has white color on #F3F6CB background.