COLOR #F6D5B6

HEX: #F6D5B6
RGB: (246,213,182)

Renk bilgisi

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

RGB renk modeli

#F6D5B6 color RGB value is (246,213,182).

  • kırmız ton 246;
  • yeşil ton 213;
  • mavi ton 182.
RGB:
(246,213,182)
(96%,84%,71%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 213 of 255 = 84%
B 182 of 255 = 71%

246
213
182

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 213 + 182 = 641 (100%)
R 246 of 641 ~ 38.38%
G 213 of 641 ~ 33.23%
B 182 of 641 ~ 28.39%

%38.38
%33.23
%28.39

CMYK RENK MODELİ

#F6D5B6 rengi CMYK tonu (0,13,26,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.41%
  • sarı tonu 26.02%
  • ana renk tonu 3.53%
CMYK:
(0,13,26,4)
C0M13Y26K4 
(0%,13%,26%,4%)
(0.00/0.13/0.26/0.04)	

CMYK yüzdeleri

%0
%13.41
%26.02
%3.53

Codes

Color #F6D5B6 in popluar color models

F6D5B6
RGB246213182
HSL29°78.05%83.92%
HSB/HSV29°26.02%96.47%
CMYK0.00%13.41%26.02%
3.53%

Color #F6D5B6 in popluar number systems.

HEXF6D5B6
Decimal246213182
Binary111101101101010110110110
Octal366325266

Shades and tints

Shades of #F6D5B6

#F6D5B6
(246,213,182)
#E0C2A6
(224,194,166)
#CAAF96
(202,175,150)
#B49C86
(180,156,134)
#9E8976
(158,137,118)
#887666
(136,118,102)
#726356
(114,99,86)
#5C5046
(92,80,70)
#463D36
(70,61,54)
#302A26
(48,42,38)
#1A1716
(26,23,22)
#000000
(0,0,0)

Tints of #F6D5B6

#F6D5B6
(246,213,182)
#F6D8BC
(246,216,188)
#F6DBC2
(246,219,194)
#F6DEC8
(246,222,200)
#F6E1CE
(246,225,206)
#F6E4D4
(246,228,212)
#F6E7DA
(246,231,218)
#F6EAE0
(246,234,224)
#F6EDE6
(246,237,230)
#F6F0EC
(246,240,236)
#F6F3F2
(246,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D5B6 color. Also use rgb(246,213,182) instead hex code.

Text Font Color

.myTextColor { color: #F6D5B6; }

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

This text font color is #F6D5B6.


Background Color

.myBgColor { background-color: #F6D5B6; }

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

This div background color is #F6D5B6.


Border color

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

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

This div border color is #F6D5B6.


Opacity

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

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

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

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

This text has shadow with #F6D5B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D5B6 on black background.


Color preview on white background

This text has color #F6D5B6 on white background.



Black color preview on #F6D5B6 background

This text has black color on #F6D5B6 background.


White color preview on #F6D5B6 background

This text has white color on #F6D5B6 background.