COLOR #F3C5B0

HEX: #F3C5B0
RGB: (243,197,176)

Renk bilgisi

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

RGB renk modeli

#F3C5B0 color RGB value is (243,197,176).

  • kırmız ton 243;
  • yeşil ton 197;
  • mavi ton 176.
RGB:
(243,197,176)
(95%,77%,69%)

RGB bağlantıları ve doygunluk

R 243 of 255 = 95%
G 197 of 255 = 77%
B 176 of 255 = 69%

243
197
176

R + G + B ~ 80%. #F3C5B0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
243 + 197 + 176 = 616 (100%)
R 243 of 616 ~ 39.45%
G 197 of 616 ~ 31.98%
B 176 of 616 ~ 28.57%

%39.45
%31.98
%28.57

CMYK RENK MODELİ

#F3C5B0 rengi CMYK tonu (0,19,28,5).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.93%
  • sarı tonu 27.57%
  • ana renk tonu 4.71%
CMYK:
(0,19,28,5)
C0M19Y28K5 
(0%,19%,28%,5%)
(0.00/0.19/0.28/0.05)	

CMYK yüzdeleri

%0
%18.93
%27.57
%4.71

Codes

Color #F3C5B0 in popluar color models

F3C5B0
RGB243197176
HSL19°73.63%82.16%
HSB/HSV19°27.57%95.29%
CMYK0.00%18.93%27.57%
4.71%

Color #F3C5B0 in popluar number systems.

HEXF3C5B0
Decimal243197176
Binary111100111100010110110000
Octal363305260

Shades and tints

Shades of #F3C5B0

#F3C5B0
(243,197,176)
#DDB4A0
(221,180,160)
#C7A390
(199,163,144)
#B19280
(177,146,128)
#9B8170
(155,129,112)
#857060
(133,112,96)
#6F5F50
(111,95,80)
#594E40
(89,78,64)
#433D30
(67,61,48)
#2D2C20
(45,44,32)
#171B10
(23,27,16)
#000000
(0,0,0)

Tints of #F3C5B0

#F3C5B0
(243,197,176)
#F4CAB7
(244,202,183)
#F5CFBE
(245,207,190)
#F6D4C5
(246,212,197)
#F7D9CC
(247,217,204)
#F8DED3
(248,222,211)
#F9E3DA
(249,227,218)
#FAE8E1
(250,232,225)
#FBEDE8
(251,237,232)
#FCF2EF
(252,242,239)
#FDF7F6
(253,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3C5B0 color. Also use rgb(243,197,176) instead hex code.

Text Font Color

.myTextColor { color: #F3C5B0; }

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

This text font color is #F3C5B0.


Background Color

.myBgColor { background-color: #F3C5B0; }

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

This div background color is #F3C5B0.


Border color

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

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

This div border color is #F3C5B0.


Opacity

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

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

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

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

This text has shadow with #F3C5B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3C5B0 on black background.


Color preview on white background

This text has color #F3C5B0 on white background.



Black color preview on #F3C5B0 background

This text has black color on #F3C5B0 background.


White color preview on #F3C5B0 background

This text has white color on #F3C5B0 background.