COLOR #F5F8DD

HEX: #F5F8DD
RGB: (245,248,221)

Renk bilgisi

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

RGB renk modeli

#F5F8DD color RGB value is (245,248,221).

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

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 248 of 255 = 97%
B 221 of 255 = 87%

245
248
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 248 + 221 = 714 (100%)
R 245 of 714 ~ 34.31%
G 248 of 714 ~ 34.73%
B 221 of 714 ~ 30.95%

%34.31
%34.73
%30.95

CMYK RENK MODELİ

#F5F8DD rengi CMYK tonu (1,0,11,3).

  • camgöbeği tonu 1.21%
  • eflatun tonu 0.00%
  • sarı tonu 10.89%
  • ana renk tonu 2.75%
CMYK:
(1,0,11,3)
C1M0Y11K3 
(1%,0%,11%,3%)
(0.01/0.00/0.11/0.03)	

CMYK yüzdeleri

%1.21
%0
%10.89
%2.75

Codes

Color #F5F8DD in popluar color models

F5F8DD
RGB245248221
HSL67°65.85%91.96%
HSB/HSV67°10.89%97.25%
CMYK1.21%0.00%10.89%
2.75%

Color #F5F8DD in popluar number systems.

HEXF5F8DD
Decimal245248221
Binary111101011111100011011101
Octal365370335

Shades and tints

Shades of #F5F8DD

#F5F8DD
(245,248,221)
#DFE2C9
(223,226,201)
#C9CCB5
(201,204,181)
#B3B6A1
(179,182,161)
#9DA08D
(157,160,141)
#878A79
(135,138,121)
#717465
(113,116,101)
#5B5E51
(91,94,81)
#45483D
(69,72,61)
#2F3229
(47,50,41)
#191C15
(25,28,21)
#000000
(0,0,0)

Tints of #F5F8DD

#F5F8DD
(245,248,221)
#F5F8E0
(245,248,224)
#F5F8E3
(245,248,227)
#F5F8E6
(245,248,230)
#F5F8E9
(245,248,233)
#F5F8EC
(245,248,236)
#F5F8EF
(245,248,239)
#F5F8F2
(245,248,242)
#F5F8F5
(245,248,245)
#F5F8F8
(245,248,248)
#F5F8FB
(245,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5F8DD; }

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

This text font color is #F5F8DD.


Background Color

.myBgColor { background-color: #F5F8DD; }

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

This div background color is #F5F8DD.


Border color

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

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

This div border color is #F5F8DD.


Opacity

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

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

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

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

This text has shadow with #F5F8DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5F8DD on black background.


Color preview on white background

This text has color #F5F8DD on white background.



Black color preview on #F5F8DD background

This text has black color on #F5F8DD background.


White color preview on #F5F8DD background

This text has white color on #F5F8DD background.