COLOR #F9F3DC

HEX: #F9F3DC
RGB: (249,243,220)

Renk bilgisi

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

RGB renk modeli

#F9F3DC color RGB value is (249,243,220).

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

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 243 of 255 = 95%
B 220 of 255 = 86%

249
243
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 243 + 220 = 712 (100%)
R 249 of 712 ~ 34.97%
G 243 of 712 ~ 34.13%
B 220 of 712 ~ 30.9%

%34.97
%34.13
%30.9

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%2.41
%11.65
%2.35

Codes

Color #F9F3DC in popluar color models

F9F3DC
RGB249243220
HSL48°70.73%91.96%
HSB/HSV48°11.65%97.65%
CMYK0.00%2.41%11.65%
2.35%

Color #F9F3DC in popluar number systems.

HEXF9F3DC
Decimal249243220
Binary111110011111001111011100
Octal371363334

Shades and tints

Shades of #F9F3DC

#F9F3DC
(249,243,220)
#E3DDC8
(227,221,200)
#CDC7B4
(205,199,180)
#B7B1A0
(183,177,160)
#A19B8C
(161,155,140)
#8B8578
(139,133,120)
#756F64
(117,111,100)
#5F5950
(95,89,80)
#49433C
(73,67,60)
#332D28
(51,45,40)
#1D1714
(29,23,20)
#000000
(0,0,0)

Tints of #F9F3DC

#F9F3DC
(249,243,220)
#F9F4DF
(249,244,223)
#F9F5E2
(249,245,226)
#F9F6E5
(249,246,229)
#F9F7E8
(249,247,232)
#F9F8EB
(249,248,235)
#F9F9EE
(249,249,238)
#F9FAF1
(249,250,241)
#F9FBF4
(249,251,244)
#F9FCF7
(249,252,247)
#F9FDFA
(249,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9F3DC; }

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

This text font color is #F9F3DC.


Background Color

.myBgColor { background-color: #F9F3DC; }

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

This div background color is #F9F3DC.


Border color

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

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

This div border color is #F9F3DC.


Opacity

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

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

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

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

This text has shadow with #F9F3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9F3DC on black background.


Color preview on white background

This text has color #F9F3DC on white background.



Black color preview on #F9F3DC background

This text has black color on #F9F3DC background.


White color preview on #F9F3DC background

This text has white color on #F9F3DC background.