COLOR #F9E9C6

HEX: #F9E9C6
RGB: (249,233,198)

Renk bilgisi

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

RGB renk modeli

#F9E9C6 color RGB value is (249,233,198).

  • kırmız ton 249;
  • yeşil ton 233;
  • mavi ton 198.
RGB:
(249,233,198)
(98%,91%,78%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 233 of 255 = 91%
B 198 of 255 = 78%

249
233
198

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

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 233 + 198 = 680 (100%)
R 249 of 680 ~ 36.62%
G 233 of 680 ~ 34.26%
B 198 of 680 ~ 29.12%

%36.62
%34.26
%29.12

CMYK RENK MODELİ

#F9E9C6 rengi CMYK tonu (0,6,20,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.43%
  • sarı tonu 20.48%
  • ana renk tonu 2.35%
CMYK:
(0,6,20,2)
C0M6Y20K2 
(0%,6%,20%,2%)
(0.00/0.06/0.20/0.02)	

CMYK yüzdeleri

%0
%6.43
%20.48
%2.35

Codes

Color #F9E9C6 in popluar color models

F9E9C6
RGB249233198
HSL41°80.95%87.65%
HSB/HSV41°20.48%97.65%
CMYK0.00%6.43%20.48%
2.35%

Color #F9E9C6 in popluar number systems.

HEXF9E9C6
Decimal249233198
Binary111110011110100111000110
Octal371351306

Shades and tints

Shades of #F9E9C6

#F9E9C6
(249,233,198)
#E3D4B4
(227,212,180)
#CDBFA2
(205,191,162)
#B7AA90
(183,170,144)
#A1957E
(161,149,126)
#8B806C
(139,128,108)
#756B5A
(117,107,90)
#5F5648
(95,86,72)
#494136
(73,65,54)
#332C24
(51,44,36)
#1D1712
(29,23,18)
#000000
(0,0,0)

Tints of #F9E9C6

#F9E9C6
(249,233,198)
#F9EBCB
(249,235,203)
#F9EDD0
(249,237,208)
#F9EFD5
(249,239,213)
#F9F1DA
(249,241,218)
#F9F3DF
(249,243,223)
#F9F5E4
(249,245,228)
#F9F7E9
(249,247,233)
#F9F9EE
(249,249,238)
#F9FBF3
(249,251,243)
#F9FDF8
(249,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9E9C6 color. Also use rgb(249,233,198) instead hex code.

Text Font Color

.myTextColor { color: #F9E9C6; }

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

This text font color is #F9E9C6.


Background Color

.myBgColor { background-color: #F9E9C6; }

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

This div background color is #F9E9C6.


Border color

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

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

This div border color is #F9E9C6.


Opacity

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

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

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

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

This text has shadow with #F9E9C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E9C6 on black background.


Color preview on white background

This text has color #F9E9C6 on white background.



Black color preview on #F9E9C6 background

This text has black color on #F9E9C6 background.


White color preview on #F9E9C6 background

This text has white color on #F9E9C6 background.