COLOR #F1F5DD

HEX: #F1F5DD
RGB: (241,245,221)

Renk bilgisi

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

RGB renk modeli

#F1F5DD color RGB value is (241,245,221).

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

RGB bağlantıları ve doygunluk

R 241 of 255 = 95%
G 245 of 255 = 96%
B 221 of 255 = 87%

241
245
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
241 + 245 + 221 = 707 (100%)
R 241 of 707 ~ 34.09%
G 245 of 707 ~ 34.65%
B 221 of 707 ~ 31.26%

%34.09
%34.65
%31.26

CMYK RENK MODELİ

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

  • camgöbeği tonu 1.63%
  • eflatun tonu 0.00%
  • sarı tonu 9.80%
  • 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
%9.8
%3.92

Codes

Color #F1F5DD in popluar color models

F1F5DD
RGB241245221
HSL70°54.55%91.37%
HSB/HSV70°9.80%96.08%
CMYK1.63%0.00%9.80%
3.92%

Color #F1F5DD in popluar number systems.

HEXF1F5DD
Decimal241245221
Binary111100011111010111011101
Octal361365335

Shades and tints

Shades of #F1F5DD

#F1F5DD
(241,245,221)
#DCDFC9
(220,223,201)
#C7C9B5
(199,201,181)
#B2B3A1
(178,179,161)
#9D9D8D
(157,157,141)
#888779
(136,135,121)
#737165
(115,113,101)
#5E5B51
(94,91,81)
#49453D
(73,69,61)
#342F29
(52,47,41)
#1F1915
(31,25,21)
#000000
(0,0,0)

Tints of #F1F5DD

#F1F5DD
(241,245,221)
#F2F5E0
(242,245,224)
#F3F5E3
(243,245,227)
#F4F5E6
(244,245,230)
#F5F5E9
(245,245,233)
#F6F5EC
(246,245,236)
#F7F5EF
(247,245,239)
#F8F5F2
(248,245,242)
#F9F5F5
(249,245,245)
#FAF5F8
(250,245,248)
#FBF5FB
(251,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1F5DD; }

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

This text font color is #F1F5DD.


Background Color

.myBgColor { background-color: #F1F5DD; }

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

This div background color is #F1F5DD.


Border color

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

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

This div border color is #F1F5DD.


Opacity

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

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

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

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

This text has shadow with #F1F5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1F5DD on black background.


Color preview on white background

This text has color #F1F5DD on white background.



Black color preview on #F1F5DD background

This text has black color on #F1F5DD background.


White color preview on #F1F5DD background

This text has white color on #F1F5DD background.