COLOR #EDE5E5

HEX: #EDE5E5
RGB: (237,229,229)

Renk bilgisi

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

RGB renk modeli

#EDE5E5 color RGB value is (237,229,229).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 229 of 255 = 90%
B 229 of 255 = 90%

237
229
229

R + G + B ~ 91%. #EDE5E5 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 229 + 229 = 695 (100%)
R 237 of 695 ~ 34.1%
G 229 of 695 ~ 32.95%
B 229 of 695 ~ 32.95%

%34.1
%32.95
%32.95

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%3.38
%3.38
%7.06

Codes

Color #EDE5E5 in popluar color models

EDE5E5
RGB237229229
HSL18.18%91.37%
HSB/HSV3.38%92.94%
CMYK0.00%3.38%3.38%
7.06%

Color #EDE5E5 in popluar number systems.

HEXEDE5E5
Decimal237229229
Binary111011011110010111100101
Octal355345345

Shades and tints

Shades of #EDE5E5

#EDE5E5
(237,229,229)
#D8D1D1
(216,209,209)
#C3BDBD
(195,189,189)
#AEA9A9
(174,169,169)
#999595
(153,149,149)
#848181
(132,129,129)
#6F6D6D
(111,109,109)
#5A5959
(90,89,89)
#454545
(69,69,69)
#303131
(48,49,49)
#1B1D1D
(27,29,29)
#000000
(0,0,0)

Tints of #EDE5E5

#EDE5E5
(237,229,229)
#EEE7E7
(238,231,231)
#EFE9E9
(239,233,233)
#F0EBEB
(240,235,235)
#F1EDED
(241,237,237)
#F2EFEF
(242,239,239)
#F3F1F1
(243,241,241)
#F4F3F3
(244,243,243)
#F5F5F5
(245,245,245)
#F6F7F7
(246,247,247)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE5E5; }

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

This text font color is #EDE5E5.


Background Color

.myBgColor { background-color: #EDE5E5; }

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

This div background color is #EDE5E5.


Border color

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

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

This div border color is #EDE5E5.


Opacity

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

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

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

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

This text has shadow with #EDE5E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE5E5 on black background.


Color preview on white background

This text has color #EDE5E5 on white background.



Black color preview on #EDE5E5 background

This text has black color on #EDE5E5 background.


White color preview on #EDE5E5 background

This text has white color on #EDE5E5 background.