COLOR #E4EDFC

HEX: #E4EDFC
RGB: (228,237,252)

Renk bilgisi

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

RGB renk modeli

#E4EDFC color RGB value is (228,237,252).

  • kırmız ton 228;
  • yeşil ton 237;
  • mavi ton 252.
RGB:
(228,237,252)
(89%,93%,99%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 237 of 255 = 93%
B 252 of 255 = 99%

228
237
252

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 237 + 252 = 717 (100%)
R 228 of 717 ~ 31.8%
G 237 of 717 ~ 33.05%
B 252 of 717 ~ 35.15%

%31.8
%33.05
%35.15

CMYK RENK MODELİ

#E4EDFC rengi CMYK tonu (10,6,0,1).

  • camgöbeği tonu 9.52%
  • eflatun tonu 5.95%
  • sarı tonu 0.00%
  • ana renk tonu 1.18%
CMYK:
(10,6,0,1)
C10M6Y0K1 
(10%,6%,0%,1%)
(0.10/0.06/0.00/0.01)	

CMYK yüzdeleri

%9.52
%5.95
%0
%1.18

Codes

Color #E4EDFC in popluar color models

E4EDFC
RGB228237252
HSL218°80.00%94.12%
HSB/HSV218°9.52%98.82%
CMYK9.52%5.95%0.00%
1.18%

Color #E4EDFC in popluar number systems.

HEXE4EDFC
Decimal228237252
Binary111001001110110111111100
Octal344355374

Shades and tints

Shades of #E4EDFC

#E4EDFC
(228,237,252)
#D0D8E6
(208,216,230)
#BCC3D0
(188,195,208)
#A8AEBA
(168,174,186)
#9499A4
(148,153,164)
#80848E
(128,132,142)
#6C6F78
(108,111,120)
#585A62
(88,90,98)
#44454C
(68,69,76)
#303036
(48,48,54)
#1C1B20
(28,27,32)
#000000
(0,0,0)

Tints of #E4EDFC

#E4EDFC
(228,237,252)
#E6EEFC
(230,238,252)
#E8EFFC
(232,239,252)
#EAF0FC
(234,240,252)
#ECF1FC
(236,241,252)
#EEF2FC
(238,242,252)
#F0F3FC
(240,243,252)
#F2F4FC
(242,244,252)
#F4F5FC
(244,245,252)
#F6F6FC
(246,246,252)
#F8F7FC
(248,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4EDFC color. Also use rgb(228,237,252) instead hex code.

Text Font Color

.myTextColor { color: #E4EDFC; }

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

This text font color is #E4EDFC.


Background Color

.myBgColor { background-color: #E4EDFC; }

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

This div background color is #E4EDFC.


Border color

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

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

This div border color is #E4EDFC.


Opacity

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

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

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

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

This text has shadow with #E4EDFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4EDFC on black background.


Color preview on white background

This text has color #E4EDFC on white background.



Black color preview on #E4EDFC background

This text has black color on #E4EDFC background.


White color preview on #E4EDFC background

This text has white color on #E4EDFC background.