COLOR #F5EBC8

HEX: #F5EBC8
RGB: (245,235,200)

Renk bilgisi

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

RGB renk modeli

#F5EBC8 color RGB value is (245,235,200).

  • kırmız ton 245;
  • yeşil ton 235;
  • mavi ton 200.
RGB:
(245,235,200)
(96%,92%,78%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 235 of 255 = 92%
B 200 of 255 = 78%

245
235
200

R + G + B ~ 89%. #F5EBC8 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 235 + 200 = 680 (100%)
R 245 of 680 ~ 36.03%
G 235 of 680 ~ 34.56%
B 200 of 680 ~ 29.41%

%36.03
%34.56
%29.41

CMYK RENK MODELİ

#F5EBC8 rengi CMYK tonu (0,4,18,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.08%
  • sarı tonu 18.37%
  • ana renk tonu 3.92%
CMYK:
(0,4,18,4)
C0M4Y18K4 
(0%,4%,18%,4%)
(0.00/0.04/0.18/0.04)	

CMYK yüzdeleri

%0
%4.08
%18.37
%3.92

Codes

Color #F5EBC8 in popluar color models

F5EBC8
RGB245235200
HSL47°69.23%87.25%
HSB/HSV47°18.37%96.08%
CMYK0.00%4.08%18.37%
3.92%

Color #F5EBC8 in popluar number systems.

HEXF5EBC8
Decimal245235200
Binary111101011110101111001000
Octal365353310

Shades and tints

Shades of #F5EBC8

#F5EBC8
(245,235,200)
#DFD6B6
(223,214,182)
#C9C1A4
(201,193,164)
#B3AC92
(179,172,146)
#9D9780
(157,151,128)
#87826E
(135,130,110)
#716D5C
(113,109,92)
#5B584A
(91,88,74)
#454338
(69,67,56)
#2F2E26
(47,46,38)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #F5EBC8

#F5EBC8
(245,235,200)
#F5ECCD
(245,236,205)
#F5EDD2
(245,237,210)
#F5EED7
(245,238,215)
#F5EFDC
(245,239,220)
#F5F0E1
(245,240,225)
#F5F1E6
(245,241,230)
#F5F2EB
(245,242,235)
#F5F3F0
(245,243,240)
#F5F4F5
(245,244,245)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5EBC8 color. Also use rgb(245,235,200) instead hex code.

Text Font Color

.myTextColor { color: #F5EBC8; }

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

This text font color is #F5EBC8.


Background Color

.myBgColor { background-color: #F5EBC8; }

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

This div background color is #F5EBC8.


Border color

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

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

This div border color is #F5EBC8.


Opacity

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

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

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

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

This text has shadow with #F5EBC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5EBC8 on black background.


Color preview on white background

This text has color #F5EBC8 on white background.



Black color preview on #F5EBC8 background

This text has black color on #F5EBC8 background.


White color preview on #F5EBC8 background

This text has white color on #F5EBC8 background.