COLOR #F3F9CF

HEX: #F3F9CF RGB: (243,249,207)

Color info

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

RGB color model

#F3F9CF color RGB value is (243,249,207).

RGB: (243,249,207) (95%, 98%, 81%)

RGB channels and saturation

R 243 of 255 = 95%
G 249 of 255 = 98%
B 207 of 255 = 81%

243
249
207

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

Portions of RGB colors in percentages

R + G + B = 243 + 249 + 207 = 699 (100%)
R 243 of 699 ~ 34.76%
G 249 of 699 ~ 35.62%
B 207 of 699 ~ 29.61'%

%34.76
%35.62
%29.61

CMYK color model

#F3F9CF color CMYK value is (2,0,17,2).

  • cyan value is 2.41%
  • magenta value is 0.00%
  • yellow value is 16.87%
  • key color value is 2.35%

CMYK: (2,0,17,2)
C2M0Y17K2 (2%, 0%, 17%, 2%)
(0.02 / 0.00 / 0.17 / 0.02)

CMYK percentages

%2.41
%0
%16.87
%2.35

Codes

Color #F3F9CF in popluar color models

F3 F9 CF
RGB 243 249 207
HSL 69° 77.78% 89.41%
HSB/HSV 69° 16.87% 97.65%
CMYK 2.41% 0.00% 16.87%
2.35%

Color #F3F9CF in popluar number systems.

HEX F3 F9 CF
Decimal 243 249 207
Binary 11110011 11111001 11001111
Octal 363 371 317

Shades and tints

Shades of #F3F9CF

#F3F9CF
(243,249,207)
#DDE3BD
(221,227,189)
#C7CDAB
(199,205,171)
#B1B799
(177,183,153)
#9BA187
(155,161,135)
#858B75
(133,139,117)
#6F7563
(111,117,99)
#595F51
(89,95,81)
#43493F
(67,73,63)
#2D332D
(45,51,45)
#171D1B
(23,29,27)
#000000
(0,0,0)

Tints of #F3F9CF

#F3F9CF
(243,249,207)
#F4F9D3
(244,249,211)
#F5F9D7
(245,249,215)
#F6F9DB
(246,249,219)
#F7F9DF
(247,249,223)
#F8F9E3
(248,249,227)
#F9F9E7
(249,249,231)
#FAF9EB
(250,249,235)
#FBF9EF
(251,249,239)
#FCF9F3
(252,249,243)
#FDF9F7
(253,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3F9CF color. Also use rgb(243,249,207) instead hex code.

Text Font Color

.myTextColor { color: #F3F9CF; }

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

This text font color is #F3F9CF.

Background Color

.myBgColor { background-color: #F3F9CF; }

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

This div background color is #F3F9CF.

Border color

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

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

This div border color is #F3F9CF.

Opacity

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

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

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

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

This text has shadow with #F3F9CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3F9CF.

Preview

Color preview on black background

This text has color #F3F9CF on black background.


Color preview on white background

This text has color #F3F9CF on white background.


Black color preview on #F3F9CF background

This text has black color on #F3F9CF background.


White color preview on #F3F9CF background

This text has white color on #F3F9CF background.


Related colors

Complementary color

Complementary color for #hex is #0C0630.


I love getcolorcode.com

Triadic colors

1 #CFF3F9 and #F9CFF3 with #F3F9CF are triadic colors.

2 #CFF9F3 and #F9F3CF with #F3F9CF are triadic colors.