COLOR #EDE6FB

HEX: #EDE6FB
RGB: (237,230,251)

Renk bilgisi

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

RGB renk modeli

#EDE6FB color RGB value is (237,230,251).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 230 of 255 = 90%
B 251 of 255 = 98%

237
230
251

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 230 + 251 = 718 (100%)
R 237 of 718 ~ 33.01%
G 230 of 718 ~ 32.03%
B 251 of 718 ~ 34.96%

%33.01
%32.03
%34.96

CMYK RENK MODELİ

#EDE6FB rengi CMYK tonu (6,8,0,2).

  • camgöbeği tonu 5.58%
  • eflatun tonu 8.37%
  • sarı tonu 0.00%
  • ana renk tonu 1.57%
CMYK:
(6,8,0,2)
C6M8Y0K2 
(6%,8%,0%,2%)
(0.06/0.08/0.00/0.02)	

CMYK yüzdeleri

%5.58
%8.37
%0
%1.57

Codes

Color #EDE6FB in popluar color models

EDE6FB
RGB237230251
HSL260°72.41%94.31%
HSB/HSV260°8.37%98.43%
CMYK5.58%8.37%0.00%
1.57%

Color #EDE6FB in popluar number systems.

HEXEDE6FB
Decimal237230251
Binary111011011110011011111011
Octal355346373

Shades and tints

Shades of #EDE6FB

#EDE6FB
(237,230,251)
#D8D2E5
(216,210,229)
#C3BECF
(195,190,207)
#AEAAB9
(174,170,185)
#9996A3
(153,150,163)
#84828D
(132,130,141)
#6F6E77
(111,110,119)
#5A5A61
(90,90,97)
#45464B
(69,70,75)
#303235
(48,50,53)
#1B1E1F
(27,30,31)
#000000
(0,0,0)

Tints of #EDE6FB

#EDE6FB
(237,230,251)
#EEE8FB
(238,232,251)
#EFEAFB
(239,234,251)
#F0ECFB
(240,236,251)
#F1EEFB
(241,238,251)
#F2F0FB
(242,240,251)
#F3F2FB
(243,242,251)
#F4F4FB
(244,244,251)
#F5F6FB
(245,246,251)
#F6F8FB
(246,248,251)
#F7FAFB
(247,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE6FB; }

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

This text font color is #EDE6FB.


Background Color

.myBgColor { background-color: #EDE6FB; }

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

This div background color is #EDE6FB.


Border color

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

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

This div border color is #EDE6FB.


Opacity

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

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

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

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

This text has shadow with #EDE6FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE6FB on black background.


Color preview on white background

This text has color #EDE6FB on white background.



Black color preview on #EDE6FB background

This text has black color on #EDE6FB background.


White color preview on #EDE6FB background

This text has white color on #EDE6FB background.