COLOR #F6ECC5

HEX: #F6ECC5
RGB: (246,236,197)

Renk bilgisi

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

RGB renk modeli

#F6ECC5 color RGB value is (246,236,197).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 236 of 255 = 93%
B 197 of 255 = 77%

246
236
197

R + G + B ~ 89%. #F6ECC5 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 236 + 197 = 679 (100%)
R 246 of 679 ~ 36.23%
G 236 of 679 ~ 34.76%
B 197 of 679 ~ 29.01%

%36.23
%34.76
%29.01

CMYK RENK MODELİ

#F6ECC5 rengi CMYK tonu (0,4,20,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.07%
  • sarı tonu 19.92%
  • ana renk tonu 3.53%
CMYK:
(0,4,20,4)
C0M4Y20K4 
(0%,4%,20%,4%)
(0.00/0.04/0.20/0.04)	

CMYK yüzdeleri

%0
%4.07
%19.92
%3.53

Codes

Color #F6ECC5 in popluar color models

F6ECC5
RGB246236197
HSL48°73.13%86.86%
HSB/HSV48°19.92%96.47%
CMYK0.00%4.07%19.92%
3.53%

Color #F6ECC5 in popluar number systems.

HEXF6ECC5
Decimal246236197
Binary111101101110110011000101
Octal366354305

Shades and tints

Shades of #F6ECC5

#F6ECC5
(246,236,197)
#E0D7B4
(224,215,180)
#CAC2A3
(202,194,163)
#B4AD92
(180,173,146)
#9E9881
(158,152,129)
#888370
(136,131,112)
#726E5F
(114,110,95)
#5C594E
(92,89,78)
#46443D
(70,68,61)
#302F2C
(48,47,44)
#1A1A1B
(26,26,27)
#000000
(0,0,0)

Tints of #F6ECC5

#F6ECC5
(246,236,197)
#F6EDCA
(246,237,202)
#F6EECF
(246,238,207)
#F6EFD4
(246,239,212)
#F6F0D9
(246,240,217)
#F6F1DE
(246,241,222)
#F6F2E3
(246,242,227)
#F6F3E8
(246,243,232)
#F6F4ED
(246,244,237)
#F6F5F2
(246,245,242)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6ECC5; }

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

This text font color is #F6ECC5.


Background Color

.myBgColor { background-color: #F6ECC5; }

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

This div background color is #F6ECC5.


Border color

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

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

This div border color is #F6ECC5.


Opacity

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

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

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

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

This text has shadow with #F6ECC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6ECC5 on black background.


Color preview on white background

This text has color #F6ECC5 on white background.



Black color preview on #F6ECC5 background

This text has black color on #F6ECC5 background.


White color preview on #F6ECC5 background

This text has white color on #F6ECC5 background.