COLOR #E7EDFA

HEX: #E7EDFA
RGB: (231,237,250)

Renk bilgisi

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

RGB renk modeli

#E7EDFA color RGB value is (231,237,250).

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

RGB bağlantıları ve doygunluk

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

231
237
250

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 237 + 250 = 718 (100%)
R 231 of 718 ~ 32.17%
G 237 of 718 ~ 33.01%
B 250 of 718 ~ 34.82%

%32.17
%33.01
%34.82

CMYK RENK MODELİ

#E7EDFA rengi CMYK tonu (8,5,0,2).

  • camgöbeği tonu 7.60%
  • eflatun tonu 5.20%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(8,5,0,2)
C8M5Y0K2 
(8%,5%,0%,2%)
(0.08/0.05/0.00/0.02)	

CMYK yüzdeleri

%7.6
%5.2
%0
%1.96

Codes

Color #E7EDFA in popluar color models

E7EDFA
RGB231237250
HSL221°65.52%94.31%
HSB/HSV221°7.60%98.04%
CMYK7.60%5.20%0.00%
1.96%

Color #E7EDFA in popluar number systems.

HEXE7EDFA
Decimal231237250
Binary111001111110110111111010
Octal347355372

Shades and tints

Shades of #E7EDFA

#E7EDFA
(231,237,250)
#D2D8E4
(210,216,228)
#BDC3CE
(189,195,206)
#A8AEB8
(168,174,184)
#9399A2
(147,153,162)
#7E848C
(126,132,140)
#696F76
(105,111,118)
#545A60
(84,90,96)
#3F454A
(63,69,74)
#2A3034
(42,48,52)
#151B1E
(21,27,30)
#000000
(0,0,0)

Tints of #E7EDFA

#E7EDFA
(231,237,250)
#E9EEFA
(233,238,250)
#EBEFFA
(235,239,250)
#EDF0FA
(237,240,250)
#EFF1FA
(239,241,250)
#F1F2FA
(241,242,250)
#F3F3FA
(243,243,250)
#F5F4FA
(245,244,250)
#F7F5FA
(247,245,250)
#F9F6FA
(249,246,250)
#FBF7FA
(251,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EDFA; }

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

This text font color is #E7EDFA.


Background Color

.myBgColor { background-color: #E7EDFA; }

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

This div background color is #E7EDFA.


Border color

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

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

This div border color is #E7EDFA.


Opacity

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

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

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

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

This text has shadow with #E7EDFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EDFA on black background.


Color preview on white background

This text has color #E7EDFA on white background.



Black color preview on #E7EDFA background

This text has black color on #E7EDFA background.


White color preview on #E7EDFA background

This text has white color on #E7EDFA background.