COLOR #E6EEF9

HEX: #E6EEF9
RGB: (230,238,249)

Renk bilgisi

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

RGB renk modeli

#E6EEF9 color RGB value is (230,238,249).

  • kırmız ton 230;
  • yeşil ton 238;
  • mavi ton 249.
RGB:
(230,238,249)
(90%,93%,98%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 238 of 255 = 93%
B 249 of 255 = 98%

230
238
249

R + G + B ~ 94%. #E6EEF9 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 238 + 249 = 717 (100%)
R 230 of 717 ~ 32.08%
G 238 of 717 ~ 33.19%
B 249 of 717 ~ 34.73%

%32.08
%33.19
%34.73

CMYK RENK MODELİ

#E6EEF9 rengi CMYK tonu (8,4,0,2).

  • camgöbeği tonu 7.63%
  • eflatun tonu 4.42%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(8,4,0,2)
C8M4Y0K2 
(8%,4%,0%,2%)
(0.08/0.04/0.00/0.02)	

CMYK yüzdeleri

%7.63
%4.42
%0
%2.35

Codes

Color #E6EEF9 in popluar color models

E6EEF9
RGB230238249
HSL215°61.29%93.92%
HSB/HSV215°7.63%97.65%
CMYK7.63%4.42%0.00%
2.35%

Color #E6EEF9 in popluar number systems.

HEXE6EEF9
Decimal230238249
Binary111001101110111011111001
Octal346356371

Shades and tints

Shades of #E6EEF9

#E6EEF9
(230,238,249)
#D2D9E3
(210,217,227)
#BEC4CD
(190,196,205)
#AAAFB7
(170,175,183)
#969AA1
(150,154,161)
#82858B
(130,133,139)
#6E7075
(110,112,117)
#5A5B5F
(90,91,95)
#464649
(70,70,73)
#323133
(50,49,51)
#1E1C1D
(30,28,29)
#000000
(0,0,0)

Tints of #E6EEF9

#E6EEF9
(230,238,249)
#E8EFF9
(232,239,249)
#EAF0F9
(234,240,249)
#ECF1F9
(236,241,249)
#EEF2F9
(238,242,249)
#F0F3F9
(240,243,249)
#F2F4F9
(242,244,249)
#F4F5F9
(244,245,249)
#F6F6F9
(246,246,249)
#F8F7F9
(248,247,249)
#FAF8F9
(250,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6EEF9 color. Also use rgb(230,238,249) instead hex code.

Text Font Color

.myTextColor { color: #E6EEF9; }

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

This text font color is #E6EEF9.


Background Color

.myBgColor { background-color: #E6EEF9; }

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

This div background color is #E6EEF9.


Border color

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

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

This div border color is #E6EEF9.


Opacity

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

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

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

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

This text has shadow with #E6EEF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EEF9 on black background.


Color preview on white background

This text has color #E6EEF9 on white background.



Black color preview on #E6EEF9 background

This text has black color on #E6EEF9 background.


White color preview on #E6EEF9 background

This text has white color on #E6EEF9 background.