COLOR #F6E8B2

HEX: #F6E8B2
RGB: (246,232,178)

Renk bilgisi

#F6E8B2 contains mainly red and green colors. #F6E8B2 ‘ nin web güvenlik rengi #FFFF99 (ya da #FF9) dir.

RGB renk modeli

#F6E8B2 color RGB value is (246,232,178).

  • kırmız ton 246;
  • yeşil ton 232;
  • mavi ton 178.
RGB:
(246,232,178)
(96%,91%,70%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 232 of 255 = 91%
B 178 of 255 = 70%

246
232
178

R + G + B ~ 86%. #F6E8B2 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 232 + 178 = 656 (100%)
R 246 of 656 ~ 37.5%
G 232 of 656 ~ 35.37%
B 178 of 656 ~ 27.13%

%37.5
%35.37
%27.13

CMYK RENK MODELİ

#F6E8B2 rengi CMYK tonu (0,6,28,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.69%
  • sarı tonu 27.64%
  • ana renk tonu 3.53%
CMYK:
(0,6,28,4)
C0M6Y28K4 
(0%,6%,28%,4%)
(0.00/0.06/0.28/0.04)	

CMYK yüzdeleri

%0
%5.69
%27.64
%3.53

Codes

Color #F6E8B2 in popluar color models

F6E8B2
RGB246232178
HSL48°79.07%83.14%
HSB/HSV48°27.64%96.47%
CMYK0.00%5.69%27.64%
3.53%

Color #F6E8B2 in popluar number systems.

HEXF6E8B2
Decimal246232178
Binary111101101110100010110010
Octal366350262

Shades and tints

Shades of #F6E8B2

#F6E8B2
(246,232,178)
#E0D3A2
(224,211,162)
#CABE92
(202,190,146)
#B4A982
(180,169,130)
#9E9472
(158,148,114)
#887F62
(136,127,98)
#726A52
(114,106,82)
#5C5542
(92,85,66)
#464032
(70,64,50)
#302B22
(48,43,34)
#1A1612
(26,22,18)
#000000
(0,0,0)

Tints of #F6E8B2

#F6E8B2
(246,232,178)
#F6EAB9
(246,234,185)
#F6ECC0
(246,236,192)
#F6EEC7
(246,238,199)
#F6F0CE
(246,240,206)
#F6F2D5
(246,242,213)
#F6F4DC
(246,244,220)
#F6F6E3
(246,246,227)
#F6F8EA
(246,248,234)
#F6FAF1
(246,250,241)
#F6FCF8
(246,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E8B2; }

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

This text font color is #F6E8B2.


Background Color

.myBgColor { background-color: #F6E8B2; }

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

This div background color is #F6E8B2.


Border color

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

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

This div border color is #F6E8B2.


Opacity

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

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

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

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

This text has shadow with #F6E8B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E8B2 on black background.


Color preview on white background

This text has color #F6E8B2 on white background.



Black color preview on #F6E8B2 background

This text has black color on #F6E8B2 background.


White color preview on #F6E8B2 background

This text has white color on #F6E8B2 background.