COLOR #F9E9D2

HEX: #F9E9D2
RGB: (249,233,210)

Renk bilgisi

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

RGB renk modeli

#F9E9D2 color RGB value is (249,233,210).

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

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 233 of 255 = 91%
B 210 of 255 = 82%

249
233
210

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

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 233 + 210 = 692 (100%)
R 249 of 692 ~ 35.98%
G 233 of 692 ~ 33.67%
B 210 of 692 ~ 30.35%

%35.98
%33.67
%30.35

CMYK RENK MODELİ

#F9E9D2 rengi CMYK tonu (0,6,16,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.43%
  • sarı tonu 15.66%
  • ana renk tonu 2.35%
CMYK:
(0,6,16,2)
C0M6Y16K2 
(0%,6%,16%,2%)
(0.00/0.06/0.16/0.02)	

CMYK yüzdeleri

%0
%6.43
%15.66
%2.35

Codes

Color #F9E9D2 in popluar color models

F9E9D2
RGB249233210
HSL35°76.47%90.00%
HSB/HSV35°15.66%97.65%
CMYK0.00%6.43%15.66%
2.35%

Color #F9E9D2 in popluar number systems.

HEXF9E9D2
Decimal249233210
Binary111110011110100111010010
Octal371351322

Shades and tints

Shades of #F9E9D2

#F9E9D2
(249,233,210)
#E3D4BF
(227,212,191)
#CDBFAC
(205,191,172)
#B7AA99
(183,170,153)
#A19586
(161,149,134)
#8B8073
(139,128,115)
#756B60
(117,107,96)
#5F564D
(95,86,77)
#49413A
(73,65,58)
#332C27
(51,44,39)
#1D1714
(29,23,20)
#000000
(0,0,0)

Tints of #F9E9D2

#F9E9D2
(249,233,210)
#F9EBD6
(249,235,214)
#F9EDDA
(249,237,218)
#F9EFDE
(249,239,222)
#F9F1E2
(249,241,226)
#F9F3E6
(249,243,230)
#F9F5EA
(249,245,234)
#F9F7EE
(249,247,238)
#F9F9F2
(249,249,242)
#F9FBF6
(249,251,246)
#F9FDFA
(249,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9E9D2; }

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

This text font color is #F9E9D2.


Background Color

.myBgColor { background-color: #F9E9D2; }

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

This div background color is #F9E9D2.


Border color

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

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

This div border color is #F9E9D2.


Opacity

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

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

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

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

This text has shadow with #F9E9D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E9D2 on black background.


Color preview on white background

This text has color #F9E9D2 on white background.



Black color preview on #F9E9D2 background

This text has black color on #F9E9D2 background.


White color preview on #F9E9D2 background

This text has white color on #F9E9D2 background.