COLOR #F6E2BC

HEX: #F6E2BC
RGB: (246,226,188)

Renk bilgisi

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

RGB renk modeli

#F6E2BC color RGB value is (246,226,188).

  • kırmız ton 246;
  • yeşil ton 226;
  • mavi ton 188.
RGB:
(246,226,188)
(96%,89%,74%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 226 of 255 = 89%
B 188 of 255 = 74%

246
226
188

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 226 + 188 = 660 (100%)
R 246 of 660 ~ 37.27%
G 226 of 660 ~ 34.24%
B 188 of 660 ~ 28.48%

%37.27
%34.24
%28.48

CMYK RENK MODELİ

#F6E2BC rengi CMYK tonu (0,8,24,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.13%
  • sarı tonu 23.58%
  • ana renk tonu 3.53%
CMYK:
(0,8,24,4)
C0M8Y24K4 
(0%,8%,24%,4%)
(0.00/0.08/0.24/0.04)	

CMYK yüzdeleri

%0
%8.13
%23.58
%3.53

Codes

Color #F6E2BC in popluar color models

F6E2BC
RGB246226188
HSL39°76.32%85.10%
HSB/HSV39°23.58%96.47%
CMYK0.00%8.13%23.58%
3.53%

Color #F6E2BC in popluar number systems.

HEXF6E2BC
Decimal246226188
Binary111101101110001010111100
Octal366342274

Shades and tints

Shades of #F6E2BC

#F6E2BC
(246,226,188)
#E0CEAB
(224,206,171)
#CABA9A
(202,186,154)
#B4A689
(180,166,137)
#9E9278
(158,146,120)
#887E67
(136,126,103)
#726A56
(114,106,86)
#5C5645
(92,86,69)
#464234
(70,66,52)
#302E23
(48,46,35)
#1A1A12
(26,26,18)
#000000
(0,0,0)

Tints of #F6E2BC

#F6E2BC
(246,226,188)
#F6E4C2
(246,228,194)
#F6E6C8
(246,230,200)
#F6E8CE
(246,232,206)
#F6EAD4
(246,234,212)
#F6ECDA
(246,236,218)
#F6EEE0
(246,238,224)
#F6F0E6
(246,240,230)
#F6F2EC
(246,242,236)
#F6F4F2
(246,244,242)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6E2BC color. Also use rgb(246,226,188) instead hex code.

Text Font Color

.myTextColor { color: #F6E2BC; }

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

This text font color is #F6E2BC.


Background Color

.myBgColor { background-color: #F6E2BC; }

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

This div background color is #F6E2BC.


Border color

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

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

This div border color is #F6E2BC.


Opacity

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

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

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

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

This text has shadow with #F6E2BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E2BC on black background.


Color preview on white background

This text has color #F6E2BC on white background.



Black color preview on #F6E2BC background

This text has black color on #F6E2BC background.


White color preview on #F6E2BC background

This text has white color on #F6E2BC background.