COLOR #F6EBD2

HEX: #F6EBD2
RGB: (246,235,210)

Renk bilgisi

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

RGB renk modeli

#F6EBD2 color RGB value is (246,235,210).

  • kırmız ton 246;
  • yeşil ton 235;
  • mavi ton 210.
RGB:
(246,235,210)
(96%,92%,82%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 235 of 255 = 92%
B 210 of 255 = 82%

246
235
210

R + G + B ~ 90%. #F6EBD2 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 235 + 210 = 691 (100%)
R 246 of 691 ~ 35.6%
G 235 of 691 ~ 34.01%
B 210 of 691 ~ 30.39%

%35.6
%34.01
%30.39

CMYK RENK MODELİ

#F6EBD2 rengi CMYK tonu (0,4,15,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.47%
  • sarı tonu 14.63%
  • ana renk tonu 3.53%
CMYK:
(0,4,15,4)
C0M4Y15K4 
(0%,4%,15%,4%)
(0.00/0.04/0.15/0.04)	

CMYK yüzdeleri

%0
%4.47
%14.63
%3.53

Codes

Color #F6EBD2 in popluar color models

F6EBD2
RGB246235210
HSL42°66.67%89.41%
HSB/HSV42°14.63%96.47%
CMYK0.00%4.47%14.63%
3.53%

Color #F6EBD2 in popluar number systems.

HEXF6EBD2
Decimal246235210
Binary111101101110101111010010
Octal366353322

Shades and tints

Shades of #F6EBD2

#F6EBD2
(246,235,210)
#E0D6BF
(224,214,191)
#CAC1AC
(202,193,172)
#B4AC99
(180,172,153)
#9E9786
(158,151,134)
#888273
(136,130,115)
#726D60
(114,109,96)
#5C584D
(92,88,77)
#46433A
(70,67,58)
#302E27
(48,46,39)
#1A1914
(26,25,20)
#000000
(0,0,0)

Tints of #F6EBD2

#F6EBD2
(246,235,210)
#F6ECD6
(246,236,214)
#F6EDDA
(246,237,218)
#F6EEDE
(246,238,222)
#F6EFE2
(246,239,226)
#F6F0E6
(246,240,230)
#F6F1EA
(246,241,234)
#F6F2EE
(246,242,238)
#F6F3F2
(246,243,242)
#F6F4F6
(246,244,246)
#F6F5FA
(246,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6EBD2; }

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

This text font color is #F6EBD2.


Background Color

.myBgColor { background-color: #F6EBD2; }

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

This div background color is #F6EBD2.


Border color

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

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

This div border color is #F6EBD2.


Opacity

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

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

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

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

This text has shadow with #F6EBD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6EBD2 on black background.


Color preview on white background

This text has color #F6EBD2 on white background.



Black color preview on #F6EBD2 background

This text has black color on #F6EBD2 background.


White color preview on #F6EBD2 background

This text has white color on #F6EBD2 background.