COLOR #E5EBE7

HEX: #E5EBE7
RGB: (229,235,231)

Renk bilgisi

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

RGB renk modeli

#E5EBE7 color RGB value is (229,235,231).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 235 of 255 = 92%
B 231 of 255 = 91%

229
235
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 235 + 231 = 695 (100%)
R 229 of 695 ~ 32.95%
G 235 of 695 ~ 33.81%
B 231 of 695 ~ 33.24%

%32.95
%33.81
%33.24

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%2.55
%0
%1.7
%7.84

Codes

Color #E5EBE7 in popluar color models

E5EBE7
RGB229235231
HSL140°13.04%90.98%
HSB/HSV140°2.55%92.16%
CMYK2.55%0.00%1.70%
7.84%

Color #E5EBE7 in popluar number systems.

HEXE5EBE7
Decimal229235231
Binary111001011110101111100111
Octal345353347

Shades and tints

Shades of #E5EBE7

#E5EBE7
(229,235,231)
#D1D6D2
(209,214,210)
#BDC1BD
(189,193,189)
#A9ACA8
(169,172,168)
#959793
(149,151,147)
#81827E
(129,130,126)
#6D6D69
(109,109,105)
#595854
(89,88,84)
#45433F
(69,67,63)
#312E2A
(49,46,42)
#1D1915
(29,25,21)
#000000
(0,0,0)

Tints of #E5EBE7

#E5EBE7
(229,235,231)
#E7ECE9
(231,236,233)
#E9EDEB
(233,237,235)
#EBEEED
(235,238,237)
#EDEFEF
(237,239,239)
#EFF0F1
(239,240,241)
#F1F1F3
(241,241,243)
#F3F2F5
(243,242,245)
#F5F3F7
(245,243,247)
#F7F4F9
(247,244,249)
#F9F5FB
(249,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5EBE7; }

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

This text font color is #E5EBE7.


Background Color

.myBgColor { background-color: #E5EBE7; }

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

This div background color is #E5EBE7.


Border color

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

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

This div border color is #E5EBE7.


Opacity

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

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

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

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

This text has shadow with #E5EBE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5EBE7 on black background.


Color preview on white background

This text has color #E5EBE7 on white background.



Black color preview on #E5EBE7 background

This text has black color on #E5EBE7 background.


White color preview on #E5EBE7 background

This text has white color on #E5EBE7 background.