COLOR #F6F6C5

HEX: #F6F6C5
RGB: (246,246,197)

Renk bilgisi

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

RGB renk modeli

#F6F6C5 color RGB value is (246,246,197).

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

RGB bağlantıları ve doygunluk

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

246
246
197

R + G + B ~ 90%. #F6F6C5 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 246 + 197 = 689 (100%)
R 246 of 689 ~ 35.7%
G 246 of 689 ~ 35.7%
B 197 of 689 ~ 28.59%

%35.7
%35.7
%28.59

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%0
%19.92
%3.53

Codes

Color #F6F6C5 in popluar color models

F6F6C5
RGB246246197
HSL60°73.13%86.86%
HSB/HSV60°19.92%96.47%
CMYK0.00%0.00%19.92%
3.53%

Color #F6F6C5 in popluar number systems.

HEXF6F6C5
Decimal246246197
Binary111101101111011011000101
Octal366366305

Shades and tints

Shades of #F6F6C5

#F6F6C5
(246,246,197)
#E0E0B4
(224,224,180)
#CACAA3
(202,202,163)
#B4B492
(180,180,146)
#9E9E81
(158,158,129)
#888870
(136,136,112)
#72725F
(114,114,95)
#5C5C4E
(92,92,78)
#46463D
(70,70,61)
#30302C
(48,48,44)
#1A1A1B
(26,26,27)
#000000
(0,0,0)

Tints of #F6F6C5

#F6F6C5
(246,246,197)
#F6F6CA
(246,246,202)
#F6F6CF
(246,246,207)
#F6F6D4
(246,246,212)
#F6F6D9
(246,246,217)
#F6F6DE
(246,246,222)
#F6F6E3
(246,246,227)
#F6F6E8
(246,246,232)
#F6F6ED
(246,246,237)
#F6F6F2
(246,246,242)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6F6C5; }

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

This text font color is #F6F6C5.


Background Color

.myBgColor { background-color: #F6F6C5; }

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

This div background color is #F6F6C5.


Border color

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

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

This div border color is #F6F6C5.


Opacity

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

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

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

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

This text has shadow with #F6F6C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6F6C5 on black background.


Color preview on white background

This text has color #F6F6C5 on white background.



Black color preview on #F6F6C5 background

This text has black color on #F6F6C5 background.


White color preview on #F6F6C5 background

This text has white color on #F6F6C5 background.