COLOR #F9EBBC

HEX: #F9EBBC
RGB: (249,235,188)

Renk bilgisi

#F9EBBC contains mainly red and green colors. #F9EBBC ‘ nin web güvenlik rengi #FFFFCC (ya da #FFC) dir.

RGB renk modeli

#F9EBBC color RGB value is (249,235,188).

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

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 235 of 255 = 92%
B 188 of 255 = 74%

249
235
188

R + G + B ~ 88%. #F9EBBC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 235 + 188 = 672 (100%)
R 249 of 672 ~ 37.05%
G 235 of 672 ~ 34.97%
B 188 of 672 ~ 27.98%

%37.05
%34.97
%27.98

CMYK RENK MODELİ

#F9EBBC rengi CMYK tonu (0,6,24,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.62%
  • sarı tonu 24.50%
  • ana renk tonu 2.35%
CMYK:
(0,6,24,2)
C0M6Y24K2 
(0%,6%,24%,2%)
(0.00/0.06/0.24/0.02)	

CMYK yüzdeleri

%0
%5.62
%24.5
%2.35

Codes

Color #F9EBBC in popluar color models

F9EBBC
RGB249235188
HSL46°83.56%85.69%
HSB/HSV46°24.50%97.65%
CMYK0.00%5.62%24.50%
2.35%

Color #F9EBBC in popluar number systems.

HEXF9EBBC
Decimal249235188
Binary111110011110101110111100
Octal371353274

Shades and tints

Shades of #F9EBBC

#F9EBBC
(249,235,188)
#E3D6AB
(227,214,171)
#CDC19A
(205,193,154)
#B7AC89
(183,172,137)
#A19778
(161,151,120)
#8B8267
(139,130,103)
#756D56
(117,109,86)
#5F5845
(95,88,69)
#494334
(73,67,52)
#332E23
(51,46,35)
#1D1912
(29,25,18)
#000000
(0,0,0)

Tints of #F9EBBC

#F9EBBC
(249,235,188)
#F9ECC2
(249,236,194)
#F9EDC8
(249,237,200)
#F9EECE
(249,238,206)
#F9EFD4
(249,239,212)
#F9F0DA
(249,240,218)
#F9F1E0
(249,241,224)
#F9F2E6
(249,242,230)
#F9F3EC
(249,243,236)
#F9F4F2
(249,244,242)
#F9F5F8
(249,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9EBBC; }

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

This text font color is #F9EBBC.


Background Color

.myBgColor { background-color: #F9EBBC; }

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

This div background color is #F9EBBC.


Border color

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

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

This div border color is #F9EBBC.


Opacity

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

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

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

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

This text has shadow with #F9EBBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9EBBC on black background.


Color preview on white background

This text has color #F9EBBC on white background.



Black color preview on #F9EBBC background

This text has black color on #F9EBBC background.


White color preview on #F9EBBC background

This text has white color on #F9EBBC background.