COLOR #F9EDC2

HEX: #F9EDC2
RGB: (249,237,194)

Renk bilgisi

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

RGB renk modeli

#F9EDC2 color RGB value is (249,237,194).

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

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 237 of 255 = 93%
B 194 of 255 = 76%

249
237
194

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

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 237 + 194 = 680 (100%)
R 249 of 680 ~ 36.62%
G 237 of 680 ~ 34.85%
B 194 of 680 ~ 28.53%

%36.62
%34.85
%28.53

CMYK RENK MODELİ

#F9EDC2 rengi CMYK tonu (0,5,22,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.82%
  • sarı tonu 22.09%
  • ana renk tonu 2.35%
CMYK:
(0,5,22,2)
C0M5Y22K2 
(0%,5%,22%,2%)
(0.00/0.05/0.22/0.02)	

CMYK yüzdeleri

%0
%4.82
%22.09
%2.35

Codes

Color #F9EDC2 in popluar color models

F9EDC2
RGB249237194
HSL47°82.09%86.86%
HSB/HSV47°22.09%97.65%
CMYK0.00%4.82%22.09%
2.35%

Color #F9EDC2 in popluar number systems.

HEXF9EDC2
Decimal249237194
Binary111110011110110111000010
Octal371355302

Shades and tints

Shades of #F9EDC2

#F9EDC2
(249,237,194)
#E3D8B1
(227,216,177)
#CDC3A0
(205,195,160)
#B7AE8F
(183,174,143)
#A1997E
(161,153,126)
#8B846D
(139,132,109)
#756F5C
(117,111,92)
#5F5A4B
(95,90,75)
#49453A
(73,69,58)
#333029
(51,48,41)
#1D1B18
(29,27,24)
#000000
(0,0,0)

Tints of #F9EDC2

#F9EDC2
(249,237,194)
#F9EEC7
(249,238,199)
#F9EFCC
(249,239,204)
#F9F0D1
(249,240,209)
#F9F1D6
(249,241,214)
#F9F2DB
(249,242,219)
#F9F3E0
(249,243,224)
#F9F4E5
(249,244,229)
#F9F5EA
(249,245,234)
#F9F6EF
(249,246,239)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9EDC2; }

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

This text font color is #F9EDC2.


Background Color

.myBgColor { background-color: #F9EDC2; }

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

This div background color is #F9EDC2.


Border color

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

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

This div border color is #F9EDC2.


Opacity

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

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

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

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

This text has shadow with #F9EDC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9EDC2 on black background.


Color preview on white background

This text has color #F9EDC2 on white background.



Black color preview on #F9EDC2 background

This text has black color on #F9EDC2 background.


White color preview on #F9EDC2 background

This text has white color on #F9EDC2 background.