COLOR #F9EDC8

HEX: #F9EDC8
RGB: (249,237,200)

Renk bilgisi

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

RGB renk modeli

#F9EDC8 color RGB value is (249,237,200).

  • kırmız ton 249;
  • yeşil ton 237;
  • mavi ton 200.
RGB:
(249,237,200)
(98%,93%,78%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 237 of 255 = 93%
B 200 of 255 = 78%

249
237
200

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

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 237 + 200 = 686 (100%)
R 249 of 686 ~ 36.3%
G 237 of 686 ~ 34.55%
B 200 of 686 ~ 29.15%

%36.3
%34.55
%29.15

CMYK RENK MODELİ

#F9EDC8 rengi CMYK tonu (0,5,20,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.82%
  • sarı tonu 19.68%
  • ana renk tonu 2.35%
CMYK:
(0,5,20,2)
C0M5Y20K2 
(0%,5%,20%,2%)
(0.00/0.05/0.20/0.02)	

CMYK yüzdeleri

%0
%4.82
%19.68
%2.35

Codes

Color #F9EDC8 in popluar color models

F9EDC8
RGB249237200
HSL45°80.33%88.04%
HSB/HSV45°19.68%97.65%
CMYK0.00%4.82%19.68%
2.35%

Color #F9EDC8 in popluar number systems.

HEXF9EDC8
Decimal249237200
Binary111110011110110111001000
Octal371355310

Shades and tints

Shades of #F9EDC8

#F9EDC8
(249,237,200)
#E3D8B6
(227,216,182)
#CDC3A4
(205,195,164)
#B7AE92
(183,174,146)
#A19980
(161,153,128)
#8B846E
(139,132,110)
#756F5C
(117,111,92)
#5F5A4A
(95,90,74)
#494538
(73,69,56)
#333026
(51,48,38)
#1D1B14
(29,27,20)
#000000
(0,0,0)

Tints of #F9EDC8

#F9EDC8
(249,237,200)
#F9EECD
(249,238,205)
#F9EFD2
(249,239,210)
#F9F0D7
(249,240,215)
#F9F1DC
(249,241,220)
#F9F2E1
(249,242,225)
#F9F3E6
(249,243,230)
#F9F4EB
(249,244,235)
#F9F5F0
(249,245,240)
#F9F6F5
(249,246,245)
#F9F7FA
(249,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9EDC8 color. Also use rgb(249,237,200) instead hex code.

Text Font Color

.myTextColor { color: #F9EDC8; }

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

This text font color is #F9EDC8.


Background Color

.myBgColor { background-color: #F9EDC8; }

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

This div background color is #F9EDC8.


Border color

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

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

This div border color is #F9EDC8.


Opacity

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

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

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

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

This text has shadow with #F9EDC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9EDC8 on black background.


Color preview on white background

This text has color #F9EDC8 on white background.



Black color preview on #F9EDC8 background

This text has black color on #F9EDC8 background.


White color preview on #F9EDC8 background

This text has white color on #F9EDC8 background.