COLOR #EDE6DC

HEX: #EDE6DC
RGB: (237,230,220)

Renk bilgisi

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

RGB renk modeli

#EDE6DC color RGB value is (237,230,220).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 230 of 255 = 90%
B 220 of 255 = 86%

237
230
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 230 + 220 = 687 (100%)
R 237 of 687 ~ 34.5%
G 230 of 687 ~ 33.48%
B 220 of 687 ~ 32.02%

%34.5
%33.48
%32.02

CMYK RENK MODELİ

#EDE6DC rengi CMYK tonu (0,3,7,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.95%
  • sarı tonu 7.17%
  • ana renk tonu 7.06%
CMYK:
(0,3,7,7)
C0M3Y7K7 
(0%,3%,7%,7%)
(0.00/0.03/0.07/0.07)	

CMYK yüzdeleri

%0
%2.95
%7.17
%7.06

Codes

Color #EDE6DC in popluar color models

EDE6DC
RGB237230220
HSL35°32.08%89.61%
HSB/HSV35°7.17%92.94%
CMYK0.00%2.95%7.17%
7.06%

Color #EDE6DC in popluar number systems.

HEXEDE6DC
Decimal237230220
Binary111011011110011011011100
Octal355346334

Shades and tints

Shades of #EDE6DC

#EDE6DC
(237,230,220)
#D8D2C8
(216,210,200)
#C3BEB4
(195,190,180)
#AEAAA0
(174,170,160)
#99968C
(153,150,140)
#848278
(132,130,120)
#6F6E64
(111,110,100)
#5A5A50
(90,90,80)
#45463C
(69,70,60)
#303228
(48,50,40)
#1B1E14
(27,30,20)
#000000
(0,0,0)

Tints of #EDE6DC

#EDE6DC
(237,230,220)
#EEE8DF
(238,232,223)
#EFEAE2
(239,234,226)
#F0ECE5
(240,236,229)
#F1EEE8
(241,238,232)
#F2F0EB
(242,240,235)
#F3F2EE
(243,242,238)
#F4F4F1
(244,244,241)
#F5F6F4
(245,246,244)
#F6F8F7
(246,248,247)
#F7FAFA
(247,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE6DC; }

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

This text font color is #EDE6DC.


Background Color

.myBgColor { background-color: #EDE6DC; }

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

This div background color is #EDE6DC.


Border color

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

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

This div border color is #EDE6DC.


Opacity

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

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

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

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

This text has shadow with #EDE6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE6DC on black background.


Color preview on white background

This text has color #EDE6DC on white background.



Black color preview on #EDE6DC background

This text has black color on #EDE6DC background.


White color preview on #EDE6DC background

This text has white color on #EDE6DC background.