COLOR #F6F1DB

HEX: #F6F1DB
RGB: (246,241,219)

Renk bilgisi

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

RGB renk modeli

#F6F1DB color RGB value is (246,241,219).

  • kırmız ton 246;
  • yeşil ton 241;
  • mavi ton 219.
RGB:
(246,241,219)
(96%,95%,86%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 241 of 255 = 95%
B 219 of 255 = 86%

246
241
219

R + G + B ~ 92%. #F6F1DB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 241 + 219 = 706 (100%)
R 246 of 706 ~ 34.84%
G 241 of 706 ~ 34.14%
B 219 of 706 ~ 31.02%

%34.84
%34.14
%31.02

CMYK RENK MODELİ

#F6F1DB rengi CMYK tonu (0,2,11,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.03%
  • sarı tonu 10.98%
  • ana renk tonu 3.53%
CMYK:
(0,2,11,4)
C0M2Y11K4 
(0%,2%,11%,4%)
(0.00/0.02/0.11/0.04)	

CMYK yüzdeleri

%0
%2.03
%10.98
%3.53

Codes

Color #F6F1DB in popluar color models

F6F1DB
RGB246241219
HSL49°60.00%91.18%
HSB/HSV49°10.98%96.47%
CMYK0.00%2.03%10.98%
3.53%

Color #F6F1DB in popluar number systems.

HEXF6F1DB
Decimal246241219
Binary111101101111000111011011
Octal366361333

Shades and tints

Shades of #F6F1DB

#F6F1DB
(246,241,219)
#E0DCC8
(224,220,200)
#CAC7B5
(202,199,181)
#B4B2A2
(180,178,162)
#9E9D8F
(158,157,143)
#88887C
(136,136,124)
#727369
(114,115,105)
#5C5E56
(92,94,86)
#464943
(70,73,67)
#303430
(48,52,48)
#1A1F1D
(26,31,29)
#000000
(0,0,0)

Tints of #F6F1DB

#F6F1DB
(246,241,219)
#F6F2DE
(246,242,222)
#F6F3E1
(246,243,225)
#F6F4E4
(246,244,228)
#F6F5E7
(246,245,231)
#F6F6EA
(246,246,234)
#F6F7ED
(246,247,237)
#F6F8F0
(246,248,240)
#F6F9F3
(246,249,243)
#F6FAF6
(246,250,246)
#F6FBF9
(246,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6F1DB; }

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

This text font color is #F6F1DB.


Background Color

.myBgColor { background-color: #F6F1DB; }

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

This div background color is #F6F1DB.


Border color

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

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

This div border color is #F6F1DB.


Opacity

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

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

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

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

This text has shadow with #F6F1DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6F1DB on black background.


Color preview on white background

This text has color #F6F1DB on white background.



Black color preview on #F6F1DB background

This text has black color on #F6F1DB background.


White color preview on #F6F1DB background

This text has white color on #F6F1DB background.