COLOR #E6E7F1

HEX: #E6E7F1
RGB: (230,231,241)

Renk bilgisi

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

RGB renk modeli

#E6E7F1 color RGB value is (230,231,241).

  • kırmız ton 230;
  • yeşil ton 231;
  • mavi ton 241.
RGB:
(230,231,241)
(90%,91%,95%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 231 of 255 = 91%
B 241 of 255 = 95%

230
231
241

R + G + B ~ 92%. #E6E7F1 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 231 + 241 = 702 (100%)
R 230 of 702 ~ 32.76%
G 231 of 702 ~ 32.91%
B 241 of 702 ~ 34.33%

%32.76
%32.91
%34.33

CMYK RENK MODELİ

#E6E7F1 rengi CMYK tonu (5,4,0,5).

  • camgöbeği tonu 4.56%
  • eflatun tonu 4.15%
  • sarı tonu 0.00%
  • ana renk tonu 5.49%
CMYK:
(5,4,0,5)
C5M4Y0K5 
(5%,4%,0%,5%)
(0.05/0.04/0.00/0.05)	

CMYK yüzdeleri

%4.56
%4.15
%0
%5.49

Codes

Color #E6E7F1 in popluar color models

E6E7F1
RGB230231241
HSL235°28.21%92.35%
HSB/HSV235°4.56%94.51%
CMYK4.56%4.15%0.00%
5.49%

Color #E6E7F1 in popluar number systems.

HEXE6E7F1
Decimal230231241
Binary111001101110011111110001
Octal346347361

Shades and tints

Shades of #E6E7F1

#E6E7F1
(230,231,241)
#D2D2DC
(210,210,220)
#BEBDC7
(190,189,199)
#AAA8B2
(170,168,178)
#96939D
(150,147,157)
#827E88
(130,126,136)
#6E6973
(110,105,115)
#5A545E
(90,84,94)
#463F49
(70,63,73)
#322A34
(50,42,52)
#1E151F
(30,21,31)
#000000
(0,0,0)

Tints of #E6E7F1

#E6E7F1
(230,231,241)
#E8E9F2
(232,233,242)
#EAEBF3
(234,235,243)
#ECEDF4
(236,237,244)
#EEEFF5
(238,239,245)
#F0F1F6
(240,241,246)
#F2F3F7
(242,243,247)
#F4F5F8
(244,245,248)
#F6F7F9
(246,247,249)
#F8F9FA
(248,249,250)
#FAFBFB
(250,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6E7F1 color. Also use rgb(230,231,241) instead hex code.

Text Font Color

.myTextColor { color: #E6E7F1; }

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

This text font color is #E6E7F1.


Background Color

.myBgColor { background-color: #E6E7F1; }

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

This div background color is #E6E7F1.


Border color

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

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

This div border color is #E6E7F1.


Opacity

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

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

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

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

This text has shadow with #E6E7F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E7F1 on black background.


Color preview on white background

This text has color #E6E7F1 on white background.



Black color preview on #E6E7F1 background

This text has black color on #E6E7F1 background.


White color preview on #E6E7F1 background

This text has white color on #E6E7F1 background.