COLOR #F6EDE3

HEX: #F6EDE3
RGB: (246,237,227)

Renk bilgisi

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

RGB renk modeli

#F6EDE3 color RGB value is (246,237,227).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 237 of 255 = 93%
B 227 of 255 = 89%

246
237
227

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 237 + 227 = 710 (100%)
R 246 of 710 ~ 34.65%
G 237 of 710 ~ 33.38%
B 227 of 710 ~ 31.97%

%34.65
%33.38
%31.97

CMYK RENK MODELİ

#F6EDE3 rengi CMYK tonu (0,4,8,4).

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

CMYK yüzdeleri

%0
%3.66
%7.72
%3.53

Codes

Color #F6EDE3 in popluar color models

F6EDE3
RGB246237227
HSL32°51.35%92.75%
HSB/HSV32°7.72%96.47%
CMYK0.00%3.66%7.72%
3.53%

Color #F6EDE3 in popluar number systems.

HEXF6EDE3
Decimal246237227
Binary111101101110110111100011
Octal366355343

Shades and tints

Shades of #F6EDE3

#F6EDE3
(246,237,227)
#E0D8CF
(224,216,207)
#CAC3BB
(202,195,187)
#B4AEA7
(180,174,167)
#9E9993
(158,153,147)
#88847F
(136,132,127)
#726F6B
(114,111,107)
#5C5A57
(92,90,87)
#464543
(70,69,67)
#30302F
(48,48,47)
#1A1B1B
(26,27,27)
#000000
(0,0,0)

Tints of #F6EDE3

#F6EDE3
(246,237,227)
#F6EEE5
(246,238,229)
#F6EFE7
(246,239,231)
#F6F0E9
(246,240,233)
#F6F1EB
(246,241,235)
#F6F2ED
(246,242,237)
#F6F3EF
(246,243,239)
#F6F4F1
(246,244,241)
#F6F5F3
(246,245,243)
#F6F6F5
(246,246,245)
#F6F7F7
(246,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6EDE3; }

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

This text font color is #F6EDE3.


Background Color

.myBgColor { background-color: #F6EDE3; }

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

This div background color is #F6EDE3.


Border color

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

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

This div border color is #F6EDE3.


Opacity

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

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

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

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

This text has shadow with #F6EDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6EDE3 on black background.


Color preview on white background

This text has color #F6EDE3 on white background.



Black color preview on #F6EDE3 background

This text has black color on #F6EDE3 background.


White color preview on #F6EDE3 background

This text has white color on #F6EDE3 background.