COLOR #F9E9C1

HEX: #F9E9C1
RGB: (249,233,193)

Renk bilgisi

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

RGB renk modeli

#F9E9C1 color RGB value is (249,233,193).

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

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 233 of 255 = 91%
B 193 of 255 = 76%

249
233
193

R + G + B ~ 88%. #F9E9C1 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 233 + 193 = 675 (100%)
R 249 of 675 ~ 36.89%
G 233 of 675 ~ 34.52%
B 193 of 675 ~ 28.59%

%36.89
%34.52
%28.59

CMYK RENK MODELİ

#F9E9C1 rengi CMYK tonu (0,6,22,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.43%
  • sarı tonu 22.49%
  • ana renk tonu 2.35%
CMYK:
(0,6,22,2)
C0M6Y22K2 
(0%,6%,22%,2%)
(0.00/0.06/0.22/0.02)	

CMYK yüzdeleri

%0
%6.43
%22.49
%2.35

Codes

Color #F9E9C1 in popluar color models

F9E9C1
RGB249233193
HSL43°82.35%86.67%
HSB/HSV43°22.49%97.65%
CMYK0.00%6.43%22.49%
2.35%

Color #F9E9C1 in popluar number systems.

HEXF9E9C1
Decimal249233193
Binary111110011110100111000001
Octal371351301

Shades and tints

Shades of #F9E9C1

#F9E9C1
(249,233,193)
#E3D4B0
(227,212,176)
#CDBF9F
(205,191,159)
#B7AA8E
(183,170,142)
#A1957D
(161,149,125)
#8B806C
(139,128,108)
#756B5B
(117,107,91)
#5F564A
(95,86,74)
#494139
(73,65,57)
#332C28
(51,44,40)
#1D1717
(29,23,23)
#000000
(0,0,0)

Tints of #F9E9C1

#F9E9C1
(249,233,193)
#F9EBC6
(249,235,198)
#F9EDCB
(249,237,203)
#F9EFD0
(249,239,208)
#F9F1D5
(249,241,213)
#F9F3DA
(249,243,218)
#F9F5DF
(249,245,223)
#F9F7E4
(249,247,228)
#F9F9E9
(249,249,233)
#F9FBEE
(249,251,238)
#F9FDF3
(249,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9E9C1; }

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

This text font color is #F9E9C1.


Background Color

.myBgColor { background-color: #F9E9C1; }

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

This div background color is #F9E9C1.


Border color

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

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

This div border color is #F9E9C1.


Opacity

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

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

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

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

This text has shadow with #F9E9C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E9C1 on black background.


Color preview on white background

This text has color #F9E9C1 on white background.



Black color preview on #F9E9C1 background

This text has black color on #F9E9C1 background.


White color preview on #F9E9C1 background

This text has white color on #F9E9C1 background.