COLOR #F6E6C3

HEX: #F6E6C3
RGB: (246,230,195)

Renk bilgisi

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

RGB renk modeli

#F6E6C3 color RGB value is (246,230,195).

  • kırmız ton 246;
  • yeşil ton 230;
  • mavi ton 195.
RGB:
(246,230,195)
(96%,90%,76%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 230 of 255 = 90%
B 195 of 255 = 76%

246
230
195

R + G + B ~ 87%. #F6E6C3 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 230 + 195 = 671 (100%)
R 246 of 671 ~ 36.66%
G 230 of 671 ~ 34.28%
B 195 of 671 ~ 29.06%

%36.66
%34.28
%29.06

CMYK RENK MODELİ

#F6E6C3 rengi CMYK tonu (0,7,21,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.50%
  • sarı tonu 20.73%
  • ana renk tonu 3.53%
CMYK:
(0,7,21,4)
C0M7Y21K4 
(0%,7%,21%,4%)
(0.00/0.07/0.21/0.04)	

CMYK yüzdeleri

%0
%6.5
%20.73
%3.53

Codes

Color #F6E6C3 in popluar color models

F6E6C3
RGB246230195
HSL41°73.91%86.47%
HSB/HSV41°20.73%96.47%
CMYK0.00%6.50%20.73%
3.53%

Color #F6E6C3 in popluar number systems.

HEXF6E6C3
Decimal246230195
Binary111101101110011011000011
Octal366346303

Shades and tints

Shades of #F6E6C3

#F6E6C3
(246,230,195)
#E0D2B2
(224,210,178)
#CABEA1
(202,190,161)
#B4AA90
(180,170,144)
#9E967F
(158,150,127)
#88826E
(136,130,110)
#726E5D
(114,110,93)
#5C5A4C
(92,90,76)
#46463B
(70,70,59)
#30322A
(48,50,42)
#1A1E19
(26,30,25)
#000000
(0,0,0)

Tints of #F6E6C3

#F6E6C3
(246,230,195)
#F6E8C8
(246,232,200)
#F6EACD
(246,234,205)
#F6ECD2
(246,236,210)
#F6EED7
(246,238,215)
#F6F0DC
(246,240,220)
#F6F2E1
(246,242,225)
#F6F4E6
(246,244,230)
#F6F6EB
(246,246,235)
#F6F8F0
(246,248,240)
#F6FAF5
(246,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6E6C3 color. Also use rgb(246,230,195) instead hex code.

Text Font Color

.myTextColor { color: #F6E6C3; }

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

This text font color is #F6E6C3.


Background Color

.myBgColor { background-color: #F6E6C3; }

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

This div background color is #F6E6C3.


Border color

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

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

This div border color is #F6E6C3.


Opacity

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

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

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

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

This text has shadow with #F6E6C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E6C3 on black background.


Color preview on white background

This text has color #F6E6C3 on white background.



Black color preview on #F6E6C3 background

This text has black color on #F6E6C3 background.


White color preview on #F6E6C3 background

This text has white color on #F6E6C3 background.