COLOR #F6F6EE

HEX: #F6F6EE
RGB: (246,246,238)

Renk bilgisi

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

RGB renk modeli

#F6F6EE color RGB value is (246,246,238).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 246 of 255 = 96%
B 238 of 255 = 93%

246
246
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 246 + 238 = 730 (100%)
R 246 of 730 ~ 33.7%
G 246 of 730 ~ 33.7%
B 238 of 730 ~ 32.6%

%33.7
%33.7
%32.6

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 3.25%
  • 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
%3.25
%3.53

Codes

Color #F6F6EE in popluar color models

F6F6EE
RGB246246238
HSL60°30.77%94.90%
HSB/HSV60°3.25%96.47%
CMYK0.00%0.00%3.25%
3.53%

Color #F6F6EE in popluar number systems.

HEXF6F6EE
Decimal246246238
Binary111101101111011011101110
Octal366366356

Shades and tints

Shades of #F6F6EE

#F6F6EE
(246,246,238)
#E0E0D9
(224,224,217)
#CACAC4
(202,202,196)
#B4B4AF
(180,180,175)
#9E9E9A
(158,158,154)
#888885
(136,136,133)
#727270
(114,114,112)
#5C5C5B
(92,92,91)
#464646
(70,70,70)
#303031
(48,48,49)
#1A1A1C
(26,26,28)
#000000
(0,0,0)

Tints of #F6F6EE

#F6F6EE
(246,246,238)
#F6F6EF
(246,246,239)
#F6F6F0
(246,246,240)
#F6F6F1
(246,246,241)
#F6F6F2
(246,246,242)
#F6F6F3
(246,246,243)
#F6F6F4
(246,246,244)
#F6F6F5
(246,246,245)
#F6F6F6
(246,246,246)
#F6F6F7
(246,246,247)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6F6EE; }

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

This text font color is #F6F6EE.


Background Color

.myBgColor { background-color: #F6F6EE; }

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

This div background color is #F6F6EE.


Border color

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

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

This div border color is #F6F6EE.


Opacity

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

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

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

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

This text has shadow with #F6F6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6F6EE on black background.


Color preview on white background

This text has color #F6F6EE on white background.



Black color preview on #F6F6EE background

This text has black color on #F6F6EE background.


White color preview on #F6F6EE background

This text has white color on #F6F6EE background.