COLOR #E6E4EC

HEX: #E6E4EC
RGB: (230,228,236)

Renk bilgisi

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

RGB renk modeli

#E6E4EC color RGB value is (230,228,236).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 228 of 255 = 89%
B 236 of 255 = 93%

230
228
236

R + G + B ~ 91%. #E6E4EC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 228 + 236 = 694 (100%)
R 230 of 694 ~ 33.14%
G 228 of 694 ~ 32.85%
B 236 of 694 ~ 34.01%

%33.14
%32.85
%34.01

CMYK RENK MODELİ

#E6E4EC rengi CMYK tonu (3,3,0,7).

  • camgöbeği tonu 2.54%
  • eflatun tonu 3.39%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(3,3,0,7)
C3M3Y0K7 
(3%,3%,0%,7%)
(0.03/0.03/0.00/0.07)	

CMYK yüzdeleri

%2.54
%3.39
%0
%7.45

Codes

Color #E6E4EC in popluar color models

E6E4EC
RGB230228236
HSL255°17.39%90.98%
HSB/HSV255°3.39%92.55%
CMYK2.54%3.39%0.00%
7.45%

Color #E6E4EC in popluar number systems.

HEXE6E4EC
Decimal230228236
Binary111001101110010011101100
Octal346344354

Shades and tints

Shades of #E6E4EC

#E6E4EC
(230,228,236)
#D2D0D7
(210,208,215)
#BEBCC2
(190,188,194)
#AAA8AD
(170,168,173)
#969498
(150,148,152)
#828083
(130,128,131)
#6E6C6E
(110,108,110)
#5A5859
(90,88,89)
#464444
(70,68,68)
#32302F
(50,48,47)
#1E1C1A
(30,28,26)
#000000
(0,0,0)

Tints of #E6E4EC

#E6E4EC
(230,228,236)
#E8E6ED
(232,230,237)
#EAE8EE
(234,232,238)
#ECEAEF
(236,234,239)
#EEECF0
(238,236,240)
#F0EEF1
(240,238,241)
#F2F0F2
(242,240,242)
#F4F2F3
(244,242,243)
#F6F4F4
(246,244,244)
#F8F6F5
(248,246,245)
#FAF8F6
(250,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E4EC; }

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

This text font color is #E6E4EC.


Background Color

.myBgColor { background-color: #E6E4EC; }

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

This div background color is #E6E4EC.


Border color

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

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

This div border color is #E6E4EC.


Opacity

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

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

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

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

This text has shadow with #E6E4EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E4EC on black background.


Color preview on white background

This text has color #E6E4EC on white background.



Black color preview on #E6E4EC background

This text has black color on #E6E4EC background.


White color preview on #E6E4EC background

This text has white color on #E6E4EC background.