COLOR #F6F5EF

HEX: #F6F5EF
RGB: (246,245,239)

Renk bilgisi

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

RGB renk modeli

#F6F5EF color RGB value is (246,245,239).

  • kırmız ton 246;
  • yeşil ton 245;
  • mavi ton 239.
RGB:
(246,245,239)
(96%,96%,94%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 245 of 255 = 96%
B 239 of 255 = 94%

246
245
239

R + G + B ~ 95%. #F6F5EF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 245 + 239 = 730 (100%)
R 246 of 730 ~ 33.7%
G 245 of 730 ~ 33.56%
B 239 of 730 ~ 32.74%

%33.7
%33.56
%32.74

CMYK RENK MODELİ

#F6F5EF rengi CMYK tonu (0,0,3,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.41%
  • sarı tonu 2.85%
  • ana renk tonu 3.53%
CMYK:
(0,0,3,4)
C0M0Y3K4 
(0%,0%,3%,4%)
(0.00/0.00/0.03/0.04)	

CMYK yüzdeleri

%0
%0.41
%2.85
%3.53

Codes

Color #F6F5EF in popluar color models

F6F5EF
RGB246245239
HSL51°28.00%95.10%
HSB/HSV51°2.85%96.47%
CMYK0.00%0.41%2.85%
3.53%

Color #F6F5EF in popluar number systems.

HEXF6F5EF
Decimal246245239
Binary111101101111010111101111
Octal366365357

Shades and tints

Shades of #F6F5EF

#F6F5EF
(246,245,239)
#E0DFDA
(224,223,218)
#CAC9C5
(202,201,197)
#B4B3B0
(180,179,176)
#9E9D9B
(158,157,155)
#888786
(136,135,134)
#727171
(114,113,113)
#5C5B5C
(92,91,92)
#464547
(70,69,71)
#302F32
(48,47,50)
#1A191D
(26,25,29)
#000000
(0,0,0)

Tints of #F6F5EF

#F6F5EF
(246,245,239)
#F6F5F0
(246,245,240)
#F6F5F1
(246,245,241)
#F6F5F2
(246,245,242)
#F6F5F3
(246,245,243)
#F6F5F4
(246,245,244)
#F6F5F5
(246,245,245)
#F6F5F6
(246,245,246)
#F6F5F7
(246,245,247)
#F6F5F8
(246,245,248)
#F6F5F9
(246,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6F5EF color. Also use rgb(246,245,239) instead hex code.

Text Font Color

.myTextColor { color: #F6F5EF; }

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

This text font color is #F6F5EF.


Background Color

.myBgColor { background-color: #F6F5EF; }

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

This div background color is #F6F5EF.


Border color

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

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

This div border color is #F6F5EF.


Opacity

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

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

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

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

This text has shadow with #F6F5EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6F5EF on black background.


Color preview on white background

This text has color #F6F5EF on white background.



Black color preview on #F6F5EF background

This text has black color on #F6F5EF background.


White color preview on #F6F5EF background

This text has white color on #F6F5EF background.