COLOR #E6EEF8

HEX: #E6EEF8
RGB: (230,238,248)

Renk bilgisi

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

RGB renk modeli

#E6EEF8 color RGB value is (230,238,248).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 238 of 255 = 93%
B 248 of 255 = 97%

230
238
248

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 238 + 248 = 716 (100%)
R 230 of 716 ~ 32.12%
G 238 of 716 ~ 33.24%
B 248 of 716 ~ 34.64%

%32.12
%33.24
%34.64

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%7.26
%4.03
%0
%2.75

Codes

Color #E6EEF8 in popluar color models

E6EEF8
RGB230238248
HSL213°56.25%93.73%
HSB/HSV213°7.26%97.25%
CMYK7.26%4.03%0.00%
2.75%

Color #E6EEF8 in popluar number systems.

HEXE6EEF8
Decimal230238248
Binary111001101110111011111000
Octal346356370

Shades and tints

Shades of #E6EEF8

#E6EEF8
(230,238,248)
#D2D9E2
(210,217,226)
#BEC4CC
(190,196,204)
#AAAFB6
(170,175,182)
#969AA0
(150,154,160)
#82858A
(130,133,138)
#6E7074
(110,112,116)
#5A5B5E
(90,91,94)
#464648
(70,70,72)
#323132
(50,49,50)
#1E1C1C
(30,28,28)
#000000
(0,0,0)

Tints of #E6EEF8

#E6EEF8
(230,238,248)
#E8EFF8
(232,239,248)
#EAF0F8
(234,240,248)
#ECF1F8
(236,241,248)
#EEF2F8
(238,242,248)
#F0F3F8
(240,243,248)
#F2F4F8
(242,244,248)
#F4F5F8
(244,245,248)
#F6F6F8
(246,246,248)
#F8F7F8
(248,247,248)
#FAF8F8
(250,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EEF8; }

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

This text font color is #E6EEF8.


Background Color

.myBgColor { background-color: #E6EEF8; }

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

This div background color is #E6EEF8.


Border color

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

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

This div border color is #E6EEF8.


Opacity

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

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

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

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

This text has shadow with #E6EEF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EEF8 on black background.


Color preview on white background

This text has color #E6EEF8 on white background.



Black color preview on #E6EEF8 background

This text has black color on #E6EEF8 background.


White color preview on #E6EEF8 background

This text has white color on #E6EEF8 background.