COLOR #F1F5DC

HEX: #F1F5DC
RGB: (241,245,220)

Renk bilgisi

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

RGB renk modeli

#F1F5DC color RGB value is (241,245,220).

  • kırmız ton 241;
  • yeşil ton 245;
  • mavi ton 220.
RGB:
(241,245,220)
(95%,96%,86%)

RGB bağlantıları ve doygunluk

R 241 of 255 = 95%
G 245 of 255 = 96%
B 220 of 255 = 86%

241
245
220

R + G + B ~ 92%. #F1F5DC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
241 + 245 + 220 = 706 (100%)
R 241 of 706 ~ 34.14%
G 245 of 706 ~ 34.7%
B 220 of 706 ~ 31.16%

%34.14
%34.7
%31.16

CMYK RENK MODELİ

#F1F5DC rengi CMYK tonu (2,0,10,4).

  • camgöbeği tonu 1.63%
  • eflatun tonu 0.00%
  • sarı tonu 10.20%
  • ana renk tonu 3.92%
CMYK:
(2,0,10,4)
C2M0Y10K4 
(2%,0%,10%,4%)
(0.02/0.00/0.10/0.04)	

CMYK yüzdeleri

%1.63
%0
%10.2
%3.92

Codes

Color #F1F5DC in popluar color models

F1F5DC
RGB241245220
HSL70°55.56%91.18%
HSB/HSV70°10.20%96.08%
CMYK1.63%0.00%10.20%
3.92%

Color #F1F5DC in popluar number systems.

HEXF1F5DC
Decimal241245220
Binary111100011111010111011100
Octal361365334

Shades and tints

Shades of #F1F5DC

#F1F5DC
(241,245,220)
#DCDFC8
(220,223,200)
#C7C9B4
(199,201,180)
#B2B3A0
(178,179,160)
#9D9D8C
(157,157,140)
#888778
(136,135,120)
#737164
(115,113,100)
#5E5B50
(94,91,80)
#49453C
(73,69,60)
#342F28
(52,47,40)
#1F1914
(31,25,20)
#000000
(0,0,0)

Tints of #F1F5DC

#F1F5DC
(241,245,220)
#F2F5DF
(242,245,223)
#F3F5E2
(243,245,226)
#F4F5E5
(244,245,229)
#F5F5E8
(245,245,232)
#F6F5EB
(246,245,235)
#F7F5EE
(247,245,238)
#F8F5F1
(248,245,241)
#F9F5F4
(249,245,244)
#FAF5F7
(250,245,247)
#FBF5FA
(251,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1F5DC color. Also use rgb(241,245,220) instead hex code.

Text Font Color

.myTextColor { color: #F1F5DC; }

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

This text font color is #F1F5DC.


Background Color

.myBgColor { background-color: #F1F5DC; }

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

This div background color is #F1F5DC.


Border color

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

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

This div border color is #F1F5DC.


Opacity

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

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

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

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

This text has shadow with #F1F5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1F5DC on black background.


Color preview on white background

This text has color #F1F5DC on white background.



Black color preview on #F1F5DC background

This text has black color on #F1F5DC background.


White color preview on #F1F5DC background

This text has white color on #F1F5DC background.