COLOR #EDE3F7

HEX: #EDE3F7
RGB: (237,227,247)

Renk bilgisi

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

RGB renk modeli

#EDE3F7 color RGB value is (237,227,247).

  • kırmız ton 237;
  • yeşil ton 227;
  • mavi ton 247.
RGB:
(237,227,247)
(93%,89%,97%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 227 of 255 = 89%
B 247 of 255 = 97%

237
227
247

R + G + B ~ 93%. #EDE3F7 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 227 + 247 = 711 (100%)
R 237 of 711 ~ 33.33%
G 227 of 711 ~ 31.93%
B 247 of 711 ~ 34.74%

%33.33
%31.93
%34.74

CMYK RENK MODELİ

#EDE3F7 rengi CMYK tonu (4,8,0,3).

  • camgöbeği tonu 4.05%
  • eflatun tonu 8.10%
  • sarı tonu 0.00%
  • ana renk tonu 3.14%
CMYK:
(4,8,0,3)
C4M8Y0K3 
(4%,8%,0%,3%)
(0.04/0.08/0.00/0.03)	

CMYK yüzdeleri

%4.05
%8.1
%0
%3.14

Codes

Color #EDE3F7 in popluar color models

EDE3F7
RGB237227247
HSL270°55.56%92.94%
HSB/HSV270°8.10%96.86%
CMYK4.05%8.10%0.00%
3.14%

Color #EDE3F7 in popluar number systems.

HEXEDE3F7
Decimal237227247
Binary111011011110001111110111
Octal355343367

Shades and tints

Shades of #EDE3F7

#EDE3F7
(237,227,247)
#D8CFE1
(216,207,225)
#C3BBCB
(195,187,203)
#AEA7B5
(174,167,181)
#99939F
(153,147,159)
#847F89
(132,127,137)
#6F6B73
(111,107,115)
#5A575D
(90,87,93)
#454347
(69,67,71)
#302F31
(48,47,49)
#1B1B1B
(27,27,27)
#000000
(0,0,0)

Tints of #EDE3F7

#EDE3F7
(237,227,247)
#EEE5F7
(238,229,247)
#EFE7F7
(239,231,247)
#F0E9F7
(240,233,247)
#F1EBF7
(241,235,247)
#F2EDF7
(242,237,247)
#F3EFF7
(243,239,247)
#F4F1F7
(244,241,247)
#F5F3F7
(245,243,247)
#F6F5F7
(246,245,247)
#F7F7F7
(247,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE3F7 color. Also use rgb(237,227,247) instead hex code.

Text Font Color

.myTextColor { color: #EDE3F7; }

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

This text font color is #EDE3F7.


Background Color

.myBgColor { background-color: #EDE3F7; }

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

This div background color is #EDE3F7.


Border color

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

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

This div border color is #EDE3F7.


Opacity

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

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

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

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

This text has shadow with #EDE3F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE3F7 on black background.


Color preview on white background

This text has color #EDE3F7 on white background.



Black color preview on #EDE3F7 background

This text has black color on #EDE3F7 background.


White color preview on #EDE3F7 background

This text has white color on #EDE3F7 background.