COLOR #F4F9DC

HEX: #F4F9DC
RGB: (244,249,220)

Renk bilgisi

#F4F9DC contains red, green and blue colors in about the same proportion. #F4F9DC ‘ nin web güvenlik rengi #FFFFCC (ya da #FFC) dir.

RGB renk modeli

#F4F9DC color RGB value is (244,249,220).

  • kırmız ton 244;
  • yeşil ton 249;
  • mavi ton 220.
RGB:
(244,249,220)
(96%,98%,86%)

RGB bağlantıları ve doygunluk

R 244 of 255 = 96%
G 249 of 255 = 98%
B 220 of 255 = 86%

244
249
220

R + G + B ~ 93%. #F4F9DC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
244 + 249 + 220 = 713 (100%)
R 244 of 713 ~ 34.22%
G 249 of 713 ~ 34.92%
B 220 of 713 ~ 30.86%

%34.22
%34.92
%30.86

CMYK RENK MODELİ

#F4F9DC rengi CMYK tonu (2,0,12,2).

  • camgöbeği tonu 2.01%
  • eflatun tonu 0.00%
  • sarı tonu 11.65%
  • ana renk tonu 2.35%
CMYK:
(2,0,12,2)
C2M0Y12K2 
(2%,0%,12%,2%)
(0.02/0.00/0.12/0.02)	

CMYK yüzdeleri

%2.01
%0
%11.65
%2.35

Codes

Color #F4F9DC in popluar color models

F4F9DC
RGB244249220
HSL70°70.73%91.96%
HSB/HSV70°11.65%97.65%
CMYK2.01%0.00%11.65%
2.35%

Color #F4F9DC in popluar number systems.

HEXF4F9DC
Decimal244249220
Binary111101001111100111011100
Octal364371334

Shades and tints

Shades of #F4F9DC

#F4F9DC
(244,249,220)
#DEE3C8
(222,227,200)
#C8CDB4
(200,205,180)
#B2B7A0
(178,183,160)
#9CA18C
(156,161,140)
#868B78
(134,139,120)
#707564
(112,117,100)
#5A5F50
(90,95,80)
#44493C
(68,73,60)
#2E3328
(46,51,40)
#181D14
(24,29,20)
#000000
(0,0,0)

Tints of #F4F9DC

#F4F9DC
(244,249,220)
#F5F9DF
(245,249,223)
#F6F9E2
(246,249,226)
#F7F9E5
(247,249,229)
#F8F9E8
(248,249,232)
#F9F9EB
(249,249,235)
#FAF9EE
(250,249,238)
#FBF9F1
(251,249,241)
#FCF9F4
(252,249,244)
#FDF9F7
(253,249,247)
#FEF9FA
(254,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4F9DC color. Also use rgb(244,249,220) instead hex code.

Text Font Color

.myTextColor { color: #F4F9DC; }

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

This text font color is #F4F9DC.


Background Color

.myBgColor { background-color: #F4F9DC; }

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

This div background color is #F4F9DC.


Border color

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

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

This div border color is #F4F9DC.


Opacity

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

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

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

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

This text has shadow with #F4F9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4F9DC on black background.


Color preview on white background

This text has color #F4F9DC on white background.



Black color preview on #F4F9DC background

This text has black color on #F4F9DC background.


White color preview on #F4F9DC background

This text has white color on #F4F9DC background.