COLOR #E5B48D

HEX: #E5B48D
RGB: (229,180,141)

Renk bilgisi

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

RGB renk modeli

#E5B48D color RGB value is (229,180,141).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 180 of 255 = 71%
B 141 of 255 = 55%

229
180
141

R + G + B ~ 72%. #E5B48D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 180 + 141 = 550 (100%)
R 229 of 550 ~ 41.64%
G 180 of 550 ~ 32.73%
B 141 of 550 ~ 25.64%

%41.64
%32.73
%25.64

CMYK RENK MODELİ

#E5B48D rengi CMYK tonu (0,21,38,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.40%
  • sarı tonu 38.43%
  • ana renk tonu 10.20%
CMYK:
(0,21,38,10)
C0M21Y38K10 
(0%,21%,38%,10%)
(0.00/0.21/0.38/0.10)	

CMYK yüzdeleri

%0
%21.4
%38.43
%10.2

Codes

Color #E5B48D in popluar color models

E5B48D
RGB229180141
HSL27°62.86%72.55%
HSB/HSV27°38.43%89.80%
CMYK0.00%21.40%38.43%
10.20%

Color #E5B48D in popluar number systems.

HEXE5B48D
Decimal229180141
Binary111001011011010010001101
Octal345264215

Shades and tints

Shades of #E5B48D

#E5B48D
(229,180,141)
#D1A481
(209,164,129)
#BD9475
(189,148,117)
#A98469
(169,132,105)
#95745D
(149,116,93)
#816451
(129,100,81)
#6D5445
(109,84,69)
#594439
(89,68,57)
#45342D
(69,52,45)
#312421
(49,36,33)
#1D1415
(29,20,21)
#000000
(0,0,0)

Tints of #E5B48D

#E5B48D
(229,180,141)
#E7BA97
(231,186,151)
#E9C0A1
(233,192,161)
#EBC6AB
(235,198,171)
#EDCCB5
(237,204,181)
#EFD2BF
(239,210,191)
#F1D8C9
(241,216,201)
#F3DED3
(243,222,211)
#F5E4DD
(245,228,221)
#F7EAE7
(247,234,231)
#F9F0F1
(249,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5B48D; }

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

This text font color is #E5B48D.


Background Color

.myBgColor { background-color: #E5B48D; }

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

This div background color is #E5B48D.


Border color

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

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

This div border color is #E5B48D.


Opacity

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

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

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

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

This text has shadow with #E5B48D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B48D on black background.


Color preview on white background

This text has color #E5B48D on white background.



Black color preview on #E5B48D background

This text has black color on #E5B48D background.


White color preview on #E5B48D background

This text has white color on #E5B48D background.