COLOR #F6EDE9

HEX: #F6EDE9
RGB: (246,237,233)

Renk bilgisi

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

RGB renk modeli

#F6EDE9 color RGB value is (246,237,233).

  • kırmız ton 246;
  • yeşil ton 237;
  • mavi ton 233.
RGB:
(246,237,233)
(96%,93%,91%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 237 of 255 = 93%
B 233 of 255 = 91%

246
237
233

R + G + B ~ 93%. #F6EDE9 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 237 + 233 = 716 (100%)
R 246 of 716 ~ 34.36%
G 237 of 716 ~ 33.1%
B 233 of 716 ~ 32.54%

%34.36
%33.1
%32.54

CMYK RENK MODELİ

#F6EDE9 rengi CMYK tonu (0,4,5,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.66%
  • sarı tonu 5.28%
  • ana renk tonu 3.53%
CMYK:
(0,4,5,4)
C0M4Y5K4 
(0%,4%,5%,4%)
(0.00/0.04/0.05/0.04)	

CMYK yüzdeleri

%0
%3.66
%5.28
%3.53

Codes

Color #F6EDE9 in popluar color models

F6EDE9
RGB246237233
HSL18°41.94%93.92%
HSB/HSV18°5.28%96.47%
CMYK0.00%3.66%5.28%
3.53%

Color #F6EDE9 in popluar number systems.

HEXF6EDE9
Decimal246237233
Binary111101101110110111101001
Octal366355351

Shades and tints

Shades of #F6EDE9

#F6EDE9
(246,237,233)
#E0D8D4
(224,216,212)
#CAC3BF
(202,195,191)
#B4AEAA
(180,174,170)
#9E9995
(158,153,149)
#888480
(136,132,128)
#726F6B
(114,111,107)
#5C5A56
(92,90,86)
#464541
(70,69,65)
#30302C
(48,48,44)
#1A1B17
(26,27,23)
#000000
(0,0,0)

Tints of #F6EDE9

#F6EDE9
(246,237,233)
#F6EEEB
(246,238,235)
#F6EFED
(246,239,237)
#F6F0EF
(246,240,239)
#F6F1F1
(246,241,241)
#F6F2F3
(246,242,243)
#F6F3F5
(246,243,245)
#F6F4F7
(246,244,247)
#F6F5F9
(246,245,249)
#F6F6FB
(246,246,251)
#F6F7FD
(246,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6EDE9 color. Also use rgb(246,237,233) instead hex code.

Text Font Color

.myTextColor { color: #F6EDE9; }

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

This text font color is #F6EDE9.


Background Color

.myBgColor { background-color: #F6EDE9; }

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

This div background color is #F6EDE9.


Border color

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

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

This div border color is #F6EDE9.


Opacity

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

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

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

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

This text has shadow with #F6EDE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6EDE9 on black background.


Color preview on white background

This text has color #F6EDE9 on white background.



Black color preview on #F6EDE9 background

This text has black color on #F6EDE9 background.


White color preview on #F6EDE9 background

This text has white color on #F6EDE9 background.