COLOR #EDEBE5

HEX: #EDEBE5
RGB: (237,235,229)

Renk bilgisi

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

RGB renk modeli

#EDEBE5 color RGB value is (237,235,229).

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

RGB bağlantıları ve doygunluk

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

237
235
229

R + G + B ~ 92%. #EDEBE5 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 235 + 229 = 701 (100%)
R 237 of 701 ~ 33.81%
G 235 of 701 ~ 33.52%
B 229 of 701 ~ 32.67%

%33.81
%33.52
%32.67

CMYK RENK MODELİ

#EDEBE5 rengi CMYK tonu (0,1,3,7).

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

CMYK yüzdeleri

%0
%0.84
%3.38
%7.06

Codes

Color #EDEBE5 in popluar color models

EDEBE5
RGB237235229
HSL45°18.18%91.37%
HSB/HSV45°3.38%92.94%
CMYK0.00%0.84%3.38%
7.06%

Color #EDEBE5 in popluar number systems.

HEXEDEBE5
Decimal237235229
Binary111011011110101111100101
Octal355353345

Shades and tints

Shades of #EDEBE5

#EDEBE5
(237,235,229)
#D8D6D1
(216,214,209)
#C3C1BD
(195,193,189)
#AEACA9
(174,172,169)
#999795
(153,151,149)
#848281
(132,130,129)
#6F6D6D
(111,109,109)
#5A5859
(90,88,89)
#454345
(69,67,69)
#302E31
(48,46,49)
#1B191D
(27,25,29)
#000000
(0,0,0)

Tints of #EDEBE5

#EDEBE5
(237,235,229)
#EEECE7
(238,236,231)
#EFEDE9
(239,237,233)
#F0EEEB
(240,238,235)
#F1EFED
(241,239,237)
#F2F0EF
(242,240,239)
#F3F1F1
(243,241,241)
#F4F2F3
(244,242,243)
#F5F3F5
(245,243,245)
#F6F4F7
(246,244,247)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEBE5; }

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

This text font color is #EDEBE5.


Background Color

.myBgColor { background-color: #EDEBE5; }

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

This div background color is #EDEBE5.


Border color

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

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

This div border color is #EDEBE5.


Opacity

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

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

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

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

This text has shadow with #EDEBE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEBE5 on black background.


Color preview on white background

This text has color #EDEBE5 on white background.



Black color preview on #EDEBE5 background

This text has black color on #EDEBE5 background.


White color preview on #EDEBE5 background

This text has white color on #EDEBE5 background.