COLOR #F5F9DC

HEX: #F5F9DC
RGB: (245,249,220)

Renk bilgisi

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

RGB renk modeli

#F5F9DC color RGB value is (245,249,220).

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

RGB bağlantıları ve doygunluk

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

245
249
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 249 + 220 = 714 (100%)
R 245 of 714 ~ 34.31%
G 249 of 714 ~ 34.87%
B 220 of 714 ~ 30.81%

%34.31
%34.87
%30.81

CMYK RENK MODELİ

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

  • camgöbeği tonu 1.61%
  • 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

%1.61
%0
%11.65
%2.35

Codes

Color #F5F9DC in popluar color models

F5F9DC
RGB245249220
HSL68°70.73%91.96%
HSB/HSV68°11.65%97.65%
CMYK1.61%0.00%11.65%
2.35%

Color #F5F9DC in popluar number systems.

HEXF5F9DC
Decimal245249220
Binary111101011111100111011100
Octal365371334

Shades and tints

Shades of #F5F9DC

#F5F9DC
(245,249,220)
#DFE3C8
(223,227,200)
#C9CDB4
(201,205,180)
#B3B7A0
(179,183,160)
#9DA18C
(157,161,140)
#878B78
(135,139,120)
#717564
(113,117,100)
#5B5F50
(91,95,80)
#45493C
(69,73,60)
#2F3328
(47,51,40)
#191D14
(25,29,20)
#000000
(0,0,0)

Tints of #F5F9DC

#F5F9DC
(245,249,220)
#F5F9DF
(245,249,223)
#F5F9E2
(245,249,226)
#F5F9E5
(245,249,229)
#F5F9E8
(245,249,232)
#F5F9EB
(245,249,235)
#F5F9EE
(245,249,238)
#F5F9F1
(245,249,241)
#F5F9F4
(245,249,244)
#F5F9F7
(245,249,247)
#F5F9FA
(245,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5F9DC; }

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

This text font color is #F5F9DC.


Background Color

.myBgColor { background-color: #F5F9DC; }

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

This div background color is #F5F9DC.


Border color

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

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

This div border color is #F5F9DC.


Opacity

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

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

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

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

This text has shadow with #F5F9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5F9DC on black background.


Color preview on white background

This text has color #F5F9DC on white background.



Black color preview on #F5F9DC background

This text has black color on #F5F9DC background.


White color preview on #F5F9DC background

This text has white color on #F5F9DC background.