COLOR #EDE7F9

HEX: #EDE7F9
RGB: (237,231,249)

Renk bilgisi

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

RGB renk modeli

#EDE7F9 color RGB value is (237,231,249).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 231 of 255 = 91%
B 249 of 255 = 98%

237
231
249

R + G + B ~ 94%. #EDE7F9 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 231 + 249 = 717 (100%)
R 237 of 717 ~ 33.05%
G 231 of 717 ~ 32.22%
B 249 of 717 ~ 34.73%

%33.05
%32.22
%34.73

CMYK RENK MODELİ

#EDE7F9 rengi CMYK tonu (5,7,0,2).

  • camgöbeği tonu 4.82%
  • eflatun tonu 7.23%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(5,7,0,2)
C5M7Y0K2 
(5%,7%,0%,2%)
(0.05/0.07/0.00/0.02)	

CMYK yüzdeleri

%4.82
%7.23
%0
%2.35

Codes

Color #EDE7F9 in popluar color models

EDE7F9
RGB237231249
HSL260°60.00%94.12%
HSB/HSV260°7.23%97.65%
CMYK4.82%7.23%0.00%
2.35%

Color #EDE7F9 in popluar number systems.

HEXEDE7F9
Decimal237231249
Binary111011011110011111111001
Octal355347371

Shades and tints

Shades of #EDE7F9

#EDE7F9
(237,231,249)
#D8D2E3
(216,210,227)
#C3BDCD
(195,189,205)
#AEA8B7
(174,168,183)
#9993A1
(153,147,161)
#847E8B
(132,126,139)
#6F6975
(111,105,117)
#5A545F
(90,84,95)
#453F49
(69,63,73)
#302A33
(48,42,51)
#1B151D
(27,21,29)
#000000
(0,0,0)

Tints of #EDE7F9

#EDE7F9
(237,231,249)
#EEE9F9
(238,233,249)
#EFEBF9
(239,235,249)
#F0EDF9
(240,237,249)
#F1EFF9
(241,239,249)
#F2F1F9
(242,241,249)
#F3F3F9
(243,243,249)
#F4F5F9
(244,245,249)
#F5F7F9
(245,247,249)
#F6F9F9
(246,249,249)
#F7FBF9
(247,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE7F9; }

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

This text font color is #EDE7F9.


Background Color

.myBgColor { background-color: #EDE7F9; }

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

This div background color is #EDE7F9.


Border color

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

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

This div border color is #EDE7F9.


Opacity

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

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

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

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

This text has shadow with #EDE7F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE7F9 on black background.


Color preview on white background

This text has color #EDE7F9 on white background.



Black color preview on #EDE7F9 background

This text has black color on #EDE7F9 background.


White color preview on #EDE7F9 background

This text has white color on #EDE7F9 background.