COLOR #E4EEFA

HEX: #E4EEFA
RGB: (228,238,250)

Renk bilgisi

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

RGB renk modeli

#E4EEFA color RGB value is (228,238,250).

  • kırmız ton 228;
  • yeşil ton 238;
  • mavi ton 250.
RGB:
(228,238,250)
(89%,93%,98%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 238 of 255 = 93%
B 250 of 255 = 98%

228
238
250

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 238 + 250 = 716 (100%)
R 228 of 716 ~ 31.84%
G 238 of 716 ~ 33.24%
B 250 of 716 ~ 34.92%

%31.84
%33.24
%34.92

CMYK RENK MODELİ

#E4EEFA rengi CMYK tonu (9,5,0,2).

  • camgöbeği tonu 8.80%
  • eflatun tonu 4.80%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(9,5,0,2)
C9M5Y0K2 
(9%,5%,0%,2%)
(0.09/0.05/0.00/0.02)	

CMYK yüzdeleri

%8.8
%4.8
%0
%1.96

Codes

Color #E4EEFA in popluar color models

E4EEFA
RGB228238250
HSL213°68.75%93.73%
HSB/HSV213°8.80%98.04%
CMYK8.80%4.80%0.00%
1.96%

Color #E4EEFA in popluar number systems.

HEXE4EEFA
Decimal228238250
Binary111001001110111011111010
Octal344356372

Shades and tints

Shades of #E4EEFA

#E4EEFA
(228,238,250)
#D0D9E4
(208,217,228)
#BCC4CE
(188,196,206)
#A8AFB8
(168,175,184)
#949AA2
(148,154,162)
#80858C
(128,133,140)
#6C7076
(108,112,118)
#585B60
(88,91,96)
#44464A
(68,70,74)
#303134
(48,49,52)
#1C1C1E
(28,28,30)
#000000
(0,0,0)

Tints of #E4EEFA

#E4EEFA
(228,238,250)
#E6EFFA
(230,239,250)
#E8F0FA
(232,240,250)
#EAF1FA
(234,241,250)
#ECF2FA
(236,242,250)
#EEF3FA
(238,243,250)
#F0F4FA
(240,244,250)
#F2F5FA
(242,245,250)
#F4F6FA
(244,246,250)
#F6F7FA
(246,247,250)
#F8F8FA
(248,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4EEFA color. Also use rgb(228,238,250) instead hex code.

Text Font Color

.myTextColor { color: #E4EEFA; }

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

This text font color is #E4EEFA.


Background Color

.myBgColor { background-color: #E4EEFA; }

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

This div background color is #E4EEFA.


Border color

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

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

This div border color is #E4EEFA.


Opacity

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

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

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

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

This text has shadow with #E4EEFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4EEFA on black background.


Color preview on white background

This text has color #E4EEFA on white background.



Black color preview on #E4EEFA background

This text has black color on #E4EEFA background.


White color preview on #E4EEFA background

This text has white color on #E4EEFA background.