COLOR #EDE6DA

HEX: #EDE6DA
RGB: (237,230,218)

Renk bilgisi

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

RGB renk modeli

#EDE6DA color RGB value is (237,230,218).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 230 of 255 = 90%
B 218 of 255 = 85%

237
230
218

R + G + B ~ 89%. #EDE6DA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 230 + 218 = 685 (100%)
R 237 of 685 ~ 34.6%
G 230 of 685 ~ 33.58%
B 218 of 685 ~ 31.82%

%34.6
%33.58
%31.82

CMYK RENK MODELİ

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

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

Codes

Color #EDE6DA in popluar color models

EDE6DA
RGB237230218
HSL38°34.55%89.22%
HSB/HSV38°8.02%92.94%
CMYK0.00%2.95%8.02%
7.06%

Color #EDE6DA in popluar number systems.

HEXEDE6DA
Decimal237230218
Binary111011011110011011011010
Octal355346332

Shades and tints

Shades of #EDE6DA

#EDE6DA
(237,230,218)
#D8D2C7
(216,210,199)
#C3BEB4
(195,190,180)
#AEAAA1
(174,170,161)
#99968E
(153,150,142)
#84827B
(132,130,123)
#6F6E68
(111,110,104)
#5A5A55
(90,90,85)
#454642
(69,70,66)
#30322F
(48,50,47)
#1B1E1C
(27,30,28)
#000000
(0,0,0)

Tints of #EDE6DA

#EDE6DA
(237,230,218)
#EEE8DD
(238,232,221)
#EFEAE0
(239,234,224)
#F0ECE3
(240,236,227)
#F1EEE6
(241,238,230)
#F2F0E9
(242,240,233)
#F3F2EC
(243,242,236)
#F4F4EF
(244,244,239)
#F5F6F2
(245,246,242)
#F6F8F5
(246,248,245)
#F7FAF8
(247,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE6DA; }

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

This text font color is #EDE6DA.


Background Color

.myBgColor { background-color: #EDE6DA; }

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

This div background color is #EDE6DA.


Border color

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

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

This div border color is #EDE6DA.


Opacity

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

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

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

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

This text has shadow with #EDE6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE6DA on black background.


Color preview on white background

This text has color #EDE6DA on white background.



Black color preview on #EDE6DA background

This text has black color on #EDE6DA background.


White color preview on #EDE6DA background

This text has white color on #EDE6DA background.