COLOR #E6EEFC

HEX: #E6EEFC
RGB: (230,238,252)

Renk bilgisi

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

RGB renk modeli

#E6EEFC color RGB value is (230,238,252).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 238 of 255 = 93%
B 252 of 255 = 99%

230
238
252

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 238 + 252 = 720 (100%)
R 230 of 720 ~ 31.94%
G 238 of 720 ~ 33.06%
B 252 of 720 ~ 35%

%31.94
%33.06
%35

CMYK RENK MODELİ

#E6EEFC rengi CMYK tonu (9,6,0,1).

  • camgöbeği tonu 8.73%
  • eflatun tonu 5.56%
  • sarı tonu 0.00%
  • ana renk tonu 1.18%
CMYK:
(9,6,0,1)
C9M6Y0K1 
(9%,6%,0%,1%)
(0.09/0.06/0.00/0.01)	

CMYK yüzdeleri

%8.73
%5.56
%0
%1.18

Codes

Color #E6EEFC in popluar color models

E6EEFC
RGB230238252
HSL218°78.57%94.51%
HSB/HSV218°8.73%98.82%
CMYK8.73%5.56%0.00%
1.18%

Color #E6EEFC in popluar number systems.

HEXE6EEFC
Decimal230238252
Binary111001101110111011111100
Octal346356374

Shades and tints

Shades of #E6EEFC

#E6EEFC
(230,238,252)
#D2D9E6
(210,217,230)
#BEC4D0
(190,196,208)
#AAAFBA
(170,175,186)
#969AA4
(150,154,164)
#82858E
(130,133,142)
#6E7078
(110,112,120)
#5A5B62
(90,91,98)
#46464C
(70,70,76)
#323136
(50,49,54)
#1E1C20
(30,28,32)
#000000
(0,0,0)

Tints of #E6EEFC

#E6EEFC
(230,238,252)
#E8EFFC
(232,239,252)
#EAF0FC
(234,240,252)
#ECF1FC
(236,241,252)
#EEF2FC
(238,242,252)
#F0F3FC
(240,243,252)
#F2F4FC
(242,244,252)
#F4F5FC
(244,245,252)
#F6F6FC
(246,246,252)
#F8F7FC
(248,247,252)
#FAF8FC
(250,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EEFC; }

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

This text font color is #E6EEFC.


Background Color

.myBgColor { background-color: #E6EEFC; }

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

This div background color is #E6EEFC.


Border color

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

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

This div border color is #E6EEFC.


Opacity

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

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

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

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

This text has shadow with #E6EEFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EEFC on black background.


Color preview on white background

This text has color #E6EEFC on white background.



Black color preview on #E6EEFC background

This text has black color on #E6EEFC background.


White color preview on #E6EEFC background

This text has white color on #E6EEFC background.