COLOR #E4EAF9

HEX: #E4EAF9
RGB: (228,234,249)

Renk bilgisi

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

RGB renk modeli

#E4EAF9 color RGB value is (228,234,249).

  • kırmız ton 228;
  • yeşil ton 234;
  • mavi ton 249.
RGB:
(228,234,249)
(89%,92%,98%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 234 of 255 = 92%
B 249 of 255 = 98%

228
234
249

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 234 + 249 = 711 (100%)
R 228 of 711 ~ 32.07%
G 234 of 711 ~ 32.91%
B 249 of 711 ~ 35.02%

%32.07
%32.91
%35.02

CMYK RENK MODELİ

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

  • camgöbeği tonu 8.43%
  • eflatun tonu 6.02%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(8,6,0,2)
C8M6Y0K2 
(8%,6%,0%,2%)
(0.08/0.06/0.00/0.02)	

CMYK yüzdeleri

%8.43
%6.02
%0
%2.35

Codes

Color #E4EAF9 in popluar color models

E4EAF9
RGB228234249
HSL223°63.64%93.53%
HSB/HSV223°8.43%97.65%
CMYK8.43%6.02%0.00%
2.35%

Color #E4EAF9 in popluar number systems.

HEXE4EAF9
Decimal228234249
Binary111001001110101011111001
Octal344352371

Shades and tints

Shades of #E4EAF9

#E4EAF9
(228,234,249)
#D0D5E3
(208,213,227)
#BCC0CD
(188,192,205)
#A8ABB7
(168,171,183)
#9496A1
(148,150,161)
#80818B
(128,129,139)
#6C6C75
(108,108,117)
#58575F
(88,87,95)
#444249
(68,66,73)
#302D33
(48,45,51)
#1C181D
(28,24,29)
#000000
(0,0,0)

Tints of #E4EAF9

#E4EAF9
(228,234,249)
#E6EBF9
(230,235,249)
#E8ECF9
(232,236,249)
#EAEDF9
(234,237,249)
#ECEEF9
(236,238,249)
#EEEFF9
(238,239,249)
#F0F0F9
(240,240,249)
#F2F1F9
(242,241,249)
#F4F2F9
(244,242,249)
#F6F3F9
(246,243,249)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4EAF9 color. Also use rgb(228,234,249) instead hex code.

Text Font Color

.myTextColor { color: #E4EAF9; }

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

This text font color is #E4EAF9.


Background Color

.myBgColor { background-color: #E4EAF9; }

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

This div background color is #E4EAF9.


Border color

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

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

This div border color is #E4EAF9.


Opacity

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

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

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

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

This text has shadow with #E4EAF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4EAF9 on black background.


Color preview on white background

This text has color #E4EAF9 on white background.



Black color preview on #E4EAF9 background

This text has black color on #E4EAF9 background.


White color preview on #E4EAF9 background

This text has white color on #E4EAF9 background.