COLOR #E6ECF2

HEX: #E6ECF2
RGB: (230,236,242)

Renk bilgisi

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

RGB renk modeli

#E6ECF2 color RGB value is (230,236,242).

  • kırmız ton 230;
  • yeşil ton 236;
  • mavi ton 242.
RGB:
(230,236,242)
(90%,93%,95%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 236 of 255 = 93%
B 242 of 255 = 95%

230
236
242

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 236 + 242 = 708 (100%)
R 230 of 708 ~ 32.49%
G 236 of 708 ~ 33.33%
B 242 of 708 ~ 34.18%

%32.49
%33.33
%34.18

CMYK RENK MODELİ

#E6ECF2 rengi CMYK tonu (5,2,0,5).

  • camgöbeği tonu 4.96%
  • eflatun tonu 2.48%
  • sarı tonu 0.00%
  • ana renk tonu 5.10%
CMYK:
(5,2,0,5)
C5M2Y0K5 
(5%,2%,0%,5%)
(0.05/0.02/0.00/0.05)	

CMYK yüzdeleri

%4.96
%2.48
%0
%5.1

Codes

Color #E6ECF2 in popluar color models

E6ECF2
RGB230236242
HSL210°31.58%92.55%
HSB/HSV210°4.96%94.90%
CMYK4.96%2.48%0.00%
5.10%

Color #E6ECF2 in popluar number systems.

HEXE6ECF2
Decimal230236242
Binary111001101110110011110010
Octal346354362

Shades and tints

Shades of #E6ECF2

#E6ECF2
(230,236,242)
#D2D7DC
(210,215,220)
#BEC2C6
(190,194,198)
#AAADB0
(170,173,176)
#96989A
(150,152,154)
#828384
(130,131,132)
#6E6E6E
(110,110,110)
#5A5958
(90,89,88)
#464442
(70,68,66)
#322F2C
(50,47,44)
#1E1A16
(30,26,22)
#000000
(0,0,0)

Tints of #E6ECF2

#E6ECF2
(230,236,242)
#E8EDF3
(232,237,243)
#EAEEF4
(234,238,244)
#ECEFF5
(236,239,245)
#EEF0F6
(238,240,246)
#F0F1F7
(240,241,247)
#F2F2F8
(242,242,248)
#F4F3F9
(244,243,249)
#F6F4FA
(246,244,250)
#F8F5FB
(248,245,251)
#FAF6FC
(250,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6ECF2 color. Also use rgb(230,236,242) instead hex code.

Text Font Color

.myTextColor { color: #E6ECF2; }

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

This text font color is #E6ECF2.


Background Color

.myBgColor { background-color: #E6ECF2; }

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

This div background color is #E6ECF2.


Border color

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

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

This div border color is #E6ECF2.


Opacity

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

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

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

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

This text has shadow with #E6ECF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6ECF2 on black background.


Color preview on white background

This text has color #E6ECF2 on white background.



Black color preview on #E6ECF2 background

This text has black color on #E6ECF2 background.


White color preview on #E6ECF2 background

This text has white color on #E6ECF2 background.