COLOR #E5EBE6

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

229
235
230

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

Yüzdelerle RGB renk parçaları

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

%33
%33.86
%33.14

CMYK RENK MODELİ

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

  • camgöbeği tonu 2.55%
  • eflatun tonu 0.00%
  • sarı tonu 2.13%
  • 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
%2.13
%7.84

Codes

Color #E5EBE6 in popluar color models

E5EBE6
RGB229235230
HSL130°13.04%90.98%
HSB/HSV130°2.55%92.16%
CMYK2.55%0.00%2.13%
7.84%

Color #E5EBE6 in popluar number systems.

HEXE5EBE6
Decimal229235230
Binary111001011110101111100110
Octal345353346

Shades and tints

Shades of #E5EBE6

#E5EBE6
(229,235,230)
#D1D6D2
(209,214,210)
#BDC1BE
(189,193,190)
#A9ACAA
(169,172,170)
#959796
(149,151,150)
#818282
(129,130,130)
#6D6D6E
(109,109,110)
#59585A
(89,88,90)
#454346
(69,67,70)
#312E32
(49,46,50)
#1D191E
(29,25,30)
#000000
(0,0,0)

Tints of #E5EBE6

#E5EBE6
(229,235,230)
#E7ECE8
(231,236,232)
#E9EDEA
(233,237,234)
#EBEEEC
(235,238,236)
#EDEFEE
(237,239,238)
#EFF0F0
(239,240,240)
#F1F1F2
(241,241,242)
#F3F2F4
(243,242,244)
#F5F3F6
(245,243,246)
#F7F4F8
(247,244,248)
#F9F5FA
(249,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5EBE6; }

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

This text font color is #E5EBE6.


Background Color

.myBgColor { background-color: #E5EBE6; }

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

This div background color is #E5EBE6.


Border color

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

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

This div border color is #E5EBE6.


Opacity

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

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

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

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

This text has shadow with #E5EBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5EBE6 on black background.


Color preview on white background

This text has color #E5EBE6 on white background.



Black color preview on #E5EBE6 background

This text has black color on #E5EBE6 background.


White color preview on #E5EBE6 background

This text has white color on #E5EBE6 background.