COLOR #E6E0EB

HEX: #E6E0EB
RGB: (230,224,235)

Renk bilgisi

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

RGB renk modeli

#E6E0EB color RGB value is (230,224,235).

  • kırmız ton 230;
  • yeşil ton 224;
  • mavi ton 235.
RGB:
(230,224,235)
(90%,88%,92%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 224 of 255 = 88%
B 235 of 255 = 92%

230
224
235

R + G + B ~ 90%. #E6E0EB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 224 + 235 = 689 (100%)
R 230 of 689 ~ 33.38%
G 224 of 689 ~ 32.51%
B 235 of 689 ~ 34.11%

%33.38
%32.51
%34.11

CMYK RENK MODELİ

#E6E0EB rengi CMYK tonu (2,5,0,8).

  • camgöbeği tonu 2.13%
  • eflatun tonu 4.68%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(2,5,0,8)
C2M5Y0K8 
(2%,5%,0%,8%)
(0.02/0.05/0.00/0.08)	

CMYK yüzdeleri

%2.13
%4.68
%0
%7.84

Codes

Color #E6E0EB in popluar color models

E6E0EB
RGB230224235
HSL273°21.57%90.00%
HSB/HSV273°4.68%92.16%
CMYK2.13%4.68%0.00%
7.84%

Color #E6E0EB in popluar number systems.

HEXE6E0EB
Decimal230224235
Binary111001101110000011101011
Octal346340353

Shades and tints

Shades of #E6E0EB

#E6E0EB
(230,224,235)
#D2CCD6
(210,204,214)
#BEB8C1
(190,184,193)
#AAA4AC
(170,164,172)
#969097
(150,144,151)
#827C82
(130,124,130)
#6E686D
(110,104,109)
#5A5458
(90,84,88)
#464043
(70,64,67)
#322C2E
(50,44,46)
#1E1819
(30,24,25)
#000000
(0,0,0)

Tints of #E6E0EB

#E6E0EB
(230,224,235)
#E8E2EC
(232,226,236)
#EAE4ED
(234,228,237)
#ECE6EE
(236,230,238)
#EEE8EF
(238,232,239)
#F0EAF0
(240,234,240)
#F2ECF1
(242,236,241)
#F4EEF2
(244,238,242)
#F6F0F3
(246,240,243)
#F8F2F4
(248,242,244)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6E0EB color. Also use rgb(230,224,235) instead hex code.

Text Font Color

.myTextColor { color: #E6E0EB; }

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

This text font color is #E6E0EB.


Background Color

.myBgColor { background-color: #E6E0EB; }

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

This div background color is #E6E0EB.


Border color

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

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

This div border color is #E6E0EB.


Opacity

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

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

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

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

This text has shadow with #E6E0EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E0EB on black background.


Color preview on white background

This text has color #E6E0EB on white background.



Black color preview on #E6E0EB background

This text has black color on #E6E0EB background.


White color preview on #E6E0EB background

This text has white color on #E6E0EB background.