COLOR #EDE3F6

HEX: #EDE3F6
RGB: (237,227,246)

Renk bilgisi

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

RGB renk modeli

#EDE3F6 color RGB value is (237,227,246).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 227 of 255 = 89%
B 246 of 255 = 96%

237
227
246

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 227 + 246 = 710 (100%)
R 237 of 710 ~ 33.38%
G 227 of 710 ~ 31.97%
B 246 of 710 ~ 34.65%

%33.38
%31.97
%34.65

CMYK RENK MODELİ

#EDE3F6 rengi CMYK tonu (4,8,0,4).

  • camgöbeği tonu 3.66%
  • eflatun tonu 7.72%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(4,8,0,4)
C4M8Y0K4 
(4%,8%,0%,4%)
(0.04/0.08/0.00/0.04)	

CMYK yüzdeleri

%3.66
%7.72
%0
%3.53

Codes

Color #EDE3F6 in popluar color models

EDE3F6
RGB237227246
HSL272°51.35%92.75%
HSB/HSV272°7.72%96.47%
CMYK3.66%7.72%0.00%
3.53%

Color #EDE3F6 in popluar number systems.

HEXEDE3F6
Decimal237227246
Binary111011011110001111110110
Octal355343366

Shades and tints

Shades of #EDE3F6

#EDE3F6
(237,227,246)
#D8CFE0
(216,207,224)
#C3BBCA
(195,187,202)
#AEA7B4
(174,167,180)
#99939E
(153,147,158)
#847F88
(132,127,136)
#6F6B72
(111,107,114)
#5A575C
(90,87,92)
#454346
(69,67,70)
#302F30
(48,47,48)
#1B1B1A
(27,27,26)
#000000
(0,0,0)

Tints of #EDE3F6

#EDE3F6
(237,227,246)
#EEE5F6
(238,229,246)
#EFE7F6
(239,231,246)
#F0E9F6
(240,233,246)
#F1EBF6
(241,235,246)
#F2EDF6
(242,237,246)
#F3EFF6
(243,239,246)
#F4F1F6
(244,241,246)
#F5F3F6
(245,243,246)
#F6F5F6
(246,245,246)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE3F6; }

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

This text font color is #EDE3F6.


Background Color

.myBgColor { background-color: #EDE3F6; }

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

This div background color is #EDE3F6.


Border color

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

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

This div border color is #EDE3F6.


Opacity

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

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

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

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

This text has shadow with #EDE3F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE3F6 on black background.


Color preview on white background

This text has color #EDE3F6 on white background.



Black color preview on #EDE3F6 background

This text has black color on #EDE3F6 background.


White color preview on #EDE3F6 background

This text has white color on #EDE3F6 background.