COLOR #F5ECD9

HEX: #F5ECD9
RGB: (245,236,217)

Renk bilgisi

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

RGB renk modeli

#F5ECD9 color RGB value is (245,236,217).

  • kırmız ton 245;
  • yeşil ton 236;
  • mavi ton 217.
RGB:
(245,236,217)
(96%,93%,85%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 236 of 255 = 93%
B 217 of 255 = 85%

245
236
217

R + G + B ~ 91%. #F5ECD9 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 236 + 217 = 698 (100%)
R 245 of 698 ~ 35.1%
G 236 of 698 ~ 33.81%
B 217 of 698 ~ 31.09%

%35.1
%33.81
%31.09

CMYK RENK MODELİ

#F5ECD9 rengi CMYK tonu (0,4,11,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.67%
  • sarı tonu 11.43%
  • ana renk tonu 3.92%
CMYK:
(0,4,11,4)
C0M4Y11K4 
(0%,4%,11%,4%)
(0.00/0.04/0.11/0.04)	

CMYK yüzdeleri

%0
%3.67
%11.43
%3.92

Codes

Color #F5ECD9 in popluar color models

F5ECD9
RGB245236217
HSL41°58.33%90.59%
HSB/HSV41°11.43%96.08%
CMYK0.00%3.67%11.43%
3.92%

Color #F5ECD9 in popluar number systems.

HEXF5ECD9
Decimal245236217
Binary111101011110110011011001
Octal365354331

Shades and tints

Shades of #F5ECD9

#F5ECD9
(245,236,217)
#DFD7C6
(223,215,198)
#C9C2B3
(201,194,179)
#B3ADA0
(179,173,160)
#9D988D
(157,152,141)
#87837A
(135,131,122)
#716E67
(113,110,103)
#5B5954
(91,89,84)
#454441
(69,68,65)
#2F2F2E
(47,47,46)
#191A1B
(25,26,27)
#000000
(0,0,0)

Tints of #F5ECD9

#F5ECD9
(245,236,217)
#F5EDDC
(245,237,220)
#F5EEDF
(245,238,223)
#F5EFE2
(245,239,226)
#F5F0E5
(245,240,229)
#F5F1E8
(245,241,232)
#F5F2EB
(245,242,235)
#F5F3EE
(245,243,238)
#F5F4F1
(245,244,241)
#F5F5F4
(245,245,244)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5ECD9 color. Also use rgb(245,236,217) instead hex code.

Text Font Color

.myTextColor { color: #F5ECD9; }

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

This text font color is #F5ECD9.


Background Color

.myBgColor { background-color: #F5ECD9; }

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

This div background color is #F5ECD9.


Border color

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

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

This div border color is #F5ECD9.


Opacity

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

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

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

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

This text has shadow with #F5ECD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5ECD9 on black background.


Color preview on white background

This text has color #F5ECD9 on white background.



Black color preview on #F5ECD9 background

This text has black color on #F5ECD9 background.


White color preview on #F5ECD9 background

This text has white color on #F5ECD9 background.