COLOR #E6E5EB

HEX: #E6E5EB
RGB: (230,229,235)

Renk bilgisi

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

RGB renk modeli

#E6E5EB color RGB value is (230,229,235).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 229 of 255 = 90%
B 235 of 255 = 92%

230
229
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 229 + 235 = 694 (100%)
R 230 of 694 ~ 33.14%
G 229 of 694 ~ 33%
B 235 of 694 ~ 33.86%

%33.14
%33
%33.86

CMYK RENK MODELİ

#E6E5EB rengi CMYK tonu (2,3,0,8).

  • camgöbeği tonu 2.13%
  • eflatun tonu 2.55%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(2,3,0,8)
C2M3Y0K8 
(2%,3%,0%,8%)
(0.02/0.03/0.00/0.08)	

CMYK yüzdeleri

%2.13
%2.55
%0
%7.84

Codes

Color #E6E5EB in popluar color models

E6E5EB
RGB230229235
HSL250°13.04%90.98%
HSB/HSV250°2.55%92.16%
CMYK2.13%2.55%0.00%
7.84%

Color #E6E5EB in popluar number systems.

HEXE6E5EB
Decimal230229235
Binary111001101110010111101011
Octal346345353

Shades and tints

Shades of #E6E5EB

#E6E5EB
(230,229,235)
#D2D1D6
(210,209,214)
#BEBDC1
(190,189,193)
#AAA9AC
(170,169,172)
#969597
(150,149,151)
#828182
(130,129,130)
#6E6D6D
(110,109,109)
#5A5958
(90,89,88)
#464543
(70,69,67)
#32312E
(50,49,46)
#1E1D19
(30,29,25)
#000000
(0,0,0)

Tints of #E6E5EB

#E6E5EB
(230,229,235)
#E8E7EC
(232,231,236)
#EAE9ED
(234,233,237)
#ECEBEE
(236,235,238)
#EEEDEF
(238,237,239)
#F0EFF0
(240,239,240)
#F2F1F1
(242,241,241)
#F4F3F2
(244,243,242)
#F6F5F3
(246,245,243)
#F8F7F4
(248,247,244)
#FAF9F5
(250,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E5EB; }

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

This text font color is #E6E5EB.


Background Color

.myBgColor { background-color: #E6E5EB; }

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

This div background color is #E6E5EB.


Border color

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

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

This div border color is #E6E5EB.


Opacity

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

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

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

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

This text has shadow with #E6E5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E5EB on black background.


Color preview on white background

This text has color #E6E5EB on white background.



Black color preview on #E6E5EB background

This text has black color on #E6E5EB background.


White color preview on #E6E5EB background

This text has white color on #E6E5EB background.