COLOR #EDE6DB

HEX: #EDE6DB
RGB: (237,230,219)

Renk bilgisi

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

RGB renk modeli

#EDE6DB color RGB value is (237,230,219).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 230 of 255 = 90%
B 219 of 255 = 86%

237
230
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 230 + 219 = 686 (100%)
R 237 of 686 ~ 34.55%
G 230 of 686 ~ 33.53%
B 219 of 686 ~ 31.92%

%34.55
%33.53
%31.92

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.95%
  • sarı tonu 7.59%
  • 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.95
%7.59
%7.06

Codes

Color #EDE6DB in popluar color models

EDE6DB
RGB237230219
HSL37°33.33%89.41%
HSB/HSV37°7.59%92.94%
CMYK0.00%2.95%7.59%
7.06%

Color #EDE6DB in popluar number systems.

HEXEDE6DB
Decimal237230219
Binary111011011110011011011011
Octal355346333

Shades and tints

Shades of #EDE6DB

#EDE6DB
(237,230,219)
#D8D2C8
(216,210,200)
#C3BEB5
(195,190,181)
#AEAAA2
(174,170,162)
#99968F
(153,150,143)
#84827C
(132,130,124)
#6F6E69
(111,110,105)
#5A5A56
(90,90,86)
#454643
(69,70,67)
#303230
(48,50,48)
#1B1E1D
(27,30,29)
#000000
(0,0,0)

Tints of #EDE6DB

#EDE6DB
(237,230,219)
#EEE8DE
(238,232,222)
#EFEAE1
(239,234,225)
#F0ECE4
(240,236,228)
#F1EEE7
(241,238,231)
#F2F0EA
(242,240,234)
#F3F2ED
(243,242,237)
#F4F4F0
(244,244,240)
#F5F6F3
(245,246,243)
#F6F8F6
(246,248,246)
#F7FAF9
(247,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE6DB; }

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

This text font color is #EDE6DB.


Background Color

.myBgColor { background-color: #EDE6DB; }

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

This div background color is #EDE6DB.


Border color

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

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

This div border color is #EDE6DB.


Opacity

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

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

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

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

This text has shadow with #EDE6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE6DB on black background.


Color preview on white background

This text has color #EDE6DB on white background.



Black color preview on #EDE6DB background

This text has black color on #EDE6DB background.


White color preview on #EDE6DB background

This text has white color on #EDE6DB background.