COLOR #E1EDFF

HEX: #E1EDFF
RGB: (225,237,255)

Renk bilgisi

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

RGB renk modeli

#E1EDFF color RGB value is (225,237,255).

  • kırmız ton 225;
  • yeşil ton 237;
  • mavi ton 255.
RGB:
(225,237,255)
(88%,93%,100%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 237 of 255 = 93%
B 255 of 255 = 100%

225
237
255

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

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 237 + 255 = 717 (100%)
R 225 of 717 ~ 31.38%
G 237 of 717 ~ 33.05%
B 255 of 717 ~ 35.56%

%31.38
%33.05
%35.56

CMYK RENK MODELİ

#E1EDFF rengi CMYK tonu (12,7,0,0).

  • camgöbeği tonu 11.76%
  • eflatun tonu 7.06%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(12,7,0,0)
C12M7Y0K0 
(12%,7%,0%,0%)
(0.12/0.07/0.00/0.00)	

CMYK yüzdeleri

%11.76
%7.06
%0
%0

Codes

Color #E1EDFF in popluar color models

E1EDFF
RGB225237255
HSL216°100.00%94.12%
HSB/HSV216°11.76%100.00%
CMYK11.76%7.06%0.00%
0.00%

Color #E1EDFF in popluar number systems.

HEXE1EDFF
Decimal225237255
Binary111000011110110111111111
Octal341355377

Shades and tints

Shades of #E1EDFF

#E1EDFF
(225,237,255)
#CDD8E8
(205,216,232)
#B9C3D1
(185,195,209)
#A5AEBA
(165,174,186)
#9199A3
(145,153,163)
#7D848C
(125,132,140)
#696F75
(105,111,117)
#555A5E
(85,90,94)
#414547
(65,69,71)
#2D3030
(45,48,48)
#191B19
(25,27,25)
#000000
(0,0,0)

Tints of #E1EDFF

#E1EDFF
(225,237,255)
#E3EEFF
(227,238,255)
#E5EFFF
(229,239,255)
#E7F0FF
(231,240,255)
#E9F1FF
(233,241,255)
#EBF2FF
(235,242,255)
#EDF3FF
(237,243,255)
#EFF4FF
(239,244,255)
#F1F5FF
(241,245,255)
#F3F6FF
(243,246,255)
#F5F7FF
(245,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1EDFF color. Also use rgb(225,237,255) instead hex code.

Text Font Color

.myTextColor { color: #E1EDFF; }

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

This text font color is #E1EDFF.


Background Color

.myBgColor { background-color: #E1EDFF; }

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

This div background color is #E1EDFF.


Border color

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

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

This div border color is #E1EDFF.


Opacity

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

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

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

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

This text has shadow with #E1EDFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1EDFF on black background.


Color preview on white background

This text has color #E1EDFF on white background.



Black color preview on #E1EDFF background

This text has black color on #E1EDFF background.


White color preview on #E1EDFF background

This text has white color on #E1EDFF background.