COLOR #F6EEC7

HEX: #F6EEC7
RGB: (246,238,199)

Renk bilgisi

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

RGB renk modeli

#F6EEC7 color RGB value is (246,238,199).

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

RGB bağlantıları ve doygunluk

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

246
238
199

R + G + B ~ 89%. #F6EEC7 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 238 + 199 = 683 (100%)
R 246 of 683 ~ 36.02%
G 238 of 683 ~ 34.85%
B 199 of 683 ~ 29.14%

%36.02
%34.85
%29.14

CMYK RENK MODELİ

#F6EEC7 rengi CMYK tonu (0,3,19,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.25%
  • sarı tonu 19.11%
  • ana renk tonu 3.53%
CMYK:
(0,3,19,4)
C0M3Y19K4 
(0%,3%,19%,4%)
(0.00/0.03/0.19/0.04)	

CMYK yüzdeleri

%0
%3.25
%19.11
%3.53

Codes

Color #F6EEC7 in popluar color models

F6EEC7
RGB246238199
HSL50°72.31%87.25%
HSB/HSV50°19.11%96.47%
CMYK0.00%3.25%19.11%
3.53%

Color #F6EEC7 in popluar number systems.

HEXF6EEC7
Decimal246238199
Binary111101101110111011000111
Octal366356307

Shades and tints

Shades of #F6EEC7

#F6EEC7
(246,238,199)
#E0D9B5
(224,217,181)
#CAC4A3
(202,196,163)
#B4AF91
(180,175,145)
#9E9A7F
(158,154,127)
#88856D
(136,133,109)
#72705B
(114,112,91)
#5C5B49
(92,91,73)
#464637
(70,70,55)
#303125
(48,49,37)
#1A1C13
(26,28,19)
#000000
(0,0,0)

Tints of #F6EEC7

#F6EEC7
(246,238,199)
#F6EFCC
(246,239,204)
#F6F0D1
(246,240,209)
#F6F1D6
(246,241,214)
#F6F2DB
(246,242,219)
#F6F3E0
(246,243,224)
#F6F4E5
(246,244,229)
#F6F5EA
(246,245,234)
#F6F6EF
(246,246,239)
#F6F7F4
(246,247,244)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6EEC7; }

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

This text font color is #F6EEC7.


Background Color

.myBgColor { background-color: #F6EEC7; }

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

This div background color is #F6EEC7.


Border color

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

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

This div border color is #F6EEC7.


Opacity

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

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

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

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

This text has shadow with #F6EEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6EEC7 on black background.


Color preview on white background

This text has color #F6EEC7 on white background.



Black color preview on #F6EEC7 background

This text has black color on #F6EEC7 background.


White color preview on #F6EEC7 background

This text has white color on #F6EEC7 background.