COLOR #F9EFC4

HEX: #F9EFC4
RGB: (249,239,196)

Renk bilgisi

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

RGB renk modeli

#F9EFC4 color RGB value is (249,239,196).

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

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 239 of 255 = 94%
B 196 of 255 = 77%

249
239
196

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

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 239 + 196 = 684 (100%)
R 249 of 684 ~ 36.4%
G 239 of 684 ~ 34.94%
B 196 of 684 ~ 28.65%

%36.4
%34.94
%28.65

CMYK RENK MODELİ

#F9EFC4 rengi CMYK tonu (0,4,21,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.02%
  • sarı tonu 21.29%
  • ana renk tonu 2.35%
CMYK:
(0,4,21,2)
C0M4Y21K2 
(0%,4%,21%,2%)
(0.00/0.04/0.21/0.02)	

CMYK yüzdeleri

%0
%4.02
%21.29
%2.35

Codes

Color #F9EFC4 in popluar color models

F9EFC4
RGB249239196
HSL49°81.54%87.25%
HSB/HSV49°21.29%97.65%
CMYK0.00%4.02%21.29%
2.35%

Color #F9EFC4 in popluar number systems.

HEXF9EFC4
Decimal249239196
Binary111110011110111111000100
Octal371357304

Shades and tints

Shades of #F9EFC4

#F9EFC4
(249,239,196)
#E3DAB3
(227,218,179)
#CDC5A2
(205,197,162)
#B7B091
(183,176,145)
#A19B80
(161,155,128)
#8B866F
(139,134,111)
#75715E
(117,113,94)
#5F5C4D
(95,92,77)
#49473C
(73,71,60)
#33322B
(51,50,43)
#1D1D1A
(29,29,26)
#000000
(0,0,0)

Tints of #F9EFC4

#F9EFC4
(249,239,196)
#F9F0C9
(249,240,201)
#F9F1CE
(249,241,206)
#F9F2D3
(249,242,211)
#F9F3D8
(249,243,216)
#F9F4DD
(249,244,221)
#F9F5E2
(249,245,226)
#F9F6E7
(249,246,231)
#F9F7EC
(249,247,236)
#F9F8F1
(249,248,241)
#F9F9F6
(249,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9EFC4; }

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

This text font color is #F9EFC4.


Background Color

.myBgColor { background-color: #F9EFC4; }

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

This div background color is #F9EFC4.


Border color

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

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

This div border color is #F9EFC4.


Opacity

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

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

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

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

This text has shadow with #F9EFC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9EFC4 on black background.


Color preview on white background

This text has color #F9EFC4 on white background.



Black color preview on #F9EFC4 background

This text has black color on #F9EFC4 background.


White color preview on #F9EFC4 background

This text has white color on #F9EFC4 background.