COLOR #E6E9FD

HEX: #E6E9FD
RGB: (230,233,253)

Renk bilgisi

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

RGB renk modeli

#E6E9FD color RGB value is (230,233,253).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 233 of 255 = 91%
B 253 of 255 = 99%

230
233
253

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 233 + 253 = 716 (100%)
R 230 of 716 ~ 32.12%
G 233 of 716 ~ 32.54%
B 253 of 716 ~ 35.34%

%32.12
%32.54
%35.34

CMYK RENK MODELİ

#E6E9FD rengi CMYK tonu (9,8,0,1).

  • camgöbeği tonu 9.09%
  • eflatun tonu 7.91%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%
CMYK:
(9,8,0,1)
C9M8Y0K1 
(9%,8%,0%,1%)
(0.09/0.08/0.00/0.01)	

CMYK yüzdeleri

%9.09
%7.91
%0
%0.78

Codes

Color #E6E9FD in popluar color models

E6E9FD
RGB230233253
HSL232°85.19%94.71%
HSB/HSV232°9.09%99.22%
CMYK9.09%7.91%0.00%
0.78%

Color #E6E9FD in popluar number systems.

HEXE6E9FD
Decimal230233253
Binary111001101110100111111101
Octal346351375

Shades and tints

Shades of #E6E9FD

#E6E9FD
(230,233,253)
#D2D4E6
(210,212,230)
#BEBFCF
(190,191,207)
#AAAAB8
(170,170,184)
#9695A1
(150,149,161)
#82808A
(130,128,138)
#6E6B73
(110,107,115)
#5A565C
(90,86,92)
#464145
(70,65,69)
#322C2E
(50,44,46)
#1E1717
(30,23,23)
#000000
(0,0,0)

Tints of #E6E9FD

#E6E9FD
(230,233,253)
#E8EBFD
(232,235,253)
#EAEDFD
(234,237,253)
#ECEFFD
(236,239,253)
#EEF1FD
(238,241,253)
#F0F3FD
(240,243,253)
#F2F5FD
(242,245,253)
#F4F7FD
(244,247,253)
#F6F9FD
(246,249,253)
#F8FBFD
(248,251,253)
#FAFDFD
(250,253,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6E9FD color. Also use rgb(230,233,253) instead hex code.

Text Font Color

.myTextColor { color: #E6E9FD; }

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

This text font color is #E6E9FD.


Background Color

.myBgColor { background-color: #E6E9FD; }

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

This div background color is #E6E9FD.


Border color

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

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

This div border color is #E6E9FD.


Opacity

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

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

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

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

This text has shadow with #E6E9FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E9FD on black background.


Color preview on white background

This text has color #E6E9FD on white background.



Black color preview on #E6E9FD background

This text has black color on #E6E9FD background.


White color preview on #E6E9FD background

This text has white color on #E6E9FD background.