COLOR #F5EDB8

HEX: #F5EDB8
RGB: (245,237,184)

Renk bilgisi

#F5EDB8 contains mainly red and green colors. #F5EDB8 ‘ nin web güvenlik rengi #FFFFCC (ya da #FFC) dir.

RGB renk modeli

#F5EDB8 color RGB value is (245,237,184).

  • kırmız ton 245;
  • yeşil ton 237;
  • mavi ton 184.
RGB:
(245,237,184)
(96%,93%,72%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 237 of 255 = 93%
B 184 of 255 = 72%

245
237
184

R + G + B ~ 87%. #F5EDB8 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 237 + 184 = 666 (100%)
R 245 of 666 ~ 36.79%
G 237 of 666 ~ 35.59%
B 184 of 666 ~ 27.63%

%36.79
%35.59
%27.63

CMYK RENK MODELİ

#F5EDB8 rengi CMYK tonu (0,3,25,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.27%
  • sarı tonu 24.90%
  • ana renk tonu 3.92%
CMYK:
(0,3,25,4)
C0M3Y25K4 
(0%,3%,25%,4%)
(0.00/0.03/0.25/0.04)	

CMYK yüzdeleri

%0
%3.27
%24.9
%3.92

Codes

Color #F5EDB8 in popluar color models

F5EDB8
RGB245237184
HSL52°75.31%84.12%
HSB/HSV52°24.90%96.08%
CMYK0.00%3.27%24.90%
3.92%

Color #F5EDB8 in popluar number systems.

HEXF5EDB8
Decimal245237184
Binary111101011110110110111000
Octal365355270

Shades and tints

Shades of #F5EDB8

#F5EDB8
(245,237,184)
#DFD8A8
(223,216,168)
#C9C398
(201,195,152)
#B3AE88
(179,174,136)
#9D9978
(157,153,120)
#878468
(135,132,104)
#716F58
(113,111,88)
#5B5A48
(91,90,72)
#454538
(69,69,56)
#2F3028
(47,48,40)
#191B18
(25,27,24)
#000000
(0,0,0)

Tints of #F5EDB8

#F5EDB8
(245,237,184)
#F5EEBE
(245,238,190)
#F5EFC4
(245,239,196)
#F5F0CA
(245,240,202)
#F5F1D0
(245,241,208)
#F5F2D6
(245,242,214)
#F5F3DC
(245,243,220)
#F5F4E2
(245,244,226)
#F5F5E8
(245,245,232)
#F5F6EE
(245,246,238)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5EDB8 color. Also use rgb(245,237,184) instead hex code.

Text Font Color

.myTextColor { color: #F5EDB8; }

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

This text font color is #F5EDB8.


Background Color

.myBgColor { background-color: #F5EDB8; }

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

This div background color is #F5EDB8.


Border color

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

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

This div border color is #F5EDB8.


Opacity

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

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

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

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

This text has shadow with #F5EDB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5EDB8 on black background.


Color preview on white background

This text has color #F5EDB8 on white background.



Black color preview on #F5EDB8 background

This text has black color on #F5EDB8 background.


White color preview on #F5EDB8 background

This text has white color on #F5EDB8 background.