COLOR #F6EDF9

HEX: #F6EDF9
RGB: (246,237,249)

Renk bilgisi

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

RGB renk modeli

#F6EDF9 color RGB value is (246,237,249).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 237 of 255 = 93%
B 249 of 255 = 98%

246
237
249

R + G + B ~ 96%. #F6EDF9 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 237 + 249 = 732 (100%)
R 246 of 732 ~ 33.61%
G 237 of 732 ~ 32.38%
B 249 of 732 ~ 34.02%

%33.61
%32.38
%34.02

CMYK RENK MODELİ

#F6EDF9 rengi CMYK tonu (1,5,0,2).

  • camgöbeği tonu 1.20%
  • eflatun tonu 4.82%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(1,5,0,2)
C1M5Y0K2 
(1%,5%,0%,2%)
(0.01/0.05/0.00/0.02)	

CMYK yüzdeleri

%1.2
%4.82
%0
%2.35

Codes

Color #F6EDF9 in popluar color models

F6EDF9
RGB246237249
HSL285°50.00%95.29%
HSB/HSV285°4.82%97.65%
CMYK1.20%4.82%0.00%
2.35%

Color #F6EDF9 in popluar number systems.

HEXF6EDF9
Decimal246237249
Binary111101101110110111111001
Octal366355371

Shades and tints

Shades of #F6EDF9

#F6EDF9
(246,237,249)
#E0D8E3
(224,216,227)
#CAC3CD
(202,195,205)
#B4AEB7
(180,174,183)
#9E99A1
(158,153,161)
#88848B
(136,132,139)
#726F75
(114,111,117)
#5C5A5F
(92,90,95)
#464549
(70,69,73)
#303033
(48,48,51)
#1A1B1D
(26,27,29)
#000000
(0,0,0)

Tints of #F6EDF9

#F6EDF9
(246,237,249)
#F6EEF9
(246,238,249)
#F6EFF9
(246,239,249)
#F6F0F9
(246,240,249)
#F6F1F9
(246,241,249)
#F6F2F9
(246,242,249)
#F6F3F9
(246,243,249)
#F6F4F9
(246,244,249)
#F6F5F9
(246,245,249)
#F6F6F9
(246,246,249)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6EDF9; }

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

This text font color is #F6EDF9.


Background Color

.myBgColor { background-color: #F6EDF9; }

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

This div background color is #F6EDF9.


Border color

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

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

This div border color is #F6EDF9.


Opacity

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

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

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

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

This text has shadow with #F6EDF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6EDF9 on black background.


Color preview on white background

This text has color #F6EDF9 on white background.



Black color preview on #F6EDF9 background

This text has black color on #F6EDF9 background.


White color preview on #F6EDF9 background

This text has white color on #F6EDF9 background.