COLOR #E6ECF7

HEX: #E6ECF7
RGB: (230,236,247)

Renk bilgisi

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

RGB renk modeli

#E6ECF7 color RGB value is (230,236,247).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 236 of 255 = 93%
B 247 of 255 = 97%

230
236
247

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 236 + 247 = 713 (100%)
R 230 of 713 ~ 32.26%
G 236 of 713 ~ 33.1%
B 247 of 713 ~ 34.64%

%32.26
%33.1
%34.64

CMYK RENK MODELİ

#E6ECF7 rengi CMYK tonu (7,4,0,3).

  • camgöbeği tonu 6.88%
  • eflatun tonu 4.45%
  • sarı tonu 0.00%
  • ana renk tonu 3.14%
CMYK:
(7,4,0,3)
C7M4Y0K3 
(7%,4%,0%,3%)
(0.07/0.04/0.00/0.03)	

CMYK yüzdeleri

%6.88
%4.45
%0
%3.14

Codes

Color #E6ECF7 in popluar color models

E6ECF7
RGB230236247
HSL219°51.52%93.53%
HSB/HSV219°6.88%96.86%
CMYK6.88%4.45%0.00%
3.14%

Color #E6ECF7 in popluar number systems.

HEXE6ECF7
Decimal230236247
Binary111001101110110011110111
Octal346354367

Shades and tints

Shades of #E6ECF7

#E6ECF7
(230,236,247)
#D2D7E1
(210,215,225)
#BEC2CB
(190,194,203)
#AAADB5
(170,173,181)
#96989F
(150,152,159)
#828389
(130,131,137)
#6E6E73
(110,110,115)
#5A595D
(90,89,93)
#464447
(70,68,71)
#322F31
(50,47,49)
#1E1A1B
(30,26,27)
#000000
(0,0,0)

Tints of #E6ECF7

#E6ECF7
(230,236,247)
#E8EDF7
(232,237,247)
#EAEEF7
(234,238,247)
#ECEFF7
(236,239,247)
#EEF0F7
(238,240,247)
#F0F1F7
(240,241,247)
#F2F2F7
(242,242,247)
#F4F3F7
(244,243,247)
#F6F4F7
(246,244,247)
#F8F5F7
(248,245,247)
#FAF6F7
(250,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6ECF7; }

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

This text font color is #E6ECF7.


Background Color

.myBgColor { background-color: #E6ECF7; }

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

This div background color is #E6ECF7.


Border color

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

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

This div border color is #E6ECF7.


Opacity

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

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

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

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

This text has shadow with #E6ECF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6ECF7 on black background.


Color preview on white background

This text has color #E6ECF7 on white background.



Black color preview on #E6ECF7 background

This text has black color on #E6ECF7 background.


White color preview on #E6ECF7 background

This text has white color on #E6ECF7 background.