COLOR #F9C9A6

HEX: #F9C9A6
RGB: (249,201,166)

Renk bilgisi

#F9C9A6 contains mainly red and green colors. #F9C9A6 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#F9C9A6 color RGB value is (249,201,166).

  • kırmız ton 249;
  • yeşil ton 201;
  • mavi ton 166.
RGB:
(249,201,166)
(98%,79%,65%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 201 of 255 = 79%
B 166 of 255 = 65%

249
201
166

R + G + B ~ 81%. #F9C9A6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 201 + 166 = 616 (100%)
R 249 of 616 ~ 40.42%
G 201 of 616 ~ 32.63%
B 166 of 616 ~ 26.95%

%40.42
%32.63
%26.95

CMYK RENK MODELİ

#F9C9A6 rengi CMYK tonu (0,19,33,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.28%
  • sarı tonu 33.33%
  • ana renk tonu 2.35%
CMYK:
(0,19,33,2)
C0M19Y33K2 
(0%,19%,33%,2%)
(0.00/0.19/0.33/0.02)	

CMYK yüzdeleri

%0
%19.28
%33.33
%2.35

Codes

Color #F9C9A6 in popluar color models

F9C9A6
RGB249201166
HSL25°87.37%81.37%
HSB/HSV25°33.33%97.65%
CMYK0.00%19.28%33.33%
2.35%

Color #F9C9A6 in popluar number systems.

HEXF9C9A6
Decimal249201166
Binary111110011100100110100110
Octal371311246

Shades and tints

Shades of #F9C9A6

#F9C9A6
(249,201,166)
#E3B797
(227,183,151)
#CDA588
(205,165,136)
#B79379
(183,147,121)
#A1816A
(161,129,106)
#8B6F5B
(139,111,91)
#755D4C
(117,93,76)
#5F4B3D
(95,75,61)
#49392E
(73,57,46)
#33271F
(51,39,31)
#1D1510
(29,21,16)
#000000
(0,0,0)

Tints of #F9C9A6

#F9C9A6
(249,201,166)
#F9CDAE
(249,205,174)
#F9D1B6
(249,209,182)
#F9D5BE
(249,213,190)
#F9D9C6
(249,217,198)
#F9DDCE
(249,221,206)
#F9E1D6
(249,225,214)
#F9E5DE
(249,229,222)
#F9E9E6
(249,233,230)
#F9EDEE
(249,237,238)
#F9F1F6
(249,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9C9A6 color. Also use rgb(249,201,166) instead hex code.

Text Font Color

.myTextColor { color: #F9C9A6; }

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

This text font color is #F9C9A6.


Background Color

.myBgColor { background-color: #F9C9A6; }

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

This div background color is #F9C9A6.


Border color

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

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

This div border color is #F9C9A6.


Opacity

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

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

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

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

This text has shadow with #F9C9A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9C9A6 on black background.


Color preview on white background

This text has color #F9C9A6 on white background.



Black color preview on #F9C9A6 background

This text has black color on #F9C9A6 background.


White color preview on #F9C9A6 background

This text has white color on #F9C9A6 background.