COLOR #EDE9DC

HEX: #EDE9DC
RGB: (237,233,220)

Renk bilgisi

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

RGB renk modeli

#EDE9DC color RGB value is (237,233,220).

  • kırmız ton 237;
  • yeşil ton 233;
  • mavi ton 220.
RGB:
(237,233,220)
(93%,91%,86%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 233 of 255 = 91%
B 220 of 255 = 86%

237
233
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 233 + 220 = 690 (100%)
R 237 of 690 ~ 34.35%
G 233 of 690 ~ 33.77%
B 220 of 690 ~ 31.88%

%34.35
%33.77
%31.88

CMYK RENK MODELİ

#EDE9DC rengi CMYK tonu (0,2,7,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.69%
  • sarı tonu 7.17%
  • ana renk tonu 7.06%
CMYK:
(0,2,7,7)
C0M2Y7K7 
(0%,2%,7%,7%)
(0.00/0.02/0.07/0.07)	

CMYK yüzdeleri

%0
%1.69
%7.17
%7.06

Codes

Color #EDE9DC in popluar color models

EDE9DC
RGB237233220
HSL46°32.08%89.61%
HSB/HSV46°7.17%92.94%
CMYK0.00%1.69%7.17%
7.06%

Color #EDE9DC in popluar number systems.

HEXEDE9DC
Decimal237233220
Binary111011011110100111011100
Octal355351334

Shades and tints

Shades of #EDE9DC

#EDE9DC
(237,233,220)
#D8D4C8
(216,212,200)
#C3BFB4
(195,191,180)
#AEAAA0
(174,170,160)
#99958C
(153,149,140)
#848078
(132,128,120)
#6F6B64
(111,107,100)
#5A5650
(90,86,80)
#45413C
(69,65,60)
#302C28
(48,44,40)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #EDE9DC

#EDE9DC
(237,233,220)
#EEEBDF
(238,235,223)
#EFEDE2
(239,237,226)
#F0EFE5
(240,239,229)
#F1F1E8
(241,241,232)
#F2F3EB
(242,243,235)
#F3F5EE
(243,245,238)
#F4F7F1
(244,247,241)
#F5F9F4
(245,249,244)
#F6FBF7
(246,251,247)
#F7FDFA
(247,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE9DC color. Also use rgb(237,233,220) instead hex code.

Text Font Color

.myTextColor { color: #EDE9DC; }

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

This text font color is #EDE9DC.


Background Color

.myBgColor { background-color: #EDE9DC; }

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

This div background color is #EDE9DC.


Border color

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

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

This div border color is #EDE9DC.


Opacity

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

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

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

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

This text has shadow with #EDE9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE9DC on black background.


Color preview on white background

This text has color #EDE9DC on white background.



Black color preview on #EDE9DC background

This text has black color on #EDE9DC background.


White color preview on #EDE9DC background

This text has white color on #EDE9DC background.