COLOR #EDE9EC

HEX: #EDE9EC
RGB: (237,233,236)

Renk bilgisi

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

RGB renk modeli

#EDE9EC color RGB value is (237,233,236).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 233 of 255 = 91%
B 236 of 255 = 93%

237
233
236

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 233 + 236 = 706 (100%)
R 237 of 706 ~ 33.57%
G 233 of 706 ~ 33%
B 236 of 706 ~ 33.43%

%33.57
%33
%33.43

CMYK RENK MODELİ

#EDE9EC rengi CMYK tonu (0,2,0,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.69%
  • sarı tonu 0.42%
  • ana renk tonu 7.06%
CMYK:
(0,2,0,7)
C0M2Y0K7 
(0%,2%,0%,7%)
(0.00/0.02/0.00/0.07)	

CMYK yüzdeleri

%0
%1.69
%0.42
%7.06

Codes

Color #EDE9EC in popluar color models

EDE9EC
RGB237233236
HSL315°10.00%92.16%
HSB/HSV315°1.69%92.94%
CMYK0.00%1.69%0.42%
7.06%

Color #EDE9EC in popluar number systems.

HEXEDE9EC
Decimal237233236
Binary111011011110100111101100
Octal355351354

Shades and tints

Shades of #EDE9EC

#EDE9EC
(237,233,236)
#D8D4D7
(216,212,215)
#C3BFC2
(195,191,194)
#AEAAAD
(174,170,173)
#999598
(153,149,152)
#848083
(132,128,131)
#6F6B6E
(111,107,110)
#5A5659
(90,86,89)
#454144
(69,65,68)
#302C2F
(48,44,47)
#1B171A
(27,23,26)
#000000
(0,0,0)

Tints of #EDE9EC

#EDE9EC
(237,233,236)
#EEEBED
(238,235,237)
#EFEDEE
(239,237,238)
#F0EFEF
(240,239,239)
#F1F1F0
(241,241,240)
#F2F3F1
(242,243,241)
#F3F5F2
(243,245,242)
#F4F7F3
(244,247,243)
#F5F9F4
(245,249,244)
#F6FBF5
(246,251,245)
#F7FDF6
(247,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE9EC; }

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

This text font color is #EDE9EC.


Background Color

.myBgColor { background-color: #EDE9EC; }

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

This div background color is #EDE9EC.


Border color

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

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

This div border color is #EDE9EC.


Opacity

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

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

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

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

This text has shadow with #EDE9EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE9EC on black background.


Color preview on white background

This text has color #EDE9EC on white background.



Black color preview on #EDE9EC background

This text has black color on #EDE9EC background.


White color preview on #EDE9EC background

This text has white color on #EDE9EC background.