COLOR #F6EBA1

HEX: #F6EBA1
RGB: (246,235,161)

Renk bilgisi

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

RGB renk modeli

#F6EBA1 color RGB value is (246,235,161).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 235 of 255 = 92%
B 161 of 255 = 63%

246
235
161

R + G + B ~ 84%. #F6EBA1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 235 + 161 = 642 (100%)
R 246 of 642 ~ 38.32%
G 235 of 642 ~ 36.6%
B 161 of 642 ~ 25.08%

%38.32
%36.6
%25.08

CMYK RENK MODELİ

#F6EBA1 rengi CMYK tonu (0,4,35,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.47%
  • sarı tonu 34.55%
  • ana renk tonu 3.53%
CMYK:
(0,4,35,4)
C0M4Y35K4 
(0%,4%,35%,4%)
(0.00/0.04/0.35/0.04)	

CMYK yüzdeleri

%0
%4.47
%34.55
%3.53

Codes

Color #F6EBA1 in popluar color models

F6EBA1
RGB246235161
HSL52°82.52%79.80%
HSB/HSV52°34.55%96.47%
CMYK0.00%4.47%34.55%
3.53%

Color #F6EBA1 in popluar number systems.

HEXF6EBA1
Decimal246235161
Binary111101101110101110100001
Octal366353241

Shades and tints

Shades of #F6EBA1

#F6EBA1
(246,235,161)
#E0D693
(224,214,147)
#CAC185
(202,193,133)
#B4AC77
(180,172,119)
#9E9769
(158,151,105)
#88825B
(136,130,91)
#726D4D
(114,109,77)
#5C583F
(92,88,63)
#464331
(70,67,49)
#302E23
(48,46,35)
#1A1915
(26,25,21)
#000000
(0,0,0)

Tints of #F6EBA1

#F6EBA1
(246,235,161)
#F6ECA9
(246,236,169)
#F6EDB1
(246,237,177)
#F6EEB9
(246,238,185)
#F6EFC1
(246,239,193)
#F6F0C9
(246,240,201)
#F6F1D1
(246,241,209)
#F6F2D9
(246,242,217)
#F6F3E1
(246,243,225)
#F6F4E9
(246,244,233)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6EBA1; }

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

This text font color is #F6EBA1.


Background Color

.myBgColor { background-color: #F6EBA1; }

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

This div background color is #F6EBA1.


Border color

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

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

This div border color is #F6EBA1.


Opacity

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

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

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

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

This text has shadow with #F6EBA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6EBA1 on black background.


Color preview on white background

This text has color #F6EBA1 on white background.



Black color preview on #F6EBA1 background

This text has black color on #F6EBA1 background.


White color preview on #F6EBA1 background

This text has white color on #F6EBA1 background.