COLOR #E5BEA0

HEX: #E5BEA0
RGB: (229,190,160)

Renk bilgisi

#E5BEA0 contains mainly red and green colors. #E5BEA0 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#E5BEA0 color RGB value is (229,190,160).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 190 of 255 = 75%
B 160 of 255 = 63%

229
190
160

R + G + B ~ 76%. #E5BEA0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 190 + 160 = 579 (100%)
R 229 of 579 ~ 39.55%
G 190 of 579 ~ 32.82%
B 160 of 579 ~ 27.63%

%39.55
%32.82
%27.63

CMYK RENK MODELİ

#E5BEA0 rengi CMYK tonu (0,17,30,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.03%
  • sarı tonu 30.13%
  • ana renk tonu 10.20%
CMYK:
(0,17,30,10)
C0M17Y30K10 
(0%,17%,30%,10%)
(0.00/0.17/0.30/0.10)	

CMYK yüzdeleri

%0
%17.03
%30.13
%10.2

Codes

Color #E5BEA0 in popluar color models

E5BEA0
RGB229190160
HSL26°57.02%76.27%
HSB/HSV26°30.13%89.80%
CMYK0.00%17.03%30.13%
10.20%

Color #E5BEA0 in popluar number systems.

HEXE5BEA0
Decimal229190160
Binary111001011011111010100000
Octal345276240

Shades and tints

Shades of #E5BEA0

#E5BEA0
(229,190,160)
#D1AD92
(209,173,146)
#BD9C84
(189,156,132)
#A98B76
(169,139,118)
#957A68
(149,122,104)
#81695A
(129,105,90)
#6D584C
(109,88,76)
#59473E
(89,71,62)
#453630
(69,54,48)
#312522
(49,37,34)
#1D1414
(29,20,20)
#000000
(0,0,0)

Tints of #E5BEA0

#E5BEA0
(229,190,160)
#E7C3A8
(231,195,168)
#E9C8B0
(233,200,176)
#EBCDB8
(235,205,184)
#EDD2C0
(237,210,192)
#EFD7C8
(239,215,200)
#F1DCD0
(241,220,208)
#F3E1D8
(243,225,216)
#F5E6E0
(245,230,224)
#F7EBE8
(247,235,232)
#F9F0F0
(249,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5BEA0; }

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

This text font color is #E5BEA0.


Background Color

.myBgColor { background-color: #E5BEA0; }

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

This div background color is #E5BEA0.


Border color

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

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

This div border color is #E5BEA0.


Opacity

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

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

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

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

This text has shadow with #E5BEA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BEA0 on black background.


Color preview on white background

This text has color #E5BEA0 on white background.



Black color preview on #E5BEA0 background

This text has black color on #E5BEA0 background.


White color preview on #E5BEA0 background

This text has white color on #E5BEA0 background.