COLOR #F0EDDD

HEX: #F0EDDD
RGB: (240,237,221)

Renk bilgisi

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

RGB renk modeli

#F0EDDD color RGB value is (240,237,221).

  • kırmız ton 240;
  • yeşil ton 237;
  • mavi ton 221.
RGB:
(240,237,221)
(94%,93%,87%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 237 of 255 = 93%
B 221 of 255 = 87%

240
237
221

R + G + B ~ 91%. #F0EDDD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 237 + 221 = 698 (100%)
R 240 of 698 ~ 34.38%
G 237 of 698 ~ 33.95%
B 221 of 698 ~ 31.66%

%34.38
%33.95
%31.66

CMYK RENK MODELİ

#F0EDDD rengi CMYK tonu (0,1,8,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.25%
  • sarı tonu 7.92%
  • ana renk tonu 5.88%
CMYK:
(0,1,8,6)
C0M1Y8K6 
(0%,1%,8%,6%)
(0.00/0.01/0.08/0.06)	

CMYK yüzdeleri

%0
%1.25
%7.92
%5.88

Codes

Color #F0EDDD in popluar color models

F0EDDD
RGB240237221
HSL51°38.78%90.39%
HSB/HSV51°7.92%94.12%
CMYK0.00%1.25%7.92%
5.88%

Color #F0EDDD in popluar number systems.

HEXF0EDDD
Decimal240237221
Binary111100001110110111011101
Octal360355335

Shades and tints

Shades of #F0EDDD

#F0EDDD
(240,237,221)
#DBD8C9
(219,216,201)
#C6C3B5
(198,195,181)
#B1AEA1
(177,174,161)
#9C998D
(156,153,141)
#878479
(135,132,121)
#726F65
(114,111,101)
#5D5A51
(93,90,81)
#48453D
(72,69,61)
#333029
(51,48,41)
#1E1B15
(30,27,21)
#000000
(0,0,0)

Tints of #F0EDDD

#F0EDDD
(240,237,221)
#F1EEE0
(241,238,224)
#F2EFE3
(242,239,227)
#F3F0E6
(243,240,230)
#F4F1E9
(244,241,233)
#F5F2EC
(245,242,236)
#F6F3EF
(246,243,239)
#F7F4F2
(247,244,242)
#F8F5F5
(248,245,245)
#F9F6F8
(249,246,248)
#FAF7FB
(250,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0EDDD color. Also use rgb(240,237,221) instead hex code.

Text Font Color

.myTextColor { color: #F0EDDD; }

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

This text font color is #F0EDDD.


Background Color

.myBgColor { background-color: #F0EDDD; }

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

This div background color is #F0EDDD.


Border color

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

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

This div border color is #F0EDDD.


Opacity

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

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

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

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

This text has shadow with #F0EDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0EDDD on black background.


Color preview on white background

This text has color #F0EDDD on white background.



Black color preview on #F0EDDD background

This text has black color on #F0EDDD background.


White color preview on #F0EDDD background

This text has white color on #F0EDDD background.