COLOR #F6ECC3

HEX: #F6ECC3
RGB: (246,236,195)

Renk bilgisi

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

RGB renk modeli

#F6ECC3 color RGB value is (246,236,195).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 236 of 255 = 93%
B 195 of 255 = 76%

246
236
195

R + G + B ~ 88%. #F6ECC3 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 236 + 195 = 677 (100%)
R 246 of 677 ~ 36.34%
G 236 of 677 ~ 34.86%
B 195 of 677 ~ 28.8%

%36.34
%34.86
%28.8

CMYK RENK MODELİ

#F6ECC3 rengi CMYK tonu (0,4,21,4).

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

CMYK yüzdeleri

%0
%4.07
%20.73
%3.53

Codes

Color #F6ECC3 in popluar color models

F6ECC3
RGB246236195
HSL48°73.91%86.47%
HSB/HSV48°20.73%96.47%
CMYK0.00%4.07%20.73%
3.53%

Color #F6ECC3 in popluar number systems.

HEXF6ECC3
Decimal246236195
Binary111101101110110011000011
Octal366354303

Shades and tints

Shades of #F6ECC3

#F6ECC3
(246,236,195)
#E0D7B2
(224,215,178)
#CAC2A1
(202,194,161)
#B4AD90
(180,173,144)
#9E987F
(158,152,127)
#88836E
(136,131,110)
#726E5D
(114,110,93)
#5C594C
(92,89,76)
#46443B
(70,68,59)
#302F2A
(48,47,42)
#1A1A19
(26,26,25)
#000000
(0,0,0)

Tints of #F6ECC3

#F6ECC3
(246,236,195)
#F6EDC8
(246,237,200)
#F6EECD
(246,238,205)
#F6EFD2
(246,239,210)
#F6F0D7
(246,240,215)
#F6F1DC
(246,241,220)
#F6F2E1
(246,242,225)
#F6F3E6
(246,243,230)
#F6F4EB
(246,244,235)
#F6F5F0
(246,245,240)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6ECC3; }

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

This text font color is #F6ECC3.


Background Color

.myBgColor { background-color: #F6ECC3; }

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

This div background color is #F6ECC3.


Border color

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

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

This div border color is #F6ECC3.


Opacity

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

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

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

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

This text has shadow with #F6ECC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6ECC3 on black background.


Color preview on white background

This text has color #F6ECC3 on white background.



Black color preview on #F6ECC3 background

This text has black color on #F6ECC3 background.


White color preview on #F6ECC3 background

This text has white color on #F6ECC3 background.