COLOR #F6EBCE

HEX: #F6EBCE
RGB: (246,235,206)

Renk bilgisi

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

RGB renk modeli

#F6EBCE color RGB value is (246,235,206).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 235 of 255 = 92%
B 206 of 255 = 81%

246
235
206

R + G + B ~ 90%. #F6EBCE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 235 + 206 = 687 (100%)
R 246 of 687 ~ 35.81%
G 235 of 687 ~ 34.21%
B 206 of 687 ~ 29.99%

%35.81
%34.21
%29.99

CMYK RENK MODELİ

#F6EBCE rengi CMYK tonu (0,4,16,4).

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

CMYK yüzdeleri

%0
%4.47
%16.26
%3.53

Codes

Color #F6EBCE in popluar color models

F6EBCE
RGB246235206
HSL44°68.97%88.63%
HSB/HSV44°16.26%96.47%
CMYK0.00%4.47%16.26%
3.53%

Color #F6EBCE in popluar number systems.

HEXF6EBCE
Decimal246235206
Binary111101101110101111001110
Octal366353316

Shades and tints

Shades of #F6EBCE

#F6EBCE
(246,235,206)
#E0D6BC
(224,214,188)
#CAC1AA
(202,193,170)
#B4AC98
(180,172,152)
#9E9786
(158,151,134)
#888274
(136,130,116)
#726D62
(114,109,98)
#5C5850
(92,88,80)
#46433E
(70,67,62)
#302E2C
(48,46,44)
#1A191A
(26,25,26)
#000000
(0,0,0)

Tints of #F6EBCE

#F6EBCE
(246,235,206)
#F6ECD2
(246,236,210)
#F6EDD6
(246,237,214)
#F6EEDA
(246,238,218)
#F6EFDE
(246,239,222)
#F6F0E2
(246,240,226)
#F6F1E6
(246,241,230)
#F6F2EA
(246,242,234)
#F6F3EE
(246,243,238)
#F6F4F2
(246,244,242)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6EBCE; }

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

This text font color is #F6EBCE.


Background Color

.myBgColor { background-color: #F6EBCE; }

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

This div background color is #F6EBCE.


Border color

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

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

This div border color is #F6EBCE.


Opacity

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

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

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

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

This text has shadow with #F6EBCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6EBCE on black background.


Color preview on white background

This text has color #F6EBCE on white background.



Black color preview on #F6EBCE background

This text has black color on #F6EBCE background.


White color preview on #F6EBCE background

This text has white color on #F6EBCE background.