COLOR #F9EBCD

HEX: #F9EBCD
RGB: (249,235,205)

Renk bilgisi

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

RGB renk modeli

#F9EBCD color RGB value is (249,235,205).

  • kırmız ton 249;
  • yeşil ton 235;
  • mavi ton 205.
RGB:
(249,235,205)
(98%,92%,80%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 235 of 255 = 92%
B 205 of 255 = 80%

249
235
205

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

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 235 + 205 = 689 (100%)
R 249 of 689 ~ 36.14%
G 235 of 689 ~ 34.11%
B 205 of 689 ~ 29.75%

%36.14
%34.11
%29.75

CMYK RENK MODELİ

#F9EBCD rengi CMYK tonu (0,6,18,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.62%
  • sarı tonu 17.67%
  • ana renk tonu 2.35%
CMYK:
(0,6,18,2)
C0M6Y18K2 
(0%,6%,18%,2%)
(0.00/0.06/0.18/0.02)	

CMYK yüzdeleri

%0
%5.62
%17.67
%2.35

Codes

Color #F9EBCD in popluar color models

F9EBCD
RGB249235205
HSL41°78.57%89.02%
HSB/HSV41°17.67%97.65%
CMYK0.00%5.62%17.67%
2.35%

Color #F9EBCD in popluar number systems.

HEXF9EBCD
Decimal249235205
Binary111110011110101111001101
Octal371353315

Shades and tints

Shades of #F9EBCD

#F9EBCD
(249,235,205)
#E3D6BB
(227,214,187)
#CDC1A9
(205,193,169)
#B7AC97
(183,172,151)
#A19785
(161,151,133)
#8B8273
(139,130,115)
#756D61
(117,109,97)
#5F584F
(95,88,79)
#49433D
(73,67,61)
#332E2B
(51,46,43)
#1D1919
(29,25,25)
#000000
(0,0,0)

Tints of #F9EBCD

#F9EBCD
(249,235,205)
#F9ECD1
(249,236,209)
#F9EDD5
(249,237,213)
#F9EED9
(249,238,217)
#F9EFDD
(249,239,221)
#F9F0E1
(249,240,225)
#F9F1E5
(249,241,229)
#F9F2E9
(249,242,233)
#F9F3ED
(249,243,237)
#F9F4F1
(249,244,241)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9EBCD color. Also use rgb(249,235,205) instead hex code.

Text Font Color

.myTextColor { color: #F9EBCD; }

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

This text font color is #F9EBCD.


Background Color

.myBgColor { background-color: #F9EBCD; }

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

This div background color is #F9EBCD.


Border color

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

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

This div border color is #F9EBCD.


Opacity

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

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

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

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

This text has shadow with #F9EBCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9EBCD on black background.


Color preview on white background

This text has color #F9EBCD on white background.



Black color preview on #F9EBCD background

This text has black color on #F9EBCD background.


White color preview on #F9EBCD background

This text has white color on #F9EBCD background.