COLOR #EDE7E6

HEX: #EDE7E6
RGB: (237,231,230)

Renk bilgisi

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

RGB renk modeli

#EDE7E6 color RGB value is (237,231,230).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 231 of 255 = 91%
B 230 of 255 = 90%

237
231
230

R + G + B ~ 91%. #EDE7E6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 231 + 230 = 698 (100%)
R 237 of 698 ~ 33.95%
G 231 of 698 ~ 33.09%
B 230 of 698 ~ 32.95%

%33.95
%33.09
%32.95

CMYK RENK MODELİ

#EDE7E6 rengi CMYK tonu (0,3,3,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.53%
  • sarı tonu 2.95%
  • ana renk tonu 7.06%
CMYK:
(0,3,3,7)
C0M3Y3K7 
(0%,3%,3%,7%)
(0.00/0.03/0.03/0.07)	

CMYK yüzdeleri

%0
%2.53
%2.95
%7.06

Codes

Color #EDE7E6 in popluar color models

EDE7E6
RGB237231230
HSL16.28%91.57%
HSB/HSV2.95%92.94%
CMYK0.00%2.53%2.95%
7.06%

Color #EDE7E6 in popluar number systems.

HEXEDE7E6
Decimal237231230
Binary111011011110011111100110
Octal355347346

Shades and tints

Shades of #EDE7E6

#EDE7E6
(237,231,230)
#D8D2D2
(216,210,210)
#C3BDBE
(195,189,190)
#AEA8AA
(174,168,170)
#999396
(153,147,150)
#847E82
(132,126,130)
#6F696E
(111,105,110)
#5A545A
(90,84,90)
#453F46
(69,63,70)
#302A32
(48,42,50)
#1B151E
(27,21,30)
#000000
(0,0,0)

Tints of #EDE7E6

#EDE7E6
(237,231,230)
#EEE9E8
(238,233,232)
#EFEBEA
(239,235,234)
#F0EDEC
(240,237,236)
#F1EFEE
(241,239,238)
#F2F1F0
(242,241,240)
#F3F3F2
(243,243,242)
#F4F5F4
(244,245,244)
#F5F7F6
(245,247,246)
#F6F9F8
(246,249,248)
#F7FBFA
(247,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE7E6; }

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

This text font color is #EDE7E6.


Background Color

.myBgColor { background-color: #EDE7E6; }

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

This div background color is #EDE7E6.


Border color

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

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

This div border color is #EDE7E6.


Opacity

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

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

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

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

This text has shadow with #EDE7E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE7E6 on black background.


Color preview on white background

This text has color #EDE7E6 on white background.



Black color preview on #EDE7E6 background

This text has black color on #EDE7E6 background.


White color preview on #EDE7E6 background

This text has white color on #EDE7E6 background.