COLOR #F6D6B9

HEX: #F6D6B9
RGB: (246,214,185)

Renk bilgisi

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

RGB renk modeli

#F6D6B9 color RGB value is (246,214,185).

  • kırmız ton 246;
  • yeşil ton 214;
  • mavi ton 185.
RGB:
(246,214,185)
(96%,84%,73%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 214 of 255 = 84%
B 185 of 255 = 73%

246
214
185

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 214 + 185 = 645 (100%)
R 246 of 645 ~ 38.14%
G 214 of 645 ~ 33.18%
B 185 of 645 ~ 28.68%

%38.14
%33.18
%28.68

CMYK RENK MODELİ

#F6D6B9 rengi CMYK tonu (0,13,25,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.01%
  • sarı tonu 24.80%
  • ana renk tonu 3.53%
CMYK:
(0,13,25,4)
C0M13Y25K4 
(0%,13%,25%,4%)
(0.00/0.13/0.25/0.04)	

CMYK yüzdeleri

%0
%13.01
%24.8
%3.53

Codes

Color #F6D6B9 in popluar color models

F6D6B9
RGB246214185
HSL29°77.22%84.51%
HSB/HSV29°24.80%96.47%
CMYK0.00%13.01%24.80%
3.53%

Color #F6D6B9 in popluar number systems.

HEXF6D6B9
Decimal246214185
Binary111101101101011010111001
Octal366326271

Shades and tints

Shades of #F6D6B9

#F6D6B9
(246,214,185)
#E0C3A9
(224,195,169)
#CAB099
(202,176,153)
#B49D89
(180,157,137)
#9E8A79
(158,138,121)
#887769
(136,119,105)
#726459
(114,100,89)
#5C5149
(92,81,73)
#463E39
(70,62,57)
#302B29
(48,43,41)
#1A1819
(26,24,25)
#000000
(0,0,0)

Tints of #F6D6B9

#F6D6B9
(246,214,185)
#F6D9BF
(246,217,191)
#F6DCC5
(246,220,197)
#F6DFCB
(246,223,203)
#F6E2D1
(246,226,209)
#F6E5D7
(246,229,215)
#F6E8DD
(246,232,221)
#F6EBE3
(246,235,227)
#F6EEE9
(246,238,233)
#F6F1EF
(246,241,239)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D6B9 color. Also use rgb(246,214,185) instead hex code.

Text Font Color

.myTextColor { color: #F6D6B9; }

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

This text font color is #F6D6B9.


Background Color

.myBgColor { background-color: #F6D6B9; }

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

This div background color is #F6D6B9.


Border color

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

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

This div border color is #F6D6B9.


Opacity

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

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

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

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

This text has shadow with #F6D6B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D6B9 on black background.


Color preview on white background

This text has color #F6D6B9 on white background.



Black color preview on #F6D6B9 background

This text has black color on #F6D6B9 background.


White color preview on #F6D6B9 background

This text has white color on #F6D6B9 background.