COLOR #F5DCB5

HEX: #F5DCB5
RGB: (245,220,181)

Renk bilgisi

#F5DCB5 contains mainly red and green colors. #F5DCB5 ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.

RGB renk modeli

#F5DCB5 color RGB value is (245,220,181).

  • kırmız ton 245;
  • yeşil ton 220;
  • mavi ton 181.
RGB:
(245,220,181)
(96%,86%,71%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 220 of 255 = 86%
B 181 of 255 = 71%

245
220
181

R + G + B ~ 84%. #F5DCB5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 220 + 181 = 646 (100%)
R 245 of 646 ~ 37.93%
G 220 of 646 ~ 34.06%
B 181 of 646 ~ 28.02%

%37.93
%34.06
%28.02

CMYK RENK MODELİ

#F5DCB5 rengi CMYK tonu (0,10,26,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.20%
  • sarı tonu 26.12%
  • ana renk tonu 3.92%
CMYK:
(0,10,26,4)
C0M10Y26K4 
(0%,10%,26%,4%)
(0.00/0.10/0.26/0.04)	

CMYK yüzdeleri

%0
%10.2
%26.12
%3.92

Codes

Color #F5DCB5 in popluar color models

F5DCB5
RGB245220181
HSL37°76.19%83.53%
HSB/HSV37°26.12%96.08%
CMYK0.00%10.20%26.12%
3.92%

Color #F5DCB5 in popluar number systems.

HEXF5DCB5
Decimal245220181
Binary111101011101110010110101
Octal365334265

Shades and tints

Shades of #F5DCB5

#F5DCB5
(245,220,181)
#DFC8A5
(223,200,165)
#C9B495
(201,180,149)
#B3A085
(179,160,133)
#9D8C75
(157,140,117)
#877865
(135,120,101)
#716455
(113,100,85)
#5B5045
(91,80,69)
#453C35
(69,60,53)
#2F2825
(47,40,37)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #F5DCB5

#F5DCB5
(245,220,181)
#F5DFBB
(245,223,187)
#F5E2C1
(245,226,193)
#F5E5C7
(245,229,199)
#F5E8CD
(245,232,205)
#F5EBD3
(245,235,211)
#F5EED9
(245,238,217)
#F5F1DF
(245,241,223)
#F5F4E5
(245,244,229)
#F5F7EB
(245,247,235)
#F5FAF1
(245,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5DCB5 color. Also use rgb(245,220,181) instead hex code.

Text Font Color

.myTextColor { color: #F5DCB5; }

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

This text font color is #F5DCB5.


Background Color

.myBgColor { background-color: #F5DCB5; }

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

This div background color is #F5DCB5.


Border color

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

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

This div border color is #F5DCB5.


Opacity

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

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

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

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

This text has shadow with #F5DCB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5DCB5 on black background.


Color preview on white background

This text has color #F5DCB5 on white background.



Black color preview on #F5DCB5 background

This text has black color on #F5DCB5 background.


White color preview on #F5DCB5 background

This text has white color on #F5DCB5 background.