COLOR #F6D1A4

HEX: #F6D1A4
RGB: (246,209,164)

Renk bilgisi

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

RGB renk modeli

#F6D1A4 color RGB value is (246,209,164).

  • kırmız ton 246;
  • yeşil ton 209;
  • mavi ton 164.
RGB:
(246,209,164)
(96%,82%,64%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 209 of 255 = 82%
B 164 of 255 = 64%

246
209
164

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 209 + 164 = 619 (100%)
R 246 of 619 ~ 39.74%
G 209 of 619 ~ 33.76%
B 164 of 619 ~ 26.49%

%39.74
%33.76
%26.49

CMYK RENK MODELİ

#F6D1A4 rengi CMYK tonu (0,15,33,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.04%
  • sarı tonu 33.33%
  • ana renk tonu 3.53%
CMYK:
(0,15,33,4)
C0M15Y33K4 
(0%,15%,33%,4%)
(0.00/0.15/0.33/0.04)	

CMYK yüzdeleri

%0
%15.04
%33.33
%3.53

Codes

Color #F6D1A4 in popluar color models

F6D1A4
RGB246209164
HSL33°82.00%80.39%
HSB/HSV33°33.33%96.47%
CMYK0.00%15.04%33.33%
3.53%

Color #F6D1A4 in popluar number systems.

HEXF6D1A4
Decimal246209164
Binary111101101101000110100100
Octal366321244

Shades and tints

Shades of #F6D1A4

#F6D1A4
(246,209,164)
#E0BE96
(224,190,150)
#CAAB88
(202,171,136)
#B4987A
(180,152,122)
#9E856C
(158,133,108)
#88725E
(136,114,94)
#725F50
(114,95,80)
#5C4C42
(92,76,66)
#463934
(70,57,52)
#302626
(48,38,38)
#1A1318
(26,19,24)
#000000
(0,0,0)

Tints of #F6D1A4

#F6D1A4
(246,209,164)
#F6D5AC
(246,213,172)
#F6D9B4
(246,217,180)
#F6DDBC
(246,221,188)
#F6E1C4
(246,225,196)
#F6E5CC
(246,229,204)
#F6E9D4
(246,233,212)
#F6EDDC
(246,237,220)
#F6F1E4
(246,241,228)
#F6F5EC
(246,245,236)
#F6F9F4
(246,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D1A4 color. Also use rgb(246,209,164) instead hex code.

Text Font Color

.myTextColor { color: #F6D1A4; }

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

This text font color is #F6D1A4.


Background Color

.myBgColor { background-color: #F6D1A4; }

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

This div background color is #F6D1A4.


Border color

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

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

This div border color is #F6D1A4.


Opacity

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

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

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

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

This text has shadow with #F6D1A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D1A4 on black background.


Color preview on white background

This text has color #F6D1A4 on white background.



Black color preview on #F6D1A4 background

This text has black color on #F6D1A4 background.


White color preview on #F6D1A4 background

This text has white color on #F6D1A4 background.