COLOR #E5BEB4

HEX: #E5BEB4
RGB: (229,190,180)

Renk bilgisi

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

RGB renk modeli

#E5BEB4 color RGB value is (229,190,180).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 190 of 255 = 75%
B 180 of 255 = 71%

229
190
180

R + G + B ~ 79%. #E5BEB4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 190 + 180 = 599 (100%)
R 229 of 599 ~ 38.23%
G 190 of 599 ~ 31.72%
B 180 of 599 ~ 30.05%

%38.23
%31.72
%30.05

CMYK RENK MODELİ

#E5BEB4 rengi CMYK tonu (0,17,21,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.03%
  • sarı tonu 21.40%
  • ana renk tonu 10.20%
CMYK:
(0,17,21,10)
C0M17Y21K10 
(0%,17%,21%,10%)
(0.00/0.17/0.21/0.10)	

CMYK yüzdeleri

%0
%17.03
%21.4
%10.2

Codes

Color #E5BEB4 in popluar color models

E5BEB4
RGB229190180
HSL12°48.51%80.20%
HSB/HSV12°21.40%89.80%
CMYK0.00%17.03%21.40%
10.20%

Color #E5BEB4 in popluar number systems.

HEXE5BEB4
Decimal229190180
Binary111001011011111010110100
Octal345276264

Shades and tints

Shades of #E5BEB4

#E5BEB4
(229,190,180)
#D1ADA4
(209,173,164)
#BD9C94
(189,156,148)
#A98B84
(169,139,132)
#957A74
(149,122,116)
#816964
(129,105,100)
#6D5854
(109,88,84)
#594744
(89,71,68)
#453634
(69,54,52)
#312524
(49,37,36)
#1D1414
(29,20,20)
#000000
(0,0,0)

Tints of #E5BEB4

#E5BEB4
(229,190,180)
#E7C3BA
(231,195,186)
#E9C8C0
(233,200,192)
#EBCDC6
(235,205,198)
#EDD2CC
(237,210,204)
#EFD7D2
(239,215,210)
#F1DCD8
(241,220,216)
#F3E1DE
(243,225,222)
#F5E6E4
(245,230,228)
#F7EBEA
(247,235,234)
#F9F0F0
(249,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5BEB4; }

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

This text font color is #E5BEB4.


Background Color

.myBgColor { background-color: #E5BEB4; }

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

This div background color is #E5BEB4.


Border color

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

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

This div border color is #E5BEB4.


Opacity

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

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

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

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

This text has shadow with #E5BEB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BEB4 on black background.


Color preview on white background

This text has color #E5BEB4 on white background.



Black color preview on #E5BEB4 background

This text has black color on #E5BEB4 background.


White color preview on #E5BEB4 background

This text has white color on #E5BEB4 background.