COLOR #EDE7D9

HEX: #EDE7D9
RGB: (237,231,217)

Renk bilgisi

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

RGB renk modeli

#EDE7D9 color RGB value is (237,231,217).

  • kırmız ton 237;
  • yeşil ton 231;
  • mavi ton 217.
RGB:
(237,231,217)
(93%,91%,85%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 231 of 255 = 91%
B 217 of 255 = 85%

237
231
217

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 231 + 217 = 685 (100%)
R 237 of 685 ~ 34.6%
G 231 of 685 ~ 33.72%
B 217 of 685 ~ 31.68%

%34.6
%33.72
%31.68

CMYK RENK MODELİ

#EDE7D9 rengi CMYK tonu (0,3,8,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.53%
  • sarı tonu 8.44%
  • ana renk tonu 7.06%
CMYK:
(0,3,8,7)
C0M3Y8K7 
(0%,3%,8%,7%)
(0.00/0.03/0.08/0.07)	

CMYK yüzdeleri

%0
%2.53
%8.44
%7.06

Codes

Color #EDE7D9 in popluar color models

EDE7D9
RGB237231217
HSL42°35.71%89.02%
HSB/HSV42°8.44%92.94%
CMYK0.00%2.53%8.44%
7.06%

Color #EDE7D9 in popluar number systems.

HEXEDE7D9
Decimal237231217
Binary111011011110011111011001
Octal355347331

Shades and tints

Shades of #EDE7D9

#EDE7D9
(237,231,217)
#D8D2C6
(216,210,198)
#C3BDB3
(195,189,179)
#AEA8A0
(174,168,160)
#99938D
(153,147,141)
#847E7A
(132,126,122)
#6F6967
(111,105,103)
#5A5454
(90,84,84)
#453F41
(69,63,65)
#302A2E
(48,42,46)
#1B151B
(27,21,27)
#000000
(0,0,0)

Tints of #EDE7D9

#EDE7D9
(237,231,217)
#EEE9DC
(238,233,220)
#EFEBDF
(239,235,223)
#F0EDE2
(240,237,226)
#F1EFE5
(241,239,229)
#F2F1E8
(242,241,232)
#F3F3EB
(243,243,235)
#F4F5EE
(244,245,238)
#F5F7F1
(245,247,241)
#F6F9F4
(246,249,244)
#F7FBF7
(247,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE7D9 color. Also use rgb(237,231,217) instead hex code.

Text Font Color

.myTextColor { color: #EDE7D9; }

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

This text font color is #EDE7D9.


Background Color

.myBgColor { background-color: #EDE7D9; }

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

This div background color is #EDE7D9.


Border color

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

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

This div border color is #EDE7D9.


Opacity

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

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

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

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

This text has shadow with #EDE7D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE7D9 on black background.


Color preview on white background

This text has color #EDE7D9 on white background.



Black color preview on #EDE7D9 background

This text has black color on #EDE7D9 background.


White color preview on #EDE7D9 background

This text has white color on #EDE7D9 background.