COLOR #E1D5BB

HEX: #E1D5BB
RGB: (225,213,187)

Renk bilgisi

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

RGB renk modeli

#E1D5BB color RGB value is (225,213,187).

  • kırmız ton 225;
  • yeşil ton 213;
  • mavi ton 187.
RGB:
(225,213,187)
(88%,84%,73%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 213 of 255 = 84%
B 187 of 255 = 73%

225
213
187

R + G + B ~ 82%. #E1D5BB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 213 + 187 = 625 (100%)
R 225 of 625 ~ 36%
G 213 of 625 ~ 34.08%
B 187 of 625 ~ 29.92%

%36
%34.08
%29.92

CMYK RENK MODELİ

#E1D5BB rengi CMYK tonu (0,5,17,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.33%
  • sarı tonu 16.89%
  • ana renk tonu 11.76%
CMYK:
(0,5,17,12)
C0M5Y17K12 
(0%,5%,17%,12%)
(0.00/0.05/0.17/0.12)	

CMYK yüzdeleri

%0
%5.33
%16.89
%11.76

Codes

Color #E1D5BB in popluar color models

E1D5BB
RGB225213187
HSL41°38.78%80.78%
HSB/HSV41°16.89%88.24%
CMYK0.00%5.33%16.89%
11.76%

Color #E1D5BB in popluar number systems.

HEXE1D5BB
Decimal225213187
Binary111000011101010110111011
Octal341325273

Shades and tints

Shades of #E1D5BB

#E1D5BB
(225,213,187)
#CDC2AA
(205,194,170)
#B9AF99
(185,175,153)
#A59C88
(165,156,136)
#918977
(145,137,119)
#7D7666
(125,118,102)
#696355
(105,99,85)
#555044
(85,80,68)
#413D33
(65,61,51)
#2D2A22
(45,42,34)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #E1D5BB

#E1D5BB
(225,213,187)
#E3D8C1
(227,216,193)
#E5DBC7
(229,219,199)
#E7DECD
(231,222,205)
#E9E1D3
(233,225,211)
#EBE4D9
(235,228,217)
#EDE7DF
(237,231,223)
#EFEAE5
(239,234,229)
#F1EDEB
(241,237,235)
#F3F0F1
(243,240,241)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D5BB color. Also use rgb(225,213,187) instead hex code.

Text Font Color

.myTextColor { color: #E1D5BB; }

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

This text font color is #E1D5BB.


Background Color

.myBgColor { background-color: #E1D5BB; }

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

This div background color is #E1D5BB.


Border color

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

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

This div border color is #E1D5BB.


Opacity

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

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

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

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

This text has shadow with #E1D5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D5BB on black background.


Color preview on white background

This text has color #E1D5BB on white background.



Black color preview on #E1D5BB background

This text has black color on #E1D5BB background.


White color preview on #E1D5BB background

This text has white color on #E1D5BB background.