COLOR #F5E4BB

HEX: #F5E4BB
RGB: (245,228,187)

Renk bilgisi

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

RGB renk modeli

#F5E4BB color RGB value is (245,228,187).

  • kırmız ton 245;
  • yeşil ton 228;
  • mavi ton 187.
RGB:
(245,228,187)
(96%,89%,73%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 228 of 255 = 89%
B 187 of 255 = 73%

245
228
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 228 + 187 = 660 (100%)
R 245 of 660 ~ 37.12%
G 228 of 660 ~ 34.55%
B 187 of 660 ~ 28.33%

%37.12
%34.55
%28.33

CMYK RENK MODELİ

#F5E4BB rengi CMYK tonu (0,7,24,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.94%
  • sarı tonu 23.67%
  • ana renk tonu 3.92%
CMYK:
(0,7,24,4)
C0M7Y24K4 
(0%,7%,24%,4%)
(0.00/0.07/0.24/0.04)	

CMYK yüzdeleri

%0
%6.94
%23.67
%3.92

Codes

Color #F5E4BB in popluar color models

F5E4BB
RGB245228187
HSL42°74.36%84.71%
HSB/HSV42°23.67%96.08%
CMYK0.00%6.94%23.67%
3.92%

Color #F5E4BB in popluar number systems.

HEXF5E4BB
Decimal245228187
Binary111101011110010010111011
Octal365344273

Shades and tints

Shades of #F5E4BB

#F5E4BB
(245,228,187)
#DFD0AA
(223,208,170)
#C9BC99
(201,188,153)
#B3A888
(179,168,136)
#9D9477
(157,148,119)
#878066
(135,128,102)
#716C55
(113,108,85)
#5B5844
(91,88,68)
#454433
(69,68,51)
#2F3022
(47,48,34)
#191C11
(25,28,17)
#000000
(0,0,0)

Tints of #F5E4BB

#F5E4BB
(245,228,187)
#F5E6C1
(245,230,193)
#F5E8C7
(245,232,199)
#F5EACD
(245,234,205)
#F5ECD3
(245,236,211)
#F5EED9
(245,238,217)
#F5F0DF
(245,240,223)
#F5F2E5
(245,242,229)
#F5F4EB
(245,244,235)
#F5F6F1
(245,246,241)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5E4BB color. Also use rgb(245,228,187) instead hex code.

Text Font Color

.myTextColor { color: #F5E4BB; }

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

This text font color is #F5E4BB.


Background Color

.myBgColor { background-color: #F5E4BB; }

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

This div background color is #F5E4BB.


Border color

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

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

This div border color is #F5E4BB.


Opacity

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

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

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

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

This text has shadow with #F5E4BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5E4BB on black background.


Color preview on white background

This text has color #F5E4BB on white background.



Black color preview on #F5E4BB background

This text has black color on #F5E4BB background.


White color preview on #F5E4BB background

This text has white color on #F5E4BB background.