COLOR #EDE1D1

HEX: #EDE1D1
RGB: (237,225,209)

Renk bilgisi

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

RGB renk modeli

#EDE1D1 color RGB value is (237,225,209).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 225 of 255 = 88%
B 209 of 255 = 82%

237
225
209

R + G + B ~ 88%. #EDE1D1 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 225 + 209 = 671 (100%)
R 237 of 671 ~ 35.32%
G 225 of 671 ~ 33.53%
B 209 of 671 ~ 31.15%

%35.32
%33.53
%31.15

CMYK RENK MODELİ

#EDE1D1 rengi CMYK tonu (0,5,12,7).

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

CMYK yüzdeleri

%0
%5.06
%11.81
%7.06

Codes

Color #EDE1D1 in popluar color models

EDE1D1
RGB237225209
HSL34°43.75%87.45%
HSB/HSV34°11.81%92.94%
CMYK0.00%5.06%11.81%
7.06%

Color #EDE1D1 in popluar number systems.

HEXEDE1D1
Decimal237225209
Binary111011011110000111010001
Octal355341321

Shades and tints

Shades of #EDE1D1

#EDE1D1
(237,225,209)
#D8CDBE
(216,205,190)
#C3B9AB
(195,185,171)
#AEA598
(174,165,152)
#999185
(153,145,133)
#847D72
(132,125,114)
#6F695F
(111,105,95)
#5A554C
(90,85,76)
#454139
(69,65,57)
#302D26
(48,45,38)
#1B1913
(27,25,19)
#000000
(0,0,0)

Tints of #EDE1D1

#EDE1D1
(237,225,209)
#EEE3D5
(238,227,213)
#EFE5D9
(239,229,217)
#F0E7DD
(240,231,221)
#F1E9E1
(241,233,225)
#F2EBE5
(242,235,229)
#F3EDE9
(243,237,233)
#F4EFED
(244,239,237)
#F5F1F1
(245,241,241)
#F6F3F5
(246,243,245)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE1D1; }

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

This text font color is #EDE1D1.


Background Color

.myBgColor { background-color: #EDE1D1; }

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

This div background color is #EDE1D1.


Border color

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

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

This div border color is #EDE1D1.


Opacity

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

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

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

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

This text has shadow with #EDE1D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE1D1 on black background.


Color preview on white background

This text has color #EDE1D1 on white background.



Black color preview on #EDE1D1 background

This text has black color on #EDE1D1 background.


White color preview on #EDE1D1 background

This text has white color on #EDE1D1 background.