COLOR #EDEBD5

HEX: #EDEBD5
RGB: (237,235,213)

Renk bilgisi

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

RGB renk modeli

#EDEBD5 color RGB value is (237,235,213).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 235 of 255 = 92%
B 213 of 255 = 84%

237
235
213

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 235 + 213 = 685 (100%)
R 237 of 685 ~ 34.6%
G 235 of 685 ~ 34.31%
B 213 of 685 ~ 31.09%

%34.6
%34.31
%31.09

CMYK RENK MODELİ

#EDEBD5 rengi CMYK tonu (0,1,10,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.84%
  • sarı tonu 10.13%
  • ana renk tonu 7.06%
CMYK:
(0,1,10,7)
C0M1Y10K7 
(0%,1%,10%,7%)
(0.00/0.01/0.10/0.07)	

CMYK yüzdeleri

%0
%0.84
%10.13
%7.06

Codes

Color #EDEBD5 in popluar color models

EDEBD5
RGB237235213
HSL55°40.00%88.24%
HSB/HSV55°10.13%92.94%
CMYK0.00%0.84%10.13%
7.06%

Color #EDEBD5 in popluar number systems.

HEXEDEBD5
Decimal237235213
Binary111011011110101111010101
Octal355353325

Shades and tints

Shades of #EDEBD5

#EDEBD5
(237,235,213)
#D8D6C2
(216,214,194)
#C3C1AF
(195,193,175)
#AEAC9C
(174,172,156)
#999789
(153,151,137)
#848276
(132,130,118)
#6F6D63
(111,109,99)
#5A5850
(90,88,80)
#45433D
(69,67,61)
#302E2A
(48,46,42)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #EDEBD5

#EDEBD5
(237,235,213)
#EEECD8
(238,236,216)
#EFEDDB
(239,237,219)
#F0EEDE
(240,238,222)
#F1EFE1
(241,239,225)
#F2F0E4
(242,240,228)
#F3F1E7
(243,241,231)
#F4F2EA
(244,242,234)
#F5F3ED
(245,243,237)
#F6F4F0
(246,244,240)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEBD5; }

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

This text font color is #EDEBD5.


Background Color

.myBgColor { background-color: #EDEBD5; }

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

This div background color is #EDEBD5.


Border color

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

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

This div border color is #EDEBD5.


Opacity

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

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

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

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

This text has shadow with #EDEBD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEBD5 on black background.


Color preview on white background

This text has color #EDEBD5 on white background.



Black color preview on #EDEBD5 background

This text has black color on #EDEBD5 background.


White color preview on #EDEBD5 background

This text has white color on #EDEBD5 background.