COLOR #E7E5FD

HEX: #E7E5FD
RGB: (231,229,253)

Renk bilgisi

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

RGB renk modeli

#E7E5FD color RGB value is (231,229,253).

  • kırmız ton 231;
  • yeşil ton 229;
  • mavi ton 253.
RGB:
(231,229,253)
(91%,90%,99%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 229 of 255 = 90%
B 253 of 255 = 99%

231
229
253

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 229 + 253 = 713 (100%)
R 231 of 713 ~ 32.4%
G 229 of 713 ~ 32.12%
B 253 of 713 ~ 35.48%

%32.4
%32.12
%35.48

CMYK RENK MODELİ

#E7E5FD rengi CMYK tonu (9,9,0,1).

  • camgöbeği tonu 8.70%
  • eflatun tonu 9.49%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%
CMYK:
(9,9,0,1)
C9M9Y0K1 
(9%,9%,0%,1%)
(0.09/0.09/0.00/0.01)	

CMYK yüzdeleri

%8.7
%9.49
%0
%0.78

Codes

Color #E7E5FD in popluar color models

E7E5FD
RGB231229253
HSL245°85.71%94.51%
HSB/HSV245°9.49%99.22%
CMYK8.70%9.49%0.00%
0.78%

Color #E7E5FD in popluar number systems.

HEXE7E5FD
Decimal231229253
Binary111001111110010111111101
Octal347345375

Shades and tints

Shades of #E7E5FD

#E7E5FD
(231,229,253)
#D2D1E6
(210,209,230)
#BDBDCF
(189,189,207)
#A8A9B8
(168,169,184)
#9395A1
(147,149,161)
#7E818A
(126,129,138)
#696D73
(105,109,115)
#54595C
(84,89,92)
#3F4545
(63,69,69)
#2A312E
(42,49,46)
#151D17
(21,29,23)
#000000
(0,0,0)

Tints of #E7E5FD

#E7E5FD
(231,229,253)
#E9E7FD
(233,231,253)
#EBE9FD
(235,233,253)
#EDEBFD
(237,235,253)
#EFEDFD
(239,237,253)
#F1EFFD
(241,239,253)
#F3F1FD
(243,241,253)
#F5F3FD
(245,243,253)
#F7F5FD
(247,245,253)
#F9F7FD
(249,247,253)
#FBF9FD
(251,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7E5FD color. Also use rgb(231,229,253) instead hex code.

Text Font Color

.myTextColor { color: #E7E5FD; }

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

This text font color is #E7E5FD.


Background Color

.myBgColor { background-color: #E7E5FD; }

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

This div background color is #E7E5FD.


Border color

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

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

This div border color is #E7E5FD.


Opacity

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

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

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

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

This text has shadow with #E7E5FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E5FD on black background.


Color preview on white background

This text has color #E7E5FD on white background.



Black color preview on #E7E5FD background

This text has black color on #E7E5FD background.


White color preview on #E7E5FD background

This text has white color on #E7E5FD background.