COLOR #F5EDCB

HEX: #F5EDCB
RGB: (245,237,203)

Renk bilgisi

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

RGB renk modeli

#F5EDCB color RGB value is (245,237,203).

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

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 237 of 255 = 93%
B 203 of 255 = 80%

245
237
203

R + G + B ~ 90%. #F5EDCB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 237 + 203 = 685 (100%)
R 245 of 685 ~ 35.77%
G 237 of 685 ~ 34.6%
B 203 of 685 ~ 29.64%

%35.77
%34.6
%29.64

CMYK RENK MODELİ

#F5EDCB rengi CMYK tonu (0,3,17,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.27%
  • sarı tonu 17.14%
  • ana renk tonu 3.92%
CMYK:
(0,3,17,4)
C0M3Y17K4 
(0%,3%,17%,4%)
(0.00/0.03/0.17/0.04)	

CMYK yüzdeleri

%0
%3.27
%17.14
%3.92

Codes

Color #F5EDCB in popluar color models

F5EDCB
RGB245237203
HSL49°67.74%87.84%
HSB/HSV49°17.14%96.08%
CMYK0.00%3.27%17.14%
3.92%

Color #F5EDCB in popluar number systems.

HEXF5EDCB
Decimal245237203
Binary111101011110110111001011
Octal365355313

Shades and tints

Shades of #F5EDCB

#F5EDCB
(245,237,203)
#DFD8B9
(223,216,185)
#C9C3A7
(201,195,167)
#B3AE95
(179,174,149)
#9D9983
(157,153,131)
#878471
(135,132,113)
#716F5F
(113,111,95)
#5B5A4D
(91,90,77)
#45453B
(69,69,59)
#2F3029
(47,48,41)
#191B17
(25,27,23)
#000000
(0,0,0)

Tints of #F5EDCB

#F5EDCB
(245,237,203)
#F5EECF
(245,238,207)
#F5EFD3
(245,239,211)
#F5F0D7
(245,240,215)
#F5F1DB
(245,241,219)
#F5F2DF
(245,242,223)
#F5F3E3
(245,243,227)
#F5F4E7
(245,244,231)
#F5F5EB
(245,245,235)
#F5F6EF
(245,246,239)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5EDCB; }

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

This text font color is #F5EDCB.


Background Color

.myBgColor { background-color: #F5EDCB; }

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

This div background color is #F5EDCB.


Border color

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

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

This div border color is #F5EDCB.


Opacity

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

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

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

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

This text has shadow with #F5EDCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5EDCB on black background.


Color preview on white background

This text has color #F5EDCB on white background.



Black color preview on #F5EDCB background

This text has black color on #F5EDCB background.


White color preview on #F5EDCB background

This text has white color on #F5EDCB background.