COLOR #F5E8DC

HEX: #F5E8DC
RGB: (245,232,220)

Renk bilgisi

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

RGB renk modeli

#F5E8DC color RGB value is (245,232,220).

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

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 232 of 255 = 91%
B 220 of 255 = 86%

245
232
220

R + G + B ~ 91%. #F5E8DC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 232 + 220 = 697 (100%)
R 245 of 697 ~ 35.15%
G 232 of 697 ~ 33.29%
B 220 of 697 ~ 31.56%

%35.15
%33.29
%31.56

CMYK RENK MODELİ

#F5E8DC rengi CMYK tonu (0,5,10,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.31%
  • sarı tonu 10.20%
  • ana renk tonu 3.92%
CMYK:
(0,5,10,4)
C0M5Y10K4 
(0%,5%,10%,4%)
(0.00/0.05/0.10/0.04)	

CMYK yüzdeleri

%0
%5.31
%10.2
%3.92

Codes

Color #F5E8DC in popluar color models

F5E8DC
RGB245232220
HSL29°55.56%91.18%
HSB/HSV29°10.20%96.08%
CMYK0.00%5.31%10.20%
3.92%

Color #F5E8DC in popluar number systems.

HEXF5E8DC
Decimal245232220
Binary111101011110100011011100
Octal365350334

Shades and tints

Shades of #F5E8DC

#F5E8DC
(245,232,220)
#DFD3C8
(223,211,200)
#C9BEB4
(201,190,180)
#B3A9A0
(179,169,160)
#9D948C
(157,148,140)
#877F78
(135,127,120)
#716A64
(113,106,100)
#5B5550
(91,85,80)
#45403C
(69,64,60)
#2F2B28
(47,43,40)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #F5E8DC

#F5E8DC
(245,232,220)
#F5EADF
(245,234,223)
#F5ECE2
(245,236,226)
#F5EEE5
(245,238,229)
#F5F0E8
(245,240,232)
#F5F2EB
(245,242,235)
#F5F4EE
(245,244,238)
#F5F6F1
(245,246,241)
#F5F8F4
(245,248,244)
#F5FAF7
(245,250,247)
#F5FCFA
(245,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5E8DC; }

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

This text font color is #F5E8DC.


Background Color

.myBgColor { background-color: #F5E8DC; }

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

This div background color is #F5E8DC.


Border color

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

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

This div border color is #F5E8DC.


Opacity

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

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

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

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

This text has shadow with #F5E8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5E8DC on black background.


Color preview on white background

This text has color #F5E8DC on white background.



Black color preview on #F5E8DC background

This text has black color on #F5E8DC background.


White color preview on #F5E8DC background

This text has white color on #F5E8DC background.