COLOR #F6D7CE

HEX: #F6D7CE
RGB: (246,215,206)

Renk bilgisi

#F6D7CE contains red, green and blue colors in about the same proportion. #F6D7CE ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.

RGB renk modeli

#F6D7CE color RGB value is (246,215,206).

  • kırmız ton 246;
  • yeşil ton 215;
  • mavi ton 206.
RGB:
(246,215,206)
(96%,84%,81%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 215 of 255 = 84%
B 206 of 255 = 81%

246
215
206

R + G + B ~ 87%. #F6D7CE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 215 + 206 = 667 (100%)
R 246 of 667 ~ 36.88%
G 215 of 667 ~ 32.23%
B 206 of 667 ~ 30.88%

%36.88
%32.23
%30.88

CMYK RENK MODELİ

#F6D7CE rengi CMYK tonu (0,13,16,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.60%
  • sarı tonu 16.26%
  • ana renk tonu 3.53%
CMYK:
(0,13,16,4)
C0M13Y16K4 
(0%,13%,16%,4%)
(0.00/0.13/0.16/0.04)	

CMYK yüzdeleri

%0
%12.6
%16.26
%3.53

Codes

Color #F6D7CE in popluar color models

F6D7CE
RGB246215206
HSL14°68.97%88.63%
HSB/HSV14°16.26%96.47%
CMYK0.00%12.60%16.26%
3.53%

Color #F6D7CE in popluar number systems.

HEXF6D7CE
Decimal246215206
Binary111101101101011111001110
Octal366327316

Shades and tints

Shades of #F6D7CE

#F6D7CE
(246,215,206)
#E0C4BC
(224,196,188)
#CAB1AA
(202,177,170)
#B49E98
(180,158,152)
#9E8B86
(158,139,134)
#887874
(136,120,116)
#726562
(114,101,98)
#5C5250
(92,82,80)
#463F3E
(70,63,62)
#302C2C
(48,44,44)
#1A191A
(26,25,26)
#000000
(0,0,0)

Tints of #F6D7CE

#F6D7CE
(246,215,206)
#F6DAD2
(246,218,210)
#F6DDD6
(246,221,214)
#F6E0DA
(246,224,218)
#F6E3DE
(246,227,222)
#F6E6E2
(246,230,226)
#F6E9E6
(246,233,230)
#F6ECEA
(246,236,234)
#F6EFEE
(246,239,238)
#F6F2F2
(246,242,242)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D7CE color. Also use rgb(246,215,206) instead hex code.

Text Font Color

.myTextColor { color: #F6D7CE; }

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

This text font color is #F6D7CE.


Background Color

.myBgColor { background-color: #F6D7CE; }

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

This div background color is #F6D7CE.


Border color

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

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

This div border color is #F6D7CE.


Opacity

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

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

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

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

This text has shadow with #F6D7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D7CE on black background.


Color preview on white background

This text has color #F6D7CE on white background.



Black color preview on #F6D7CE background

This text has black color on #F6D7CE background.


White color preview on #F6D7CE background

This text has white color on #F6D7CE background.