COLOR #F5E7B4

HEX: #F5E7B4
RGB: (245,231,180)

Renk bilgisi

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

RGB renk modeli

#F5E7B4 color RGB value is (245,231,180).

  • kırmız ton 245;
  • yeşil ton 231;
  • mavi ton 180.
RGB:
(245,231,180)
(96%,91%,71%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 231 of 255 = 91%
B 180 of 255 = 71%

245
231
180

R + G + B ~ 86%. #F5E7B4 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 231 + 180 = 656 (100%)
R 245 of 656 ~ 37.35%
G 231 of 656 ~ 35.21%
B 180 of 656 ~ 27.44%

%37.35
%35.21
%27.44

CMYK RENK MODELİ

#F5E7B4 rengi CMYK tonu (0,6,27,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.71%
  • sarı tonu 26.53%
  • ana renk tonu 3.92%
CMYK:
(0,6,27,4)
C0M6Y27K4 
(0%,6%,27%,4%)
(0.00/0.06/0.27/0.04)	

CMYK yüzdeleri

%0
%5.71
%26.53
%3.92

Codes

Color #F5E7B4 in popluar color models

F5E7B4
RGB245231180
HSL47°76.47%83.33%
HSB/HSV47°26.53%96.08%
CMYK0.00%5.71%26.53%
3.92%

Color #F5E7B4 in popluar number systems.

HEXF5E7B4
Decimal245231180
Binary111101011110011110110100
Octal365347264

Shades and tints

Shades of #F5E7B4

#F5E7B4
(245,231,180)
#DFD2A4
(223,210,164)
#C9BD94
(201,189,148)
#B3A884
(179,168,132)
#9D9374
(157,147,116)
#877E64
(135,126,100)
#716954
(113,105,84)
#5B5444
(91,84,68)
#453F34
(69,63,52)
#2F2A24
(47,42,36)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #F5E7B4

#F5E7B4
(245,231,180)
#F5E9BA
(245,233,186)
#F5EBC0
(245,235,192)
#F5EDC6
(245,237,198)
#F5EFCC
(245,239,204)
#F5F1D2
(245,241,210)
#F5F3D8
(245,243,216)
#F5F5DE
(245,245,222)
#F5F7E4
(245,247,228)
#F5F9EA
(245,249,234)
#F5FBF0
(245,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5E7B4 color. Also use rgb(245,231,180) instead hex code.

Text Font Color

.myTextColor { color: #F5E7B4; }

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

This text font color is #F5E7B4.


Background Color

.myBgColor { background-color: #F5E7B4; }

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

This div background color is #F5E7B4.


Border color

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

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

This div border color is #F5E7B4.


Opacity

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

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

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

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

This text has shadow with #F5E7B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5E7B4 on black background.


Color preview on white background

This text has color #F5E7B4 on white background.



Black color preview on #F5E7B4 background

This text has black color on #F5E7B4 background.


White color preview on #F5E7B4 background

This text has white color on #F5E7B4 background.