COLOR #F6F5C3

HEX: #F6F5C3
RGB: (246,245,195)

Renk bilgisi

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

RGB renk modeli

#F6F5C3 color RGB value is (246,245,195).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 245 of 255 = 96%
B 195 of 255 = 76%

246
245
195

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 245 + 195 = 686 (100%)
R 246 of 686 ~ 35.86%
G 245 of 686 ~ 35.71%
B 195 of 686 ~ 28.43%

%35.86
%35.71
%28.43

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%0.41
%20.73
%3.53

Codes

Color #F6F5C3 in popluar color models

F6F5C3
RGB246245195
HSL59°73.91%86.47%
HSB/HSV59°20.73%96.47%
CMYK0.00%0.41%20.73%
3.53%

Color #F6F5C3 in popluar number systems.

HEXF6F5C3
Decimal246245195
Binary111101101111010111000011
Octal366365303

Shades and tints

Shades of #F6F5C3

#F6F5C3
(246,245,195)
#E0DFB2
(224,223,178)
#CAC9A1
(202,201,161)
#B4B390
(180,179,144)
#9E9D7F
(158,157,127)
#88876E
(136,135,110)
#72715D
(114,113,93)
#5C5B4C
(92,91,76)
#46453B
(70,69,59)
#302F2A
(48,47,42)
#1A1919
(26,25,25)
#000000
(0,0,0)

Tints of #F6F5C3

#F6F5C3
(246,245,195)
#F6F5C8
(246,245,200)
#F6F5CD
(246,245,205)
#F6F5D2
(246,245,210)
#F6F5D7
(246,245,215)
#F6F5DC
(246,245,220)
#F6F5E1
(246,245,225)
#F6F5E6
(246,245,230)
#F6F5EB
(246,245,235)
#F6F5F0
(246,245,240)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6F5C3; }

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

This text font color is #F6F5C3.


Background Color

.myBgColor { background-color: #F6F5C3; }

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

This div background color is #F6F5C3.


Border color

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

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

This div border color is #F6F5C3.


Opacity

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

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

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

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

This text has shadow with #F6F5C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6F5C3 on black background.


Color preview on white background

This text has color #F6F5C3 on white background.



Black color preview on #F6F5C3 background

This text has black color on #F6F5C3 background.


White color preview on #F6F5C3 background

This text has white color on #F6F5C3 background.