COLOR #F6D49D

HEX: #F6D49D
RGB: (246,212,157)

Renk bilgisi

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

RGB renk modeli

#F6D49D color RGB value is (246,212,157).

  • kırmız ton 246;
  • yeşil ton 212;
  • mavi ton 157.
RGB:
(246,212,157)
(96%,83%,62%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 212 of 255 = 83%
B 157 of 255 = 62%

246
212
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 212 + 157 = 615 (100%)
R 246 of 615 ~ 40%
G 212 of 615 ~ 34.47%
B 157 of 615 ~ 25.53%

%40
%34.47
%25.53

CMYK RENK MODELİ

#F6D49D rengi CMYK tonu (0,14,36,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.82%
  • sarı tonu 36.18%
  • ana renk tonu 3.53%
CMYK:
(0,14,36,4)
C0M14Y36K4 
(0%,14%,36%,4%)
(0.00/0.14/0.36/0.04)	

CMYK yüzdeleri

%0
%13.82
%36.18
%3.53

Codes

Color #F6D49D in popluar color models

F6D49D
RGB246212157
HSL37°83.18%79.02%
HSB/HSV37°36.18%96.47%
CMYK0.00%13.82%36.18%
3.53%

Color #F6D49D in popluar number systems.

HEXF6D49D
Decimal246212157
Binary111101101101010010011101
Octal366324235

Shades and tints

Shades of #F6D49D

#F6D49D
(246,212,157)
#E0C18F
(224,193,143)
#CAAE81
(202,174,129)
#B49B73
(180,155,115)
#9E8865
(158,136,101)
#887557
(136,117,87)
#726249
(114,98,73)
#5C4F3B
(92,79,59)
#463C2D
(70,60,45)
#30291F
(48,41,31)
#1A1611
(26,22,17)
#000000
(0,0,0)

Tints of #F6D49D

#F6D49D
(246,212,157)
#F6D7A5
(246,215,165)
#F6DAAD
(246,218,173)
#F6DDB5
(246,221,181)
#F6E0BD
(246,224,189)
#F6E3C5
(246,227,197)
#F6E6CD
(246,230,205)
#F6E9D5
(246,233,213)
#F6ECDD
(246,236,221)
#F6EFE5
(246,239,229)
#F6F2ED
(246,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D49D color. Also use rgb(246,212,157) instead hex code.

Text Font Color

.myTextColor { color: #F6D49D; }

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

This text font color is #F6D49D.


Background Color

.myBgColor { background-color: #F6D49D; }

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

This div background color is #F6D49D.


Border color

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

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

This div border color is #F6D49D.


Opacity

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

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

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

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

This text has shadow with #F6D49D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D49D on black background.


Color preview on white background

This text has color #F6D49D on white background.



Black color preview on #F6D49D background

This text has black color on #F6D49D background.


White color preview on #F6D49D background

This text has white color on #F6D49D background.