COLOR #F5DB9E

HEX: #F5DB9E
RGB: (245,219,158)

Renk bilgisi

#F5DB9E contains mainly red and green colors. #F5DB9E ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#F5DB9E color RGB value is (245,219,158).

  • kırmız ton 245;
  • yeşil ton 219;
  • mavi ton 158.
RGB:
(245,219,158)
(96%,86%,62%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 219 of 255 = 86%
B 158 of 255 = 62%

245
219
158

R + G + B ~ 81%. #F5DB9E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 219 + 158 = 622 (100%)
R 245 of 622 ~ 39.39%
G 219 of 622 ~ 35.21%
B 158 of 622 ~ 25.4%

%39.39
%35.21
%25.4

CMYK RENK MODELİ

#F5DB9E rengi CMYK tonu (0,11,36,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.61%
  • sarı tonu 35.51%
  • ana renk tonu 3.92%
CMYK:
(0,11,36,4)
C0M11Y36K4 
(0%,11%,36%,4%)
(0.00/0.11/0.36/0.04)	

CMYK yüzdeleri

%0
%10.61
%35.51
%3.92

Codes

Color #F5DB9E in popluar color models

F5DB9E
RGB245219158
HSL42°81.31%79.02%
HSB/HSV42°35.51%96.08%
CMYK0.00%10.61%35.51%
3.92%

Color #F5DB9E in popluar number systems.

HEXF5DB9E
Decimal245219158
Binary111101011101101110011110
Octal365333236

Shades and tints

Shades of #F5DB9E

#F5DB9E
(245,219,158)
#DFC890
(223,200,144)
#C9B582
(201,181,130)
#B3A274
(179,162,116)
#9D8F66
(157,143,102)
#877C58
(135,124,88)
#71694A
(113,105,74)
#5B563C
(91,86,60)
#45432E
(69,67,46)
#2F3020
(47,48,32)
#191D12
(25,29,18)
#000000
(0,0,0)

Tints of #F5DB9E

#F5DB9E
(245,219,158)
#F5DEA6
(245,222,166)
#F5E1AE
(245,225,174)
#F5E4B6
(245,228,182)
#F5E7BE
(245,231,190)
#F5EAC6
(245,234,198)
#F5EDCE
(245,237,206)
#F5F0D6
(245,240,214)
#F5F3DE
(245,243,222)
#F5F6E6
(245,246,230)
#F5F9EE
(245,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5DB9E color. Also use rgb(245,219,158) instead hex code.

Text Font Color

.myTextColor { color: #F5DB9E; }

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

This text font color is #F5DB9E.


Background Color

.myBgColor { background-color: #F5DB9E; }

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

This div background color is #F5DB9E.


Border color

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

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

This div border color is #F5DB9E.


Opacity

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

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

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

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

This text has shadow with #F5DB9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5DB9E on black background.


Color preview on white background

This text has color #F5DB9E on white background.



Black color preview on #F5DB9E background

This text has black color on #F5DB9E background.


White color preview on #F5DB9E background

This text has white color on #F5DB9E background.