COLOR #F0EBD6

HEX: #F0EBD6
RGB: (240,235,214)

Renk bilgisi

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

RGB renk modeli

#F0EBD6 color RGB value is (240,235,214).

  • kırmız ton 240;
  • yeşil ton 235;
  • mavi ton 214.
RGB:
(240,235,214)
(94%,92%,84%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 235 of 255 = 92%
B 214 of 255 = 84%

240
235
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 235 + 214 = 689 (100%)
R 240 of 689 ~ 34.83%
G 235 of 689 ~ 34.11%
B 214 of 689 ~ 31.06%

%34.83
%34.11
%31.06

CMYK RENK MODELİ

#F0EBD6 rengi CMYK tonu (0,2,11,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.08%
  • sarı tonu 10.83%
  • ana renk tonu 5.88%
CMYK:
(0,2,11,6)
C0M2Y11K6 
(0%,2%,11%,6%)
(0.00/0.02/0.11/0.06)	

CMYK yüzdeleri

%0
%2.08
%10.83
%5.88

Codes

Color #F0EBD6 in popluar color models

F0EBD6
RGB240235214
HSL48°46.43%89.02%
HSB/HSV48°10.83%94.12%
CMYK0.00%2.08%10.83%
5.88%

Color #F0EBD6 in popluar number systems.

HEXF0EBD6
Decimal240235214
Binary111100001110101111010110
Octal360353326

Shades and tints

Shades of #F0EBD6

#F0EBD6
(240,235,214)
#DBD6C3
(219,214,195)
#C6C1B0
(198,193,176)
#B1AC9D
(177,172,157)
#9C978A
(156,151,138)
#878277
(135,130,119)
#726D64
(114,109,100)
#5D5851
(93,88,81)
#48433E
(72,67,62)
#332E2B
(51,46,43)
#1E1918
(30,25,24)
#000000
(0,0,0)

Tints of #F0EBD6

#F0EBD6
(240,235,214)
#F1ECD9
(241,236,217)
#F2EDDC
(242,237,220)
#F3EEDF
(243,238,223)
#F4EFE2
(244,239,226)
#F5F0E5
(245,240,229)
#F6F1E8
(246,241,232)
#F7F2EB
(247,242,235)
#F8F3EE
(248,243,238)
#F9F4F1
(249,244,241)
#FAF5F4
(250,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0EBD6 color. Also use rgb(240,235,214) instead hex code.

Text Font Color

.myTextColor { color: #F0EBD6; }

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

This text font color is #F0EBD6.


Background Color

.myBgColor { background-color: #F0EBD6; }

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

This div background color is #F0EBD6.


Border color

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

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

This div border color is #F0EBD6.


Opacity

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

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

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

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

This text has shadow with #F0EBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0EBD6 on black background.


Color preview on white background

This text has color #F0EBD6 on white background.



Black color preview on #F0EBD6 background

This text has black color on #F0EBD6 background.


White color preview on #F0EBD6 background

This text has white color on #F0EBD6 background.