COLOR #E0E5BE

HEX: #E0E5BE
RGB: (224,229,190)

Renk bilgisi

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

RGB renk modeli

#E0E5BE color RGB value is (224,229,190).

  • kırmız ton 224;
  • yeşil ton 229;
  • mavi ton 190.
RGB:
(224,229,190)
(88%,90%,75%)

RGB bağlantıları ve doygunluk

R 224 of 255 = 88%
G 229 of 255 = 90%
B 190 of 255 = 75%

224
229
190

R + G + B ~ 84%. #E0E5BE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
224 + 229 + 190 = 643 (100%)
R 224 of 643 ~ 34.84%
G 229 of 643 ~ 35.61%
B 190 of 643 ~ 29.55%

%34.84
%35.61
%29.55

CMYK RENK MODELİ

#E0E5BE rengi CMYK tonu (2,0,17,10).

  • camgöbeği tonu 2.18%
  • eflatun tonu 0.00%
  • sarı tonu 17.03%
  • ana renk tonu 10.20%
CMYK:
(2,0,17,10)
C2M0Y17K10 
(2%,0%,17%,10%)
(0.02/0.00/0.17/0.10)	

CMYK yüzdeleri

%2.18
%0
%17.03
%10.2

Codes

Color #E0E5BE in popluar color models

E0E5BE
RGB224229190
HSL68°42.86%82.16%
HSB/HSV68°17.03%89.80%
CMYK2.18%0.00%17.03%
10.20%

Color #E0E5BE in popluar number systems.

HEXE0E5BE
Decimal224229190
Binary111000001110010110111110
Octal340345276

Shades and tints

Shades of #E0E5BE

#E0E5BE
(224,229,190)
#CCD1AD
(204,209,173)
#B8BD9C
(184,189,156)
#A4A98B
(164,169,139)
#90957A
(144,149,122)
#7C8169
(124,129,105)
#686D58
(104,109,88)
#545947
(84,89,71)
#404536
(64,69,54)
#2C3125
(44,49,37)
#181D14
(24,29,20)
#000000
(0,0,0)

Tints of #E0E5BE

#E0E5BE
(224,229,190)
#E2E7C3
(226,231,195)
#E4E9C8
(228,233,200)
#E6EBCD
(230,235,205)
#E8EDD2
(232,237,210)
#EAEFD7
(234,239,215)
#ECF1DC
(236,241,220)
#EEF3E1
(238,243,225)
#F0F5E6
(240,245,230)
#F2F7EB
(242,247,235)
#F4F9F0
(244,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0E5BE color. Also use rgb(224,229,190) instead hex code.

Text Font Color

.myTextColor { color: #E0E5BE; }

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

This text font color is #E0E5BE.


Background Color

.myBgColor { background-color: #E0E5BE; }

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

This div background color is #E0E5BE.


Border color

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

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

This div border color is #E0E5BE.


Opacity

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

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

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

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

This text has shadow with #E0E5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E5BE on black background.


Color preview on white background

This text has color #E0E5BE on white background.



Black color preview on #E0E5BE background

This text has black color on #E0E5BE background.


White color preview on #E0E5BE background

This text has white color on #E0E5BE background.