COLOR #F9EFE6

HEX: #F9EFE6
RGB: (249,239,230)

Renk bilgisi

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

RGB renk modeli

#F9EFE6 color RGB value is (249,239,230).

  • kırmız ton 249;
  • yeşil ton 239;
  • mavi ton 230.
RGB:
(249,239,230)
(98%,94%,90%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 239 of 255 = 94%
B 230 of 255 = 90%

249
239
230

R + G + B ~ 94%. #F9EFE6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 239 + 230 = 718 (100%)
R 249 of 718 ~ 34.68%
G 239 of 718 ~ 33.29%
B 230 of 718 ~ 32.03%

%34.68
%33.29
%32.03

CMYK RENK MODELİ

#F9EFE6 rengi CMYK tonu (0,4,8,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.02%
  • sarı tonu 7.63%
  • ana renk tonu 2.35%
CMYK:
(0,4,8,2)
C0M4Y8K2 
(0%,4%,8%,2%)
(0.00/0.04/0.08/0.02)	

CMYK yüzdeleri

%0
%4.02
%7.63
%2.35

Codes

Color #F9EFE6 in popluar color models

F9EFE6
RGB249239230
HSL28°61.29%93.92%
HSB/HSV28°7.63%97.65%
CMYK0.00%4.02%7.63%
2.35%

Color #F9EFE6 in popluar number systems.

HEXF9EFE6
Decimal249239230
Binary111110011110111111100110
Octal371357346

Shades and tints

Shades of #F9EFE6

#F9EFE6
(249,239,230)
#E3DAD2
(227,218,210)
#CDC5BE
(205,197,190)
#B7B0AA
(183,176,170)
#A19B96
(161,155,150)
#8B8682
(139,134,130)
#75716E
(117,113,110)
#5F5C5A
(95,92,90)
#494746
(73,71,70)
#333232
(51,50,50)
#1D1D1E
(29,29,30)
#000000
(0,0,0)

Tints of #F9EFE6

#F9EFE6
(249,239,230)
#F9F0E8
(249,240,232)
#F9F1EA
(249,241,234)
#F9F2EC
(249,242,236)
#F9F3EE
(249,243,238)
#F9F4F0
(249,244,240)
#F9F5F2
(249,245,242)
#F9F6F4
(249,246,244)
#F9F7F6
(249,247,246)
#F9F8F8
(249,248,248)
#F9F9FA
(249,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9EFE6 color. Also use rgb(249,239,230) instead hex code.

Text Font Color

.myTextColor { color: #F9EFE6; }

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

This text font color is #F9EFE6.


Background Color

.myBgColor { background-color: #F9EFE6; }

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

This div background color is #F9EFE6.


Border color

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

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

This div border color is #F9EFE6.


Opacity

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

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

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

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

This text has shadow with #F9EFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9EFE6 on black background.


Color preview on white background

This text has color #F9EFE6 on white background.



Black color preview on #F9EFE6 background

This text has black color on #F9EFE6 background.


White color preview on #F9EFE6 background

This text has white color on #F9EFE6 background.