COLOR #EDE1DC

HEX: #EDE1DC
RGB: (237,225,220)

Renk bilgisi

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

RGB renk modeli

#EDE1DC color RGB value is (237,225,220).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 225 of 255 = 88%
B 220 of 255 = 86%

237
225
220

R + G + B ~ 89%. #EDE1DC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 225 + 220 = 682 (100%)
R 237 of 682 ~ 34.75%
G 225 of 682 ~ 32.99%
B 220 of 682 ~ 32.26%

%34.75
%32.99
%32.26

CMYK RENK MODELİ

#EDE1DC rengi CMYK tonu (0,5,7,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.06%
  • sarı tonu 7.17%
  • ana renk tonu 7.06%
CMYK:
(0,5,7,7)
C0M5Y7K7 
(0%,5%,7%,7%)
(0.00/0.05/0.07/0.07)	

CMYK yüzdeleri

%0
%5.06
%7.17
%7.06

Codes

Color #EDE1DC in popluar color models

EDE1DC
RGB237225220
HSL18°32.08%89.61%
HSB/HSV18°7.17%92.94%
CMYK0.00%5.06%7.17%
7.06%

Color #EDE1DC in popluar number systems.

HEXEDE1DC
Decimal237225220
Binary111011011110000111011100
Octal355341334

Shades and tints

Shades of #EDE1DC

#EDE1DC
(237,225,220)
#D8CDC8
(216,205,200)
#C3B9B4
(195,185,180)
#AEA5A0
(174,165,160)
#99918C
(153,145,140)
#847D78
(132,125,120)
#6F6964
(111,105,100)
#5A5550
(90,85,80)
#45413C
(69,65,60)
#302D28
(48,45,40)
#1B1914
(27,25,20)
#000000
(0,0,0)

Tints of #EDE1DC

#EDE1DC
(237,225,220)
#EEE3DF
(238,227,223)
#EFE5E2
(239,229,226)
#F0E7E5
(240,231,229)
#F1E9E8
(241,233,232)
#F2EBEB
(242,235,235)
#F3EDEE
(243,237,238)
#F4EFF1
(244,239,241)
#F5F1F4
(245,241,244)
#F6F3F7
(246,243,247)
#F7F5FA
(247,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE1DC; }

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

This text font color is #EDE1DC.


Background Color

.myBgColor { background-color: #EDE1DC; }

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

This div background color is #EDE1DC.


Border color

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

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

This div border color is #EDE1DC.


Opacity

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

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

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

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

This text has shadow with #EDE1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE1DC on black background.


Color preview on white background

This text has color #EDE1DC on white background.



Black color preview on #EDE1DC background

This text has black color on #EDE1DC background.


White color preview on #EDE1DC background

This text has white color on #EDE1DC background.