COLOR #E4D5B0

HEX: #E4D5B0
RGB: (228,213,176)

Renk bilgisi

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

RGB renk modeli

#E4D5B0 color RGB value is (228,213,176).

  • kırmız ton 228;
  • yeşil ton 213;
  • mavi ton 176.
RGB:
(228,213,176)
(89%,84%,69%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 213 of 255 = 84%
B 176 of 255 = 69%

228
213
176

R + G + B ~ 81%. #E4D5B0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 213 + 176 = 617 (100%)
R 228 of 617 ~ 36.95%
G 213 of 617 ~ 34.52%
B 176 of 617 ~ 28.53%

%36.95
%34.52
%28.53

CMYK RENK MODELİ

#E4D5B0 rengi CMYK tonu (0,7,23,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.58%
  • sarı tonu 22.81%
  • ana renk tonu 10.59%
CMYK:
(0,7,23,11)
C0M7Y23K11 
(0%,7%,23%,11%)
(0.00/0.07/0.23/0.11)	

CMYK yüzdeleri

%0
%6.58
%22.81
%10.59

Codes

Color #E4D5B0 in popluar color models

E4D5B0
RGB228213176
HSL43°49.06%79.22%
HSB/HSV43°22.81%89.41%
CMYK0.00%6.58%22.81%
10.59%

Color #E4D5B0 in popluar number systems.

HEXE4D5B0
Decimal228213176
Binary111001001101010110110000
Octal344325260

Shades and tints

Shades of #E4D5B0

#E4D5B0
(228,213,176)
#D0C2A0
(208,194,160)
#BCAF90
(188,175,144)
#A89C80
(168,156,128)
#948970
(148,137,112)
#807660
(128,118,96)
#6C6350
(108,99,80)
#585040
(88,80,64)
#443D30
(68,61,48)
#302A20
(48,42,32)
#1C1710
(28,23,16)
#000000
(0,0,0)

Tints of #E4D5B0

#E4D5B0
(228,213,176)
#E6D8B7
(230,216,183)
#E8DBBE
(232,219,190)
#EADEC5
(234,222,197)
#ECE1CC
(236,225,204)
#EEE4D3
(238,228,211)
#F0E7DA
(240,231,218)
#F2EAE1
(242,234,225)
#F4EDE8
(244,237,232)
#F6F0EF
(246,240,239)
#F8F3F6
(248,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D5B0 color. Also use rgb(228,213,176) instead hex code.

Text Font Color

.myTextColor { color: #E4D5B0; }

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

This text font color is #E4D5B0.


Background Color

.myBgColor { background-color: #E4D5B0; }

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

This div background color is #E4D5B0.


Border color

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

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

This div border color is #E4D5B0.


Opacity

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

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

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

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

This text has shadow with #E4D5B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D5B0 on black background.


Color preview on white background

This text has color #E4D5B0 on white background.



Black color preview on #E4D5B0 background

This text has black color on #E4D5B0 background.


White color preview on #E4D5B0 background

This text has white color on #E4D5B0 background.