COLOR #F6E3CE

HEX: #F6E3CE
RGB: (246,227,206)

Renk bilgisi

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

RGB renk modeli

#F6E3CE color RGB value is (246,227,206).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 227 of 255 = 89%
B 206 of 255 = 81%

246
227
206

R + G + B ~ 89%. #F6E3CE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 227 + 206 = 679 (100%)
R 246 of 679 ~ 36.23%
G 227 of 679 ~ 33.43%
B 206 of 679 ~ 30.34%

%36.23
%33.43
%30.34

CMYK RENK MODELİ

#F6E3CE rengi CMYK tonu (0,8,16,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.72%
  • sarı tonu 16.26%
  • ana renk tonu 3.53%
CMYK:
(0,8,16,4)
C0M8Y16K4 
(0%,8%,16%,4%)
(0.00/0.08/0.16/0.04)	

CMYK yüzdeleri

%0
%7.72
%16.26
%3.53

Codes

Color #F6E3CE in popluar color models

F6E3CE
RGB246227206
HSL32°68.97%88.63%
HSB/HSV32°16.26%96.47%
CMYK0.00%7.72%16.26%
3.53%

Color #F6E3CE in popluar number systems.

HEXF6E3CE
Decimal246227206
Binary111101101110001111001110
Octal366343316

Shades and tints

Shades of #F6E3CE

#F6E3CE
(246,227,206)
#E0CFBC
(224,207,188)
#CABBAA
(202,187,170)
#B4A798
(180,167,152)
#9E9386
(158,147,134)
#887F74
(136,127,116)
#726B62
(114,107,98)
#5C5750
(92,87,80)
#46433E
(70,67,62)
#302F2C
(48,47,44)
#1A1B1A
(26,27,26)
#000000
(0,0,0)

Tints of #F6E3CE

#F6E3CE
(246,227,206)
#F6E5D2
(246,229,210)
#F6E7D6
(246,231,214)
#F6E9DA
(246,233,218)
#F6EBDE
(246,235,222)
#F6EDE2
(246,237,226)
#F6EFE6
(246,239,230)
#F6F1EA
(246,241,234)
#F6F3EE
(246,243,238)
#F6F5F2
(246,245,242)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E3CE; }

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

This text font color is #F6E3CE.


Background Color

.myBgColor { background-color: #F6E3CE; }

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

This div background color is #F6E3CE.


Border color

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

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

This div border color is #F6E3CE.


Opacity

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

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

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

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

This text has shadow with #F6E3CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E3CE on black background.


Color preview on white background

This text has color #F6E3CE on white background.



Black color preview on #F6E3CE background

This text has black color on #F6E3CE background.


White color preview on #F6E3CE background

This text has white color on #F6E3CE background.