COLOR #E2E5EB

HEX: #E2E5EB
RGB: (226,229,235)

Renk bilgisi

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

RGB renk modeli

#E2E5EB color RGB value is (226,229,235).

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

RGB bağlantıları ve doygunluk

R 226 of 255 = 89%
G 229 of 255 = 90%
B 235 of 255 = 92%

226
229
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
226 + 229 + 235 = 690 (100%)
R 226 of 690 ~ 32.75%
G 229 of 690 ~ 33.19%
B 235 of 690 ~ 34.06%

%32.75
%33.19
%34.06

CMYK RENK MODELİ

#E2E5EB rengi CMYK tonu (4,3,0,8).

  • camgöbeği tonu 3.83%
  • eflatun tonu 2.55%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(4,3,0,8)
C4M3Y0K8 
(4%,3%,0%,8%)
(0.04/0.03/0.00/0.08)	

CMYK yüzdeleri

%3.83
%2.55
%0
%7.84

Codes

Color #E2E5EB in popluar color models

E2E5EB
RGB226229235
HSL220°18.37%90.39%
HSB/HSV220°3.83%92.16%
CMYK3.83%2.55%0.00%
7.84%

Color #E2E5EB in popluar number systems.

HEXE2E5EB
Decimal226229235
Binary111000101110010111101011
Octal342345353

Shades and tints

Shades of #E2E5EB

#E2E5EB
(226,229,235)
#CED1D6
(206,209,214)
#BABDC1
(186,189,193)
#A6A9AC
(166,169,172)
#929597
(146,149,151)
#7E8182
(126,129,130)
#6A6D6D
(106,109,109)
#565958
(86,89,88)
#424543
(66,69,67)
#2E312E
(46,49,46)
#1A1D19
(26,29,25)
#000000
(0,0,0)

Tints of #E2E5EB

#E2E5EB
(226,229,235)
#E4E7EC
(228,231,236)
#E6E9ED
(230,233,237)
#E8EBEE
(232,235,238)
#EAEDEF
(234,237,239)
#ECEFF0
(236,239,240)
#EEF1F1
(238,241,241)
#F0F3F2
(240,243,242)
#F2F5F3
(242,245,243)
#F4F7F4
(244,247,244)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E5EB; }

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

This text font color is #E2E5EB.


Background Color

.myBgColor { background-color: #E2E5EB; }

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

This div background color is #E2E5EB.


Border color

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

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

This div border color is #E2E5EB.


Opacity

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

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

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

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

This text has shadow with #E2E5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2E5EB on black background.


Color preview on white background

This text has color #E2E5EB on white background.



Black color preview on #E2E5EB background

This text has black color on #E2E5EB background.


White color preview on #E2E5EB background

This text has white color on #E2E5EB background.