COLOR #E9EDFA

HEX: #E9EDFA
RGB: (233,237,250)

Renk bilgisi

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

RGB renk modeli

#E9EDFA color RGB value is (233,237,250).

  • kırmız ton 233;
  • yeşil ton 237;
  • mavi ton 250.
RGB:
(233,237,250)
(91%,93%,98%)

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 237 of 255 = 93%
B 250 of 255 = 98%

233
237
250

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

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 237 + 250 = 720 (100%)
R 233 of 720 ~ 32.36%
G 237 of 720 ~ 32.92%
B 250 of 720 ~ 34.72%

%32.36
%32.92
%34.72

CMYK RENK MODELİ

#E9EDFA rengi CMYK tonu (7,5,0,2).

  • camgöbeği tonu 6.80%
  • eflatun tonu 5.20%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(7,5,0,2)
C7M5Y0K2 
(7%,5%,0%,2%)
(0.07/0.05/0.00/0.02)	

CMYK yüzdeleri

%6.8
%5.2
%0
%1.96

Codes

Color #E9EDFA in popluar color models

E9EDFA
RGB233237250
HSL226°62.96%94.71%
HSB/HSV226°6.80%98.04%
CMYK6.80%5.20%0.00%
1.96%

Color #E9EDFA in popluar number systems.

HEXE9EDFA
Decimal233237250
Binary111010011110110111111010
Octal351355372

Shades and tints

Shades of #E9EDFA

#E9EDFA
(233,237,250)
#D4D8E4
(212,216,228)
#BFC3CE
(191,195,206)
#AAAEB8
(170,174,184)
#9599A2
(149,153,162)
#80848C
(128,132,140)
#6B6F76
(107,111,118)
#565A60
(86,90,96)
#41454A
(65,69,74)
#2C3034
(44,48,52)
#171B1E
(23,27,30)
#000000
(0,0,0)

Tints of #E9EDFA

#E9EDFA
(233,237,250)
#EBEEFA
(235,238,250)
#EDEFFA
(237,239,250)
#EFF0FA
(239,240,250)
#F1F1FA
(241,241,250)
#F3F2FA
(243,242,250)
#F5F3FA
(245,243,250)
#F7F4FA
(247,244,250)
#F9F5FA
(249,245,250)
#FBF6FA
(251,246,250)
#FDF7FA
(253,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9EDFA color. Also use rgb(233,237,250) instead hex code.

Text Font Color

.myTextColor { color: #E9EDFA; }

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

This text font color is #E9EDFA.


Background Color

.myBgColor { background-color: #E9EDFA; }

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

This div background color is #E9EDFA.


Border color

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

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

This div border color is #E9EDFA.


Opacity

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

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

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

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

This text has shadow with #E9EDFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9EDFA on black background.


Color preview on white background

This text has color #E9EDFA on white background.



Black color preview on #E9EDFA background

This text has black color on #E9EDFA background.


White color preview on #E9EDFA background

This text has white color on #E9EDFA background.